How do I get the maximum float value
-
How do I get the maximum float value for a set of orders for the time period from opening to now and use the value as a variable for other modules?
-
@TXZZ
What do you mean by float value for a set of orders ?
Do you mean the value of their opening price ?
Do you want to check the maximum value for a set of orders opened during that given period ? By orders do you mean positions ?
If so you would loop with "for each trade" block with a filtering condition : opening time > start period time; and a second condition that is : position value > maximum value. Save the position value in the "maximum value" variable with a block beneath the conditions. -
@seb-0 Floating loss value, the value of open positions
-
@TXZZ
I made it with the profit, if you want it with the loss just multiply it by -1.
Not tested : https://fxdreema.com/shared/keq2mqJOb -

Here is the simple way. No need calculation -
@seb-0
@Pheaktra-Capo
Thank you very much -
@Pheaktra-Capo
Where does it filter only the positions opened in the current period ? -
@seb-0 Just follow this and you will see. Dont forget use Comment block to see it brother
-
@TXZZ You are well come brother