Algorithmic Stock Trading Bot

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

'22 Apr

Started Tutorial

Began following tutorial course by on QuantConnect.

'22 May

Customized Algo

Added customization for certain stocks and set personalized limits and variables.