Unisciti alla nostra fan page
ZigZag_INT - indicatore per MetaTrader 5
- Pubblicati da::
- Nikolay Kositsin
- Visualizzazioni:
- 13620
- Valutazioni:
- Pubblicato:
- 2012.01.24 12:56
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Real author:
Integer
Standard ZigZag acts as ZigZag from the terminal custom set of indicators (though it is faster), though having some minor differences. This version of the indicator does not contain unnecessary additional indicator buffers. Their absence has allowed to optimize the code.
This indicator was first implemented in MQL4 and published at http://dmffx.com.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/718
This indicator shows trend direction (RSI) and trading signals (Stochastic + Accelerator).
AsymmetricStochNREnhanced version of the Stochastic oscillator.
The grid consisting of DiNapoli levels and built using a larger timeframe chart. DiNapoliTargets indicator data is considered in the process of grid creation.
MA_AC_Stochastic_SignalThis indicator shows trend direction (Moving Average) and trading signals (Stochastic + Accelerator).