The task in general is not new: try to restore the stop loss and take profit levels. The problem is that modification operations are NOT REFLECTED in the trading history in ANY WAY.
But, as they say, it is not a great trouble to start, you need to start somewhere.
In general, now I will do something so that such a process is performed:
- step 1: open a position (either BUY or SELL) immediately with the stop loss and take profit level set
- step 2: modification of the stop loss level (manually, drag it closer to the current price)
- step 3: wait for stop loss or take profit to trigger
…
barabashkakvn
Unfortunately, the answer is this: the record of position modifications in the trading history is not even in the plans 🙁
But we’ll wait. We can wait.
barabashkakvn
The position is open, modified and closed by stop loss.
“Log” of the terminal
2017.08.07 11:06:26.621 Trades '5755852': instant sell 0.01 EURUSD at 1.18080 sl: 1.18118 tp: 1.18050
2017.08.07 11:06:26.876 Trades '5755852': accepted instant sell 0.01 EURUSD at 1.18080 sl: 1.18118 tp: 1.18050
2017.08.07 11:06:26.889 Trades '5755852': deal #144815362 sell 0.01 EURUSD at 1.18080 done (based on order #161639640)
2017.08.07 11:06:26.896 Trades '5755852': order #161639640 sell 0.01 / 0.01 EURUSD at 1.18080 done in 275.237 ms
2017.08.07 11:06:31.607 Trades '5755852': modify #161639640 sell 0.01 EURUSD sl: 1.18118, tp: 1.18050 -> sl: 1.18099, tp: 1.18050
2017.08.07 11:06:31.763 Trades '5755852': accepted modify #161639640 sell 0.01 EURUSD sl: 1.18118, tp: 1.18050 -> sl: 1.18099, tp: 1.18050
2017.08.07 11:06:31.868 Trades '5755852': modify #161639640 sell 0.01 EURUSD -> sl: 1.18099, tp: 1.18050 done in 261.558 ms
2017.08.07 11:10:01.594 Trades '5755852': deal #144816023 buy 0.01 EURUSD at 1.18099 done (based on order #161640384)
“History” of the terminal (“Transactions” mode”)
“History” of the terminal (“Orders” mode”)
“History” of the terminal (“Orders and Transactions” mode”)
As you can see, at the moment (just in case build 1643), modifications are not saved in the trading history.