Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

STARCBands - indicatore per MetaTrader 4

Visualizzazioni:
14377
Valutazioni:
(7)
Pubblicato:
2016.04.26 16:15
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Author: scorpion

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


Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.