Type/to search

A Trend Strategy Optimization Based On Ichimoku Cloud Chart

Common strategy
Created: 2024-01-19 14:45:21
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines Ichimoku cloud chart with various auxiliary indicators to track the trends. It mainly uses Ichimoku cloud to determine the trend direction and MACD, CMF, TSI and other indicators for filtering to improve the signal quality. This is a strong trend strategy based on comprehensive judgments of multiple factors.

Principles

This strategy mainly utilizes the transformation of Ichimoku cloud to judge the trend direction. It goes long when the Tenkan-sen crosses above the cloud and goes short when the Tenkan-sen crosses below. Meanwhile, it uses Chikou Span, MACD histogram, CMF and TSI for multi-layer filtering to ensure the signal quality.

Specifically, the long signal is triggered when:

  1. Tenkan-sen crosses above the cloud
  2. The cloud is wide and Tenkan-sen is above Kijun-sen
  3. Chikou Span is above the 0-line
  4. The closing price is above the cloud
  5. MACD histogram is above 0
  6. CMF is greater than 0.1
  7. TSI is above 0

The short signal is triggered when the above conditions are reversed. By such comprehensive criteria, most of the false signals can be filtered out and the major trends in the market are captured.

Advantages

The biggest advantage of this strategy is filtering out false signals and catching strong trends by combining multiple indicators. Specifically:

  1. Ichimoku cloud determines the major trend direction
  2. Auxiliary indicators further filter out signals and reduce risks
  3. Comprehensively considers multiple timeframes for more reliable signals
  4. Strict rules to trade only high quality setups and avoid choppy markets
  5. Trend following mechanism to maximize trend profits

Through such judgments, the strategy can effectively identify the mid-long term hot sectors and profit from trend trading.

Risks

The main risks of this strategy include:

  1. False breakout risk causing wrong signals
  2. Trend reversal risk leading to the loss of all profits
  3. Relatively low trading frequency missing opportunities

Solutions:

  1. Relax filtering criteria properly to increase trade frequency
  2. Add stop loss condition to limit loss size
  3. Optimize parameters to improve signal accuracy

Enhancement

The main optimization directions:

  1. Parameter optimization through more backtests to find better parameter combination

  2. Add stop loss mechanism to control risks

  3. Add trailing stop loss to lock in profits

  4. Test more indicators to find better filter combination

  5. Add rules to distinguish real breakout

Conclusion

This strategy effectively combines Ichimoku cloud and multiple auxiliary indicators. Further improvements on parameter optimization, stop loss mechanism, indicator selection can enhance the stability and signal quality for higher steady returns. The strategy has strong practical value.

Source
Pine
/*backtest
start: 2024-01-11 00:00:00
end: 2024-01-13 14:00:00
period: 1m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © exlux99

//@version=4
Strategy parameters
Strategy parameters
Tenkan-Sen Bars
Kijun-Sen Bars
Senkou-Span B Bars
Chikou-Span Offset
Senkou-Span Offset
Long Entry
Short Entry
Fast Length
Slow Length
Source
Signal Smoothing
Simple MA(Oscillator)
Simple MA(Signal Line)
CMF Length
Long Length
Short Length
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)