You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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]
But... if I check under the results tab I cannot see (as in MT4) rows that notify me that the stop loss value has been modified. Why ?
Lastly, I would suggest you to split the Results tab in two Tabs (Results and Report).
It is very annoying to do every time this path:
- Left click Results
- Right click to show the contextual menu
- Left click on (Deals, Orders or Orders&Deals)
Total of 3 clicks instead of 1 having two separate tabs. Not so good in terms of UI usability.
Thank you.