Type/to search

Ichimoku Cloud Quantitative Trading Strategy

Common strategy
Created: 2024-01-05 13:53:11
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines multiple indicators such as Ichimoku cloud, K-line, Hull Moving Average and MACD to build long and short decision mechanisms for automated trading.

Strategy Logic

It uses Ichimoku cloud conversion and lagging lines to generate trading signals. Hull Moving Average determines trend direction. MACD differentiates longer and shorter cycles. Intraday K-line breakout provides entry signals.

Conversion line averages mid price of last 9 days. Lagging line averages mid price of last 26 days. Long when conversion line crosses above lagging line, and short when crossing below.

Hull Moving Average uses double averaging lines crossover to define trends. Uptrend when fast line crosses above slow line, and downtrend in reverse.

MACD takes difference between 12- and 26-period EMAs. Crosses on zero line and signal line indicate long/short signals.

K-line penetration on lagging line provides entry timing.

Advantages

  1. Accurate trend detection with multiple indicators.
  2. Precise entry avoiding unnecessary trades.
  3. Solid risk control with stop loss/take profit.

Risks

  1. Aggressive entry with improper parameter tuning.
  2. Increased complexity with multi-indicator usage.
  3. Drawdowns inevitable for short-term trades.

Enhancement Opportunities

  1. Optimize parameters for more products and timeframes.
  2. Add machine learning for adaptive tuning.
  3. Improve entry momentum for higher win rate.

Summary

This strategy combines Ichimoku cloud and other indicator signals into a complete quantitative system. Strict stop loss/take profit mechanism controls risks. With parameter turning and model optimization, it can be applied to more trading instruments with broad prospects.

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

//@version=2
// Any timeFrame ok but good on 15 minute & 60 minute , Ichimoku + Daily-Candle_cross(DT) + HULL-MA_cross + MacD combination 420 special blend
strategy("Ichimoku + Daily-Candle_X + HULL-MA_X + MacD", shorttitle="٩(̾●̮̮̃̾•̃̾)۶", overlay=true, default_qty_type=strategy.percent_of_equity, max_bars_back=720, default_qty_value=100, calc_on_order_fills= true, calc_on_every_tick=true, pyramiding=0)
keh=input(title="Double HullMA",defval=14, minval=1)
Strategy parameters
Strategy parameters
Double HullMA
Decision Threshold (0.001)
Stop Loss in $
Target Point in $
Conversion Line Periods
Base Line Periods
Lagging Span 2 Periods
Displacement
MACD_Length
MACD_fastLength
MACD_slowLength
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)