Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Vues:
3761
Note:
(17)
Publié:
2018.10.25 18:25
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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