Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

ADX + MA - sistema esperto per MetaTrader 4

Visualizzazioni:
25384
Valutazioni:
(15)
Pubblicato:
2013.05.21 09:09
Aggiornato:
2014.04.21 14:56
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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).