Just need some advice to start my EA
-
First, thanks to read me and take the time to help me.
I tried many different things, but I can't get the result I want.
I think It's easy to do.I just want an EA to start with a sell, and if the SL is reach, I want a Buy. If the SL of the Buy is reach, I want a Sell.
IF TP is reach, I want the EA restart with the Sell.That's it for now.
Thanks
Marc -
I can see what you are trying.
You don't need to use "AND" block at all, this block is to make parallel blocks to behave as serial, but it's much better to just connect them one after another.
Then, under "on Tick" blocks are executed on every tick, and every block does what it has to do once. "Sell now" creates a new trade, and goes to the next blocks... but next blocks are executed only once, after the sell trade is created.
There are many ways to do this, but this can do the trick: http://fxdreema.com/shared/P2Wh31uac