DislikedWhile the fight against false entries is going on, the adviser is stable. Only one stop loss can eat up almost all the profit. While I'm looking for a filter, I've already gone through almost all built-in indicators. I probably need to come up with new algorithms based on the price again. {image} {image}Ignored
Get a list of trades:
- perform Monte Carlo simulation, randomly selecting a xx sets of trades
- analyze signal's profit by time passed from prev. signal. Set a threshold, e.g if the last signal came 5 bars ago - ignore the current, maybe market is ranging.
And, yeah, don't trust MT backtester - it's pure crap.
For example.
You might want to skip the signal if the prev trade duration exceeded 100min, depends on the picture.
3 months of 1m data, random settings of my strat. - exit on reverse signal.
To keep more, introduce dynamic tp/trailing, etc
- One more option: include multiple settings set into your algo - an ideal or fair enough filter simply doesn't exist anyway. imo
Idk if MQL4 support this, I run a bunch of algos at once with diff settings and TF in Python using mt5 API
Air force
1