Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

STARCBands - indicador para MetaTrader 4

Visualizações:
14317
Avaliação:
(7)
Publicado:
2016.04.26 16:15
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author: scorpion

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


Traduzido do russo pela MetaQuotes Ltd.
Publicação 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.