Experts: ADX + MA

 

ADX + MA:

Expert Advisor based on the ACD and MA Attention: this is not a Holy Grail

Author: Leonid Basis

 

This is my gift to all hard-working traders:

https://www.youtube.com/watch?v=a6UR2QajKjM&feature=youtu.be 

 
What is the best time frame for this EA ???
 
umesh_kuk:
What is the best time frame for this EA ???

H4
 

Hello,

please tell us what is the rule for entry?

Thank you in advance ..... 

 
Meta1:

Hello,

please tell us what is the rule for entry?

Thank you in advance ..... 


IF (CurrentPrice > ma25) & (Low[Bar1] - ma5 > maDif) & 
    (Low[Bar0]  - ma5 > maDifl) & (ma5 > ma25) &
    (adxMain[Bar0] > adxMain[Bar1]) & (adxMain[Bar0] > adxLevelMain) &
    (adxPlus[Bar0] > adxPlus[Bar1]) &  (adxPlus[Bar0] > adxLevelPlus) &
    (adxMinus[Bar0] < adxMinus[Bar1]) & (adxMinus[Bar0] < adxMinusLevel)
Then
      BUY
 

WAW.....

NO STOP LOSS?????

:(

IF YOU HAVE A LOT OF MONEY NOT ELAPSED ..

USE THIS EA!!!

 
ismail77:

WAW .....

NO STOP LOSS?????

: (

JIKA ANDA MEMILIKI BANYAK UANG TIDAK TERPAKAI ..

GUNAKAN EA INI!


  ticket = OrderSend(Symbol(), OP_BUY, GetLots(), Ask, 3 * d, 0, Ask + TakeProfit * Point * d, "xax", MagNum, 0, Blue);

         if(ticket > 0)

 

 
 
is this work on real account??
 
https://www.mql5.com/en/users/basisforex/seller
Reason: