Started Tutorial
Began following tutorial course by on QuantConnect.
Coded in Python
Credit goes to TradeOptionsWithMe at https://youtu.be/s8uyLscRl-Q for the base project built on QuantConnect. The base trading strategy was for simple breakouts with a dynamically changing lookback length. A buy signal is generated once a stock's price breaks out from its highs. A stop loss is issued to follow the stock's price from that point until the price drops past set amount.
Looking to add dynamic position sizing, adding universe of stocks instead of just one, replacing paraments with other models
Began following tutorial course by on QuantConnect.
Added customization for certain stocks and set personalized limits and variables.