당사 팬 페이지에 가입하십시오
Skyscraper_Fix - MetaTrader 5용 지표
- 조회수:
- 4026
- 평가:
- 게시됨:
- 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
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22288
Skyscraper_Fix indicator with the space between the average and NRTR lines filled with color
X2MACandle_ChlX2MACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles
The Expert Advisor based on iStochastic (Stochastic Oscillator) indicator and OHLC analysis
Skyscraper_HTFSkyscraper indicator with the timeframe selection option available in input parameters