거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
3730
평가:
(17)
게시됨:
2018.10.25 18:25
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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