|
Found yet another bug. Fixed that already.
All bugs and fixes are done in the code so I'll simply post version 01_00 of the EA when I'm finished fixing it.
The bug: trailing stop was used instead of no-profit level. Now when we are in profit (at least n points) we move our stoploss to OrderOpenPrice+5 pips. After we did that, we use trailing profit.
Benefits: less modifications for stoploss, smaller drawdown.
Next steps: 1. optimize trailing stop; 2. make 2 trailing stops: normal one, ATR one; 3. moving stoploss every 5 pips instead of every pip; more to come!
|