Type/to search

Ichimoku Kinko Hyo indicator Balancing Trend Strategy

Common strategy
Created: 2023-11-24 14:38:47
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Balancing Trend strategy is a trend following strategy that utilizes the Ichimoku Kinko Hyo indicator. It identifies trend directions by combining multiple indicators, goes long in a bull market and goes short in a bear market, to achieve long-term capital appreciation.

Strategy Principle

The core of this strategy is based on the Ichimoku Kinko Hyo indicator, which consists of the Tenkan-Sen (Conversion Line), Kijun-Sen (Base Line), Senkou Span A (Leading Span A), Senkou Span B (Leading Span B) and Chikou Span (Lagging Span). When price is above the cloud, it signals an upward trend. When price is below the cloud, it signals a downward trend.

The trading signals are generated based on the combination of the following conditions:

  1. Tenkan-Sen crosses above Kijun-Sen as bullish signal
  2. Tenkan-Sen crosses below Kijun-Sen as bearish signal
  3. Chikou Span crossover upward as bullish confirmation
  4. Chikou Span crossover downward as bearish confirmation
  5. RSI above 50 as bullish indicator
  6. RSI below 50 as bearish indicator
  7. Price above the cloud indicates upward trend
  8. Price below the cloud indicates downward trend

It goes long when all bullish conditions are met and goes short when all bearish conditions are met.

Advantage Analysis

This strategy combines trend following and overbought-oversold indicators to effectively identify trend directions. The main advantages are:

  1. Ichimoku Kinko Hyo can identify medium- to long-term trends, avoiding being misled by short-term market noises.
  2. Incorporating RSI helps determine overbought and oversold zones, preventing missing reversal opportunities.
  3. Only acts when volatility is high enough, avoiding ineffective trades.
  4. Strict entry and exit rules maximally mitigate risks.

Risk Analysis

Some risks to note for this strategy:

  1. Ichimoku Kinko Hyo has lagging effect, possibly delaying entry timing.
  2. Low frequency of trade signal occurrence with multiple condition combination, leading to insufficient number of trades.
  3. No consideration around position sizing and risk management, risks around over-trading.

Corresponding solutions:

  1. Shorten Ichimoku parameters to improve sensitivity.
  2. Reduce strictness of entry conditions to increase trade frequency.
  3. Incorporate risk management and position sizing modules to control per trade risk exposure and overall position.

Optimization Directions

The strategy can be improved in the following aspects:

  1. Add or combine additional indicators like KDJ, MACD to diversify signal sources.
  2. Optimize Ichimoku parameters to improve sensitivity.
  3. Add stop loss mechanisms to lock in profits and control risks.
  4. Incorporate dynamic position sizing module based on account size.
  5. Add hedging module to manage risks for long positions.

Summary

Overall this Balancing Trend strategy is a reliable, robust trend following system. It addresses the key challenge in trend trading - balancing trend identification accuracy and trade generation frequency. There is still room for improvement through parameter tuning and module expansion. It is a strategy that can be applied for the long run.

Source
Pine
/*backtest
start: 2023-11-16 00:00:00
end: 2023-11-20 08:00:00
period: 3m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
strategy("Ichimoku Kinko Hyo: ETH 3h Strategy by tobuno", overlay=true)

//Inputs
Strategy parameters
Strategy parameters
Tenkan-Sen Bars
Kijun-Sen Bars
Senkou-Span B Bars
Chikou-Span Offset
Senkou-Span Offset
Long Entry
Short Entry
VolLength
Volatility Target
From Day
From Month
From Year
To Day
To Month
To Year
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)