Open oder on take profit
-
Hi, I want EA to open Sell order with 0.01 when previous sell trade of 0.01 hit take profit, so I want it to open a sell on the take profit level.
-
@xanderrooi9 On trade tab->purple trade closed block->buy/sell block
-
@jstap like just open trade on same direction of previous trade that hit take profit.
-
@xanderrooi9 Yes set it on the on trade tab.
-
@jstap not working sir.
-
@xanderrooi9 It does put your latest shared project here, I'll have a look at what's not right.
-
@jstap it's like a hedging EA, the EA start with a buy and sell position, so when the first position hit TP either buy or sell it should open a trade on that TP level. But I'm sharing the project link now.
-
-
@xanderrooi9 Not the pink blocks (these are good for getting current/closed information), the purple blocks as in the picture are what you need.

-
@jstap thank you Sir.
-
@jstap can you help me with Trailing or Averaging Take profit on the same project.
-
Here's the link:
https://fxdreema.com/shared/mnQx7SZY -
@xanderrooi9 You don't need the pink block above the blue, this should work but have never used the average pips block, you could use profit = ? close all trades.
-
@jstap I want it to close all running sell trades separately and close all running buy trades separately it's like a hedging EA with grid and martingale.
-
@xanderrooi9 To do this set a separate close block for buys and sells, put whatever conditions to close type above.
-
@jstap still not working https://fxdreema.com/shared/fZVDXzare
-
@xanderrooi9 I cant really help with the average pip block, you do have buy/sells options mixed up in different places though.
-
@jstap any other way or block I can use.
-
@xanderrooi9 Not sure test with this, you can most likely get it working.
-
@jstap it's working when I separate the EA into two part one EA for Sell and the other one for Buy, but I want it as One EA