Just wanted to gauge interest:
As an eod trader who opens/closes at the open, I've developed a system for auto-downloading quotes from yahoo into a mysql database on a raspberry pi. It runs on open markets every 5 minutes and I retrieve the data into AmiBroker to do tech analysis on.
It's a fairly messy project at the moment with a limited frontend, but a pretty powerful backend that lets me see my open positions at a glance via webpage along with my stops and any alerts to tell me I need to close anything. I have it run as a webserver, so I can check on-the-go.
It also does a load of backtesting that I wanted to do for proof of concept (rather than optimization) - I feed it entries (from the past) and I can play with parameters on my exit strategy to see what happens. I actually started developing it for backtesting and it's sort of evolved.
I'm happy to share it (in its current messy state) and will try and refine it to make it a little more user friendly and not require you to know how to use mysql and linux bash but it would help if I knew
a) whether anyone at all is interested in it and
b) what elements if any you are interested in
As an eod trader who opens/closes at the open, I've developed a system for auto-downloading quotes from yahoo into a mysql database on a raspberry pi. It runs on open markets every 5 minutes and I retrieve the data into AmiBroker to do tech analysis on.
It's a fairly messy project at the moment with a limited frontend, but a pretty powerful backend that lets me see my open positions at a glance via webpage along with my stops and any alerts to tell me I need to close anything. I have it run as a webserver, so I can check on-the-go.
It also does a load of backtesting that I wanted to do for proof of concept (rather than optimization) - I feed it entries (from the past) and I can play with parameters on my exit strategy to see what happens. I actually started developing it for backtesting and it's sort of evolved.
I'm happy to share it (in its current messy state) and will try and refine it to make it a little more user friendly and not require you to know how to use mysql and linux bash but it would help if I knew
a) whether anyone at all is interested in it and
b) what elements if any you are interested in