당사 팬 페이지에 가입하십시오
Traditional Itrend - MetaTrader 4용 지표
- 조회수:
- 25196
- 평가:
- 게시됨:
- 2016.05.16 09:42
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Trend indicator with a multitude of settings. Displays the direction (red) and strength (blue) of the trend as a two-colored histogram. The main signals are the crossing of the zero line, reaching a new high/low, divergence.
If the red graph is greater than zero and grows - go bullish (if at the same time the blue graph is less than zero and falls - the uptrend is getting stronger)
If the red graph is less than zero and falls - go bearish (if at the same time the blue graph is greater than zero and grows - the downtrend is getting stronger)
Common parameters - parameters that affect both lines:
- "Apply to". The basis for the indicator calculation. In this case it is the price - Close, Open etc.
- Parameters of the trend direction line (red line). The trend direction in the iTrend is calculated based on the Bollinger Bands technical indicator, and therefore the iTrend trend direction has the same settings as Bollinger Bands:
- "Mode". Specifies the Bollinger Bands line to use in the calculation of the iTrend: Main, Top or Bottom.
- "Period". The period of the iTrend indicator
- "Deviation". The deviation of the iTrend indicator
- Parameters of the trend strength line (blue line). The line of the trend strength in the iTrend is calculated based on the technical indicators by Alexander Elder - Bears Power and Bull Power
- "Period". The of the iTrend trend line.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/7471
Trend filter. In short, the RSIFilter fails on strong fluctuations, but handles the trend good enough, but if it get improved a bit, it could be able to give clear answers.
EVWMAElastic Volume Weighted Moving Average (EVWMA), a natural replacement for the standard moving average.
This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones.
MA_In_Color_wAppliedPriceModified LSMA_In_Color indicator. Added: usage of the applied price.