Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 698 Bytes

File metadata and controls

17 lines (10 loc) · 698 Bytes

KAMA

Kaufman's Adaptive Moving Average (AMA, KAMA, AMkA) was developed by Perry Kaufman to account for market noise and volatility. The KAMA indicator can be used to identify reversal points in time, determine the overall trend, and filter price movements.

To use the indicator, the KaufmannAdaptiveMovingAverage class should be used.

Indicator Settings.
  • Fast MA - the fast smoothing constant;
  • Slow MA - the slow smoothing constant;
  • Period - the period of Kaufman's moving average.

IndicatorKaufmannAdaptiveMovingAverage

See Also

KAMA