Calculate Open Price for each order
-
If have 3 open Trades at the same time, How can I Calculate the opening Price for the first Order or the second one. I need exact opening Price for each Trade
-
for example I have 3 open Trade and I want to modify SL of my orders That the MA150 is Under the opening Price. I need Opening Price to use it in condition Block
-
Use the pink blocks, for each trade->save the open price into a variable.
-
@jstap when the second trade open, the variable change to the second open price. I need every open prive for each trade
-
The logic you have set in your blocks will change this, you need to set up blocks that change or don't change this. you can chose the trade you are working with, so if you have 2 trades running you know the trade number you are working with.