Type/to search

Moving Average Candle Count Trend Following Strategy

Cryptocurrency
Created: 2023-09-16 19:04:02
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This article introduces a trend following strategy based on candle count. It judges trend direction by counting candle directions and enters after a fixed number of candles.

Strategy Logic

The strategy is based on:

  1. Counting candle directions to determine market bias. When N consecutive candles go in one direction, a trend is identified.

  2. In uptrends, go long after N consecutive bearish candles. In downtrends, go short after N consecutive bullish candles.

  3. Smaller N values capture trends faster but are more susceptible to whipsaws.

  4. Fixed take profit and stop loss points lock in profits and control risk.

  5. Close positions when reversal candles appear.

Advantage Analysis

Advantages of this strategy:

  1. Simple candle counting for direct trend judgment. Easy to implement.

  2. With-trend entries capture trend moves well.

  3. Fixed stops effectively manage risk.

  4. Adjustable parameters suit different market environments.

  5. Simple logic makes optimization easy.

Risk Analysis

There are also risks to consider:

  1. Counting can mislead in ranging markets.

  2. Fixed stops may limit profit potential.

  3. Premature stop outs from poor reversal judgment.

  4. Adjust parameters and size appropriately.

  5. Count parameters should be evaluated cautiously.

Conclusion

This strategy combines candle counting and trend following. With proper tuning, it can produce decent results. But traders should evaluate markets carefully and adjust parameters for long-term profits.

Source
Pine
/*backtest
start: 2023-08-16 00:00:00
end: 2023-09-15 00:00:00
period: 4h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
//@author=Daveatt

StrategyName = "BEST Candle Meter Strategy"
Strategy parameters
Strategy parameters
Bar Counter
Backtest Start Year
Backtest Start Month
Backtest Start Day
Backtest Stop Year
Backtest Stop Month
Backtest Stop Day
Backtest Profit Goal (in USD)
Backtest STOP Goal (in USD)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)