once per trade for children trades ?
-
i want to use martingale but whenever i m using once per trade its blocking parent trade for adding another volume for that particular lot - thats is good , but if trade goes in loss then its children trades are not able to pass through this block too , i want a trade can paas only once and its children trade can aloso paas only once , what to do now ? m confused pls somone help me

-
@vikas Set up another tree, one for the parent one for the children.
-
I think you can omit the "once per trade/order" block. I don't recommend it anyway, because its memory is temporary, until the EA is closed. Go to the Examples (former How To) and take a look at the example called Add to Volume (every 10 pips). I think this is what you want to do.