거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Adaptive Moving Average - AMA - with filter, histogram version - MetaTrader 5용 지표
- 조회수:
- 5577
- 평가:
- 게시됨:
- 2018.12.20 09:30
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Theory :
In “Adaptive Moving Averages” in this issue, author Vitali Apirine introduces an adaptive moving average (AMA) technique based on Perry Kaufman’s KAMA (Kaufman adaptive moving average). His update to the original KAMA allows the new method to account for the location of the close relative to the high–low range. The author describes a trading system that combines the AMA and KAMA, suggesting that the combination may reduce the number of whipsaws relative to using either moving average by itself.
The indicator is coded exactly as it is described by Vitali Apirine
(including the usage of high and low prices for adapting). But in order
to make it easier to use it in a "classical way" (ie: using some sorts
of signals that we can get from it), this version has additional filter
to make the slope change color changes less frequent and thus to make
false signals appear in fewer occasions. That is then coded into a histogram version of the indicator that shows the state of the estimated trend
Usage :
You can use the color change of this indicator as signal
Adaptive Moving Average - AMA - with filter
Adaptive Moving Average - AMA - with filter
Adaptive Moving Average - AMAAdaptive Moving Average - AMA - as described by Vitali Apirine
AMA to KAMA crossover
AMA to KAMA crossover
AMA to KAMA crossover - histogram versionShort description.