EA project assistance
-
Good day
I am designing a ea whereby the ea opens a buy and sell trade at the same time. The ea needs to only open a new buy and sell trade once the previous buy/sell trade hits its TP. The opposite trade still needs to be open. I also want the ea to close all open trades once i have made 100% the equity.
-
The ea currently opens the buy and sell trades and then after first TP it open simultaneously buy and sell trades
-
I have linked no trade with buy now and sell now. Then separately linked for each closed trade buy now and sell now. THEN SEPARATELY CHECK PROFIT LINKED WITH CLOSE TRADES
-
Can you please share the link to the project?
-
@l-andorrà how do i copy the link
-
-
@Ruan95 You need to do this:

-
-
-
You need dark pink above light pink

You need to create a new order when TP hit on the on trade tab

-
@jstap how do I get trade close on the on trade tab?
-
Go on the tab and the purple blocks are on the left.
-
@jstap thanks the ea works.. can you assist me with my next ea project. i only want to open a buy and sell at the same time with TP and SL at a spesific time. This more for news trading strategy. 30 seconds before news release etc. Or hours,minutes and seconds.
-
@jstap i know how buy now and sell now works. I need assistance with time to place those trades.
-
-
You do not use on timer tab, that tab only works on demo/live, not backtest. If you want a trade placed at a certain time, use no trade, and a time filter block, on tick tab.
-
@jstap can show me example please
-
Try what I said and add a shared link, I will show you what you are doing wrong.
-
-
@jstap its opening multiple positions. I want the ea to open a buy stop and sell stop at a spesific time with a Trailing stop. The same time the ea must also place a buy and sell trade.