Help EA Semafor
-
I am looking for an EA utilizing three indicators:
- 4x_Level_ZZ_ Semafor and
- the NonLagMA_v7.1,
and 3) Stoch (21,5,3).
The entry is based on the following criteria:
-
Wait for the 4_Level_ZZ_Semafor indicator #3 to appear (Period 1 = 0, Period 2 = 0, Period 3 = 34).
-
Wait for NonLagMA to match the direction of the trade.
-
Wait for the Stoch fast line >20 for a long and <80 for a short.
Stop = use the low of the 3_Level_ZZ_ Semafor candle for a long, minus 10 pips, and use the high of the candle for a short, plus 10 pips. Also, the ability to move the stop to breakeven after a +25 pip move.
Target = the opposite 3_Level_ZZ_ Semafor appearing.
use Trailing stop 10 pips.Of course, the 4_Level_ZZ_ Semafor repaints which prevents reliable backtesting, but I have been maually paper trading with much success using multiple currency pairs on the M5 MetaTrader chart.
Thanks in advance for your consideration... steve
https://fxdreema.com/shared/pBl8X1gdd -
Some hints:
-
Use different tree blocks for launching/trailing stopping trades. Trailing stop should have its own tree of conditions.
-
Same for close trades. Are those conditions on blocks 2, 3 and 4 for buys exactly the same for closing trades? I guess not. So you need another tree of conditions for closing your trades.
-
I see you are using candle ID 1 on your condition blocks, Good for you!
That's a common issue for newbies, so you are not a newbie anymore. 
Try redo your project again with these recommendations and let me know.
-