Type/to search

Ichimoku Clouds Quant Strategy

Common strategy
Created: 2024-02-01 14:25:49
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy is based on the Ichimoku Clouds indicator, combining the Tenkan line, Kijun line, leading line and cloud charts to identify trading signals and automate trading. It integrates both the standard Ichimoku model and the customization functionality of the TradingView strategy tester, suitable for both novice and experienced traders.

Strategy Logic

The strategy utilizes the standard Ichimoku model, including the Tenkan line, Kijun line, leading line, Senkou A and Senkou B. It identifies trading signals by comparing crosses between these lines.

Specifically, a bullish signal is generated when the Tenkan line crosses above the Kijun line, and a bearish signal when the Tenkan crosses below. Additionally, the relative position of the crossing Tenkan line to the cloud charts is checked to categorize the signals as strong, neutral or weak. For example, if the Tenkan is above both Senkou lines during the cross, it is a strong bullish signal.

The strategy provides extensive customization parameters for users to freely combine entry and exit signals to build their own trading systems.

Advantages

  1. Combines the advanced technical analysis of Ichimoku with the customizability of TradingView strategy tester
  2. Provides various parameter settings for different trading styles
  3. Real-time visualized cloud charts for clear trend identification
  4. Parameters can be optimized through backtesting for better performance

Risks

  1. Ichimoku models tend to generate false signals, needs confirmation from candlesticks
  2. Too many parameter options, easy to confuse novice traders
  3. Cloud charts have lagging nature, not ideal for chasing surges
  4. Backtest ≠ live performance, remain cautious when live trading

Enhancement Opportunities

  1. Optimize parameters to find best combination
  2. Add filters with other indicators to screen false signals
  3. Incorporate stop loss/profit taking to control risk per trade
  4. Consider impacts of products, timeframes etc.
  5. Real-trade validation and parameter tuning

Conclusion

As a new generation of technical analysis tools, Ichimoku combined with TradingView's visualization and strategy development capabilities provides powerful support for quant trading. This strategy fully utilizes both to build an automated trading system. Despite needing further enhancements, it has already demonstrated great application potential. With continuous improvements in parameter tuning and functionality expansion, it is likely to become one of the mainstream quant strategies.

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

//@version=5

//  -----------------------------------------------------------------------------
//  Copyright © 2024 Skyrex, LLC. All rights reserved.
Strategy parameters
Strategy parameters
Trading Bot Settings
sourceUuid:
secretToken:
Trading Period Settings
Trade Start Date/Time
Trade Stop Date/Time
Trading Mode Settings
Trading Mode
Long Mode Signals - set up if Trading Mode: Long
Select Entry Signal (Long)
Select Exit Signal (Long)
Short Mode Signals - set up if Trading Mode: Short
Select Entry Signal (Short)
Select Exit Signal (Short)
Risk Management
Take Profit, % (0 - disabled)
Stop Loss, % (0 - disabled)
Indicator Settings
Tenkan
Kijun
Chikou
Offset
Display Settings
Show Tenkan Line
Show Kijun Line
Show Senkou A Line
Show Senkou B Line
Show Chikou Line
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)