Help!
-
I want to create an EA that will Open Buy when the Sell Thread is closing, using EMA 5 & 8.
-
Not much information, on trade tab, purple trade closed block, whatever condition you want, place trade.
-
This is my project: https://fxdreema.com/shared/fEqJXI7Lc
I want a method whereby if the SELL hit stop loss, then Buy Opens immediately and like wise BUY to sell. -
@GOKACHIT connect the buy and sell blockls to the close positions blocks. When the work of the close positions block is done it will open a new trade
-
@fxpim I have done that, but it seems not to be functioning as expected. I want a situation whereby the Loss on trade will be reduced. Here is the project: https://fxdreema.com/shared/W50im4Qae
PLEASE ANYONE TO HELP ME CODE AN EA TO FUNCTION LIKE I EXPLAINED.
-
You haven't asked EA to do as you asked, trade closed is a on trade only block, you don't have this. As a general rule, tabs work like this, on tick to place original trade, on trade to work with trade that are running, on chart to work on your live chart, on onit once at start of EA.
-
Can you help build an EA to buys and sell base on fib levels?
-
@jstap Please help rearrange it please... My project https://fxdreema.com/shared/W50im4Qae
-
I could but is not something I am practiced at, if you want to try, add a shared link, and say what isn't working.
-
@jstap Pleasee check if it is properly arranged https://fxdreema.com/shared/tgyzayu1b because i am still having much loss
-
You are using the check profit last closed, you need to add a position closed block on top
-
@jstap Is this correct? https://fxdreema.com/shared/jF9rUYOL
Because it is not working...

-
That should work, but why have you got a closed position block? That tree only activates if a position closes.
-
@jstap I got the closed position block so that if the Stop Loss pips is hit, the close position block will close the trade. I am yet to under how the Position Closed block is work
-
On trade if a position is closed, all blocks under will activate
-
@jstap Thanks for your reply. But i couldn't find help.
-
Rhe close trade block needs to be separate, (connected to other blocks), on the ontick tab.