martingle project
-
i am working on a martingale project but i have some issues
for example:
1- i set a condition (1) to open a buy order 0.1 lot
2- condition (2) when equity - balance < -20 then open buy order 0.2 lot
and so on
3- condition (3) if equity - balance > + 20 then close all open tradesthe issue is :
the EA keeps opening so much buy orders
i also tried to add {pass once} block between condition (2) and buy order
but it does not give me what i was expect
i also tried {wait to pass} on condition (2) but without solution
any help