Can any body help creating EA
-
I have simple strategy that price is above upper band and below lower band of Envelope take some distance pips sells stop and buystop order with sl and any order executed by stop order opposite order should be deleted. once some pips getting profitable starting trailing SL. once one trade close, instantly another trade open with same situation. For better under standing kindly find attachment of file for images.
-
-
@jstap
Kindly guide about creating EA.
I have simple strategy that price is above upper band and below lower band of Envelope take some distance pips sells stop and buystop order with sl and any order executed by stop order opposite order should be deleted. once some pips getting profitable starting trailing SL. once one trade close, instantly another trade open with same situation.

-
There are a few guaranteed concepts in this, start by testing 1 at a time,
1st _ no-trade - condition (candle 0 close < envelope lower) - sell, no-trade - condition (candle 0 close > envelope upper) - buy.
Then add the 2nd option, pink for each trade - pips away - buy or sell pending
Then the 3rd, ontrade tab, purple trade closed - buy or sell.
Test on backtest then add a shared link if not working, and say the problem, you can then finalise -
Okay I will try. Thank You Bro.
-
Hi bro I have created as information given below without third option because 3rd option i don't understand. I tested backtest but on backtest it taking trades with good results but on demo or real account not taking trades on same condition. Kindly check link.
https://fxdreema.com/shared/msZFiEBcb.
Waiting asap. -
You will have to use 2 blocks instead of teeing off from 1, you also need a for each trade above pips away, and this set of blocks should be in a separate tree.
-
@jstap Hello Bro.
EA not working on Real or Demo account it run only on tester. Kindly check the link i am sharing to you.
https://fxdreema.com/shared/Ym2A6nhhe
If you are have solution this strategy convert in to real trading i can if you have any charge for that then i will. I am waiting for asap. -
Make the changes I suggested, what exactly is not working?
-
Hello Sir
As per your guidance I made changes kindly check it is as per your suggetion.
https://fxdreema.com/shared/W79obqsjb -
You still need a for each trade/each closed trade block, dark pink above light pink. When you test this what's not doing what?
-
Kindly suggest where use each trade / each trade closed block. When it testing its taking trades closing trades as per trailing sl or sl. not taking trades in real account or demo account.
-
I put it in my comment dark pink above light pink., you also have it correct in 1 tree