Not sure I understand what went wrong.
Are you saying that the algo encountered trading conditions that hadn't occurred in the period since it's been running ?
Or had you made a change and this produced the error ?
My background is in software development in the financial sector.
First question you'd normally ask is - what changed ?
EDIT - OK just read your previous post, basically the algo wasn't written to take into account the possibility of a partial fill, and therefore bought twice the size to close a short position, leaving it net long ?
If so, seems surprising that this hadn't happened in the previous 6 months.
I removed the last two trades so that my pnl curve doesn't get distorted. I'm not going to include outlier performance like that since that was technically in error...
So, in summary, you cap the wins while not capping the losses. This seems to be the opposite of letting your winners run and cutting your losses short. So far it seems to have worked out very well, but since you brought up the subject of black swans, I suppose it's possible you'll one day won't be able to recover from an intraday drawdown and would have to realize a larger loss (relatively speaking).
Hilmy,
Since you're trading an ORB system - did you read these two articles I linked you earlier?
Maybe you'll find some ideas for further improvement.
https://www.trade2win.com/articles/766-developing-trading-strategy
https://www.trade2win.com/articles/768-developing-trading-strategy-part-2-a
View attachment 322152
https://www.elitetrader.com/et/threads/i-give-up.375995/
I removed the last two trades so that my pnl curve doesn't get distorted. I'm not going to include outlier performance like that since that was technically in error, so I just used what it was supposed to make, which wasn't much. This journal is about evaluating a specific mechanical trading method, not the crap that can go wrong with algo trading.
View attachment 322153
I have, but his test period of 6 months on just one market are way too short to draw any significant conclusions. But I think his testing cases were pretty robust.
When I back tested my strategy it was from 2020-2022 . I tested it on ES,NQ,YM,RTY. I had many iterations to my rules/settings cause I would find it broke down in one year and not the other.
View attachment 322200
View attachment 322201