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
Visualizzazioni:
3776
Valutazioni:
(17)
Pubblicato:
2018.10.25 18:25
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Real author: TrendLaboratory

Fixed version of the Skyscraper indicator. This indicator in its original form has one distinct feature. When calculating on the current bar, it uses volatility of the financial instrument calculated considering all previous chart bars. As a result, when the chart moves to the right, the indicator's NRTR line is moved farther and farther away from the current price values. Such an approach may be viable for short-lived financial instruments, but generally, the algorithm should limit the calculation of volatility to some period, which was done in the proposed version of this indicator. Volatility is defined considering the input parameter:

input uint    Length=10;             // ATR period

The indicator middle line is also made similar to the main lines in the NRTR form and colored in accordance with the current trend.

Fig. 1. Skyscraper_Fix

Fig. 1. Skyscraper_Fix

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22288

Skyscraper_Fix_Cld Skyscraper_Fix_Cld

Skyscraper_Fix indicator with the space between the average and NRTR lines filled with color

X2MACandle_Chl X2MACandle_Chl

X2MACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles

OHLC Stochastic OHLC Stochastic

The Expert Advisor based on iStochastic (Stochastic Oscillator) indicator and OHLC analysis

Skyscraper_HTF Skyscraper_HTF

Skyscraper indicator with the timeframe selection option available in input parameters