Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

ADX + MA - expert pour MetaTrader 4

Vues:
25279
Note:
(15)
Publié:
2013.05.21 09:09
Mise à jour:
2014.04.21 14:56
MADX-07.mq4 (6.16 KB) afficher
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance


 This Es is using 2 MAs with Input parameters:

  •  maPerBig     = 25;
  •  ModeBig      = 2;
  •  appPriceBig  = 2;
  •  maPerSmal    = 5;
  •  ModeSmal     = 1;
  •  appPriceSmal = 0; 

and Input Parameters for ADX: 

  • advPeriod    = 11;
  •  appPriceAdx  = 4;
  •  advLevelMa   = 13; 
  •  advLevelPl   = 13;
  •  advLevelMi   = 14; 

 


X trader v2 X trader v2

Trades when two moving averages cross each other

PSAR trader v2 PSAR trader v2

Trades using parabolic SAR signals

BreakOut BreakOut

This EA will open a Long Order if the Price move above yesterday High or Short Order if the Price move beneath yesterday Low.

FollowYourHeart FollowYourHeart

"Follow Your Heart" is an Expert Advisor that open an Order strictly by price increase/decrease during nBars on the M1 time frame (without any indicators).