Type/to search

Heyping Moving Average Trend Strategy

Common strategy
Created: 2024-01-03 12:18:29
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Heyping Moving Average Trend Strategy is a technical indicator combo strategy designed to track price trends. It generates entry and exit signals based on moving average crossovers to time the market. The strategy can be implemented on the TradingView platform and optimized for performance.

Strategy Logic

The KP strategy utilizes three types of indicators:

  1. Moving Averages: A faster EMA and slower SMA. The EMA reacts faster to price changes while the SMA is more stable. Crossovers between the two produce trade signals.

  2. Heiken Ashi Candles: Special candlestick charts with clearer trend definition. Used as the price data source for plotting the EMAs.

  3. Log Transformation: An option to log transform price data to better visualize percentage changes.

The specific logic is to go long when the faster EMA crosses above the slower SMA, and to exit the position when the reverse crossover happens. This strategy belongs to the trend following category.

Advantage Analysis

  1. Highly customizable parameters catering to different products and timeframes
  2. Visual indicators combined into an easy-to-read system
  3. Log transformation option to handle volatile instruments
  4. Heiken Ashi candles offer superior trend determination
  5. Integrates stop loss to control risk

Risk Analysis

  1. Trend reversal risk. Timely stop loss required
  2. Careful parameter optimization to avoid overfitting
  3. Instrument and timeframe selections greatly impact results
  4. Robustness must be validated through backtesting

Optimization Directions

  1. Add adaptive parameter optimization module
  2. Incorporate more filters to avoid false signals
  3. Build algo trading module for automation
  4. Apply machine learning models at inflection points
  5. Enhance stop loss strategy for dynamic trailing stop loss

Conclusion

The Heyping Moving Average Trend Strategy combines various technical indicators to define trend directions with flexible configurations and great visualization. It can serve as a baseline trend following strategy and be further tuned for live trading while noting no strategy is perfect. Risk management is key.

Source
Pine
/*backtest
start: 2022-12-27 00:00:00
end: 2024-01-02 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=5
strategy("KP 15min Strategy", shorttitle="KP15", overlay=false)

res = input("D",title="Heikin Ashi Candle Time Frame")
Strategy parameters
Strategy parameters
Heikin Ashi Candle Time Frame
Heikin Ashi Candle Time Frame Shift
Heikin Ashi EMA Time Frame
Heikin Ashi EMA Time Frame Shift
Heikin Ashi EMA Period
Heikin Ashi EMA Shift
Slow EMA Period
Slow EMA Shift
Log Transform
Stop Loss
Show Plots
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)