Kaufman Adaptive Moving Average (KAMA) Strategy [TradeDots] by tradedots
By tradedots
Performance Metrics
- Author: tradedots
- Symbol: FX:GBPJPY
- Timeframe: 30 minutes
- Net P&L: +2,317.66 USD (+22.96%)
- Win Rate: 38.6%
- Profit Factor: 1.655
- Max Drawdown: 393.98 USD (3.51%)
- Total Trades: 158
- Sharpe Ratio: 0.326
Description
"The Kaufman Adaptive Moving Average (KAMA) Strategy" is a trend-following system that leverages the adaptive qualities of the Kaufman Adaptive Moving Average (KAMA). This strategy is distinguished by its ability to adjust dynamically to market volatility, enhancing trading accuracy by minimizing the effects of false and delayed signals often associated with the Simple Moving Average (SMA).HOW IT WORKSThis strategy is centered around use of the Kaufman Adaptive Moving Average (KAMA) indicator, which refines the principles of the Exponential Moving Average (EMA) with a superior smoothing technique.KAMA distinguishes itself by its responsiveness to changes in market prices through an "Efficiency Ratio (ER)." This ratio is computed by dividing the recent absolute net price change by the cumulative sum of the absolute price changes over a specified period. The resulting ER value ranges between 0 and 1, where 0 indicates high market noise and 1 reflects stronger market momentum.Using ER, we could get the smoothing constant (SC) for the moving average derived using the following formula:Pine Script®fastest = 2/(fastma_length + 1)slowest = 2/(slowma_length + 1)SC = math.pow((ER * (fastest-slowest) + slowest), 2)The KAMA line is then calculated by applying the SC to the difference between the current price and the previous KAMA.APPLICATIONFor entering long positions, this strategy initializes when there is a sequence of 10 consecutive rising KAMA lines. Conversely, a sequence of 10 consecutive falling KAMA lines triggers sell orders for long positions. The same logic applies inversely for short positions.DEFAULT SETUPCommission: 0.01%Initial Capital: $10,000Equity per Trade: 80%Users are advised to adjust and personalize this trading strategy to better match their individual trading preferences and style.RISK DISCLAIMERTrading entails substantial risk, and most day traders incur losses. All content, tools, scripts, articles, and education provided by TradeDots serve purely informational and educational purposes. Past performances are not definitive predictors of future results.