how i use option bucket position in Modify Variables ?
-
how i use option bucket position in Modify Variables ?

I want save total all buys or sell
but in here not show me what i want show me total buys or sells
and found filter condition what i write it until can have total for buys or sells
thank you -
????????????????
-
In this field you can write MQL4 code. For example:
OrderProfit() > 0... which will use only trades with positive profit in the calculations. You can filter them with OrderType() == 0 (this is for buys) or OrderType() == 1 (for sells), but why... in the main Bucket block you can filter by type.
-
Hello fxdreema, reviewing information in this case in MT5, can you indicate in this "Filter Condition (Advanced)" that the profit is in pips and how would it be ?
Thanks