Forum

Results Tab and Modify SL/TP

Hi everybody, i sent in the past a similar question but didn't get any answer. I will add some more info this time. I developed the simplest EA using MQL5: - Sell EURUSD - Modify Position SL Run the backtest and see this result tab: As you can see the test runs until the end of the test but i

StrategyTester modify SL/TP and Results Tab

Hi all, i'm trying to modify the Stop Loss value of an open position using this code: m_request.action= TRADE_ACTION_SLTP ; m_request.symbol=symbol; m_request.sl =sl; After launching the backtest I see under the Journal tab rows like this: position modified [sell 0.10 EURUSD 1.37325 sl: 1.35511]