Hi, yes but how do i find when those two trades are 0 in profit? I have tried check profit but it doesnt work
Latest posts made by svengate
-
RE: For each tradeposted in Questions & Answers
-
For each tradeposted in Questions & Answers
Hi
I need help with one question. Assume that I have multipel trades and I would like the EA to look at my two last trades, not one and not three, exactly two last trades.I have tried to use for each trade but it does not look at them as a pair. When the to last trades are 0 in profit, I would like to close them.
Please help
//S
-
After a loss, paus EA until Condition are metposted in Questions & Answers
Hi
Please help me, I want to paus the EA after loosing money. For example,MA 400 is under MA 20 and my trade is a loss, then I want to paus the ea until MA400 has crossed above MA 20
-
RE: Multiply volume on each tradeposted in Questions & Answers
I would like to multiply not add a certain amount
-
Multiply volume on each tradeposted in Questions & Answers
Is it possible to multiply the volume for each new trade until they all been closed?
Like you for the pending orders
Best regards
-
RE: After TP, new pending orderposted in Questions & Answers
Maybe i did explain it wrong
I have pending orders and when a pending order turns into a trade I would like to put up a new grid ONE time. When the next pending order is activated to a trade I would like to put up a new grid one time
-
After TP, new pending orderposted in Questions & Answers
Hi, i guess it is easy
If I have X pending orders at hte market, when one of them goes to trade and then it hits T/P i would like to insert a new pending order at the same level as the one who hitted T/P
I have tried with
For each trade closed
Check how it was closed = T/P
and then just pending order -X pips (the same as T/P)
But it doesn´t work, please help me