Hey guys, I'm new to the game of algorithms, and I'm also new to the world of development.
I was hoping to get your help on getting started with algorithms. I have an idea for something I want to follow, but I have no idea where to begin to implement the idea. Anyway, here goes:
Indicator used: Heiken Ashi (Japanese Candlesticks)
Type: Momentum trades
Criteria: When there are two bear/red candles, sell the stock. When there is a doji followed by a bull candle, buy the stock. When there is a doji, followed by a bear candle, sell the stock. VOLUME >= Average VOL 3 months.
I use Questrade (don't know if that's relevant or not) and would eventually like to implement my program into it.
Thank you for all your help!