Idea --> Rules --> Backtest --> Discard or Deploy --> Optimize --> Scale
For eg : Is it profitable to buy stocks breaking previous day high within 15 min of market open.
2) Rule : Anything that can be said to a computer in a simple language
Buy if 15 min close > Previous day high
(1)
Test the same rule on historical data to see if our system has any positive edge
4) Discard or Deploy
If the rule is showing any positive expectancy then we can deploy it else discard and look for testing another set of rules/idea
(2)
If the backtested strategy is profitable, then we can try to optmise.
Optimisation is basically improving the strategy:
1) Can I avoid big losses ?
2) What are unfavourable condn’s for my strategy ?
3) Do I make losses intraday if I enter after 11 am etc
(3)