Hello All,
I am pretty new to python and algo trading, however, I have been trading for some time based on TA.
I did not realize it will be such a steep learning path and converting simple strategies to working algo strategies. However, I am thankful for this platform, so that there is a nice way to learn algo trading.
So I started learning python some 3 weeks ago and wanted to implement a simple strategy.
- Strategy -
- RSI based buy and sell
- if RSI crosses 30 mark on a daily basis - BUY (from low to high)
- if RSI crosses 70 mark on a daily basis - SELL (from high to low)
- Liquidate
- When BUY order RSI more than 50 mark
- When SELL order RSI less than 50 mark
- When LOSS on a position is 5% Close it
- How can I add SPY benchmark in the same chart as Equity chart?
- After algo stops on end date, I still have holdings. How can I liquidate all after end date is reached?
- What should I check next to improve this or any strategy, once I have started doing basic order placement and liquidating?
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!