Hi,
I've been playing around with algorithms but I'm sort of at a loss for the best way to use this platform.
For example:
At first I wanted to build a system that could trade based on O'Neil style breakouts from consolidation periods. However I'm struggling with how to find/calculate these in code. There are some formulas that I thought could work but so far I really haven't gotten anywhere with them. I can spot them on a chart and set alerts for myself if I were to trade on my own, but as far as coming up with a way for the algo to do it, I'm just not there.
Then I thought it would be good for day trading. i.e. come up with a strategy and backtest it. However there are a few points that seem to make that not a good idea and/or confuse me to the point where I'm not sure it will work because you only get data after a full 1 minute candle is done, so limited reaction time. Also I am uncertain how long it will take from analyzing data to submitting order, so might have to go with market orders since not sure what price would be by the time the order is submitted to IB.
Can someone share insight into the best way to approach this? Is there something I'm missing? Or am I just not really looking at this the right way?
Appreciate your help.