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
Indicateurs

STARCBands - indicateur pour MetaTrader 4

Vues:
14623
Note:
(7)
Publié:
2016.04.26 16:15
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Author: scorpion

The indicator plots a moving average with a Bollinger type envelope.


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/7355

SHI_SilverTrendSig SHI_SilverTrendSig

The indicator generates buy and sell signals.

SATL SATL

(Slow Adaptive Trend Line) – the «slow» adaptive trend line is calculated using a digital low-pass filter LPF-2. LPF-2 serves to eliminate the noises and market cycles with longer fluctuation periods.

PeriodBarsHIGH   PeriodBarsLOW PeriodBarsHIGH PeriodBarsLOW

Library functions, get the HIGH LOW for the specified time interval

Library of functions for singular transformation Library of functions for singular transformation

Have you perhaps heard about the caterpillar? Here it is.... I do not remember where I got the code, I simply translated it from С++ to MQL4.