Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 15102
- Note:
- Publié:
- 2010.12.06 10:31
- Mise à jour:
- 2014.04.21 14:55
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The calculation:
AggZ = (-1*(10-day z-score)+(200-day z-score))/2
where z-score = (close - sma(closing prices over last n periods))/(standard deviation(closing prices over last n periods))
buy above 0, sell below 0 as a basic strategy.

You can adjust SL/TP by dragging the lines drawn by the EA.

Just trade looking at the arrows shown by indicator

Creates a report in HTML about all pairs and symbols, for example how many days ago a cross moving average appeard. Pairs with a last recent cross moving average at daily timeframe have a chance for a trend reversal which may be traded.

Expert Advisor trading with Local High/Local Low (msl/msh)