Hello all,
First post. I've been a FT trader for 5+ years now but am completely new to the automated trading scene and have no experience with C++ or writing code for anything for that matter. I would like to develop an algo for use on IB's API.
This particular intraday strategy works well if I can apply it to ALL the stocks I have chosen to apply it to that day (typically 6-12 stocks) but I can usually only get entries and exits properly in 2-3 stocks doing so manually. If I can get proper entries and exits on every stock, the law of large numbers would overtake Murphy's Law (strategy has been back tested thoroughly).
I want to be able to manually input each stock, appropriate share sizes, and be able to cancel the orders if the bid/ask spread gets too wide or other things happen that make the trade risky or not worth it. The only variables or inputs are to do with price (no volume or any other indicators).
The strategy is fairly simple and I would think developing the algo wouldn't be too difficult but again I know almost nothing about coding. Should I go the route of learning the process myself or hire a dev to create the algo for me? Any advice/opinions would be appreciated.
Cheers,
TN