Why does EAs need to optimize?

1 View
Moses Daniels
Answered 6 months, 1 week ago
<p id="isPasted">It depends...</p><p>First of all, try to make your EA less sensitive to changing market conditions by relating thresholds to ATR, express your SL/TP as a percentage of price rather than absolute number of pips/points, lot sizes as a percentage of current equity, etc. However, that brings new challenges: should I use standard ATR(14) which changes surprisingly a lot (you try it on a chart!), or use an ATR(252) as the average movement throughout the last year but slow to react to changing conditions.</p><p>To find a good lookback period for your EA, you could do Walk Forward Optimizations with …</p>