I just want to do a quick test by using one Stock Ticker. Here are the inputs:
1) Initial investment amount and a historical StartDate
2) Follow the price every day
3) Sell N on drop by P % over last buy price, becomes Cash
4) Reinvest the Cash to buy M (may become less than N) when the price increases by Q% over 3.
5) Repeat 2 to 4 till an EndDate.
Is that possible here? I'm a programmer so just a few hints should be enough on where to start.
Thanks.