getting the sum total of profitable running trades
-
Hello fxdreema
I have been issues getting the sum total of profitable running trades, I can use For Each Trade to get for 1 Trade but not for multiple trades. And using Check Blocks does does not filter the loosing trades and cannot output the actual sum.
Any idea's how to go about it?
-
https://fxdreema.com/shared/CYJWqKDWc
OrderProfit() > 0... this is the "advanced" part that I used in block 4. OrderProfit() is the value of the profit in MQL4. What this code does is to allow only those trades for which their profit value is bigger than 0
-
Bless your soul

I hope you can update the offline version ASAP.