How to Backtest a system
How to Backtest a system
@sourabhsiso19
1) Idea/Hypothesis
2) Specify entry,exit, SL & position size
3) Generate trade log & Backtest Report
4) Test in diff. market condn.
5)Optimise the strategy
6) Evalute the robustness & stress testing
7) Track Real Time performance
8) Deploy
1) Idea( Eg. Theta Eating Strategy)
#idea #theta
2) Entry, Exit, SL & position size
Initial Logic :
if the strategy passes all above steps then it’s fit for
live deployment.
11) Resources :
https://www.udemy.com/course/python-for-
finance-and-trading-
algorithms/learn/lecture/7155466#content
12) I hope you found the thread insighful.
End