Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 43476
- Note:
- Publié:
- 2006.09.08 12:46
- Mise à jour:
- 2014.04.21 14:54
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Green above Red -> Up.
Red above Green -> Down.
Periods that seem useful are 4, 16, 128.
Value is calculated as follows:
Up (Green) = ((High - Open) + (Close - Low))/2, averaged for the selected period;
Down (Red) = ((Open - Low) + (High - Close))/2, averaged for the selected period.

This may have another name or be similar to an existing indicator. I've made up the name drive. Please drop me an email if you've run into a similar indicator before - systrad5@yahoo.com

Trix Indicator - oscillator based on a triple smoothed EMA.

Expert shows how Backtest results are unreliable when you open and close an order on the same bar.