Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 26031
- Valutazioni:
- Pubblicato:
- 2013.05.21 09:09
- Aggiornato:
- 2014.04.21 14:56
-
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;

Trades when two moving averages cross each other

Trades using parabolic SAR signals

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

"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).