Type/to search

Ichimoku Short-Long Strategy with Money Management

Common strategy
Created: 2023-12-28 12:12:51
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy is an improvement based on the Ichimoku trading system. The main idea is to combine the Ichimoku indicator and money management rules to identify short and long trading opportunities.

Strategy Principles

The strategy uses the classic Ichimoku system as a basic reference. The main components include:

Tenkan-Sen: Conversion Line. Reflecting medium-term trends.

Kijun-Sen: Base Line. Reflecting long-term trends.

Senkou Span: Leading Line. Reflecting future trends.

Chikou Span: Lagging Line. Reflecting past trends.

On this basis, the strategy has made the following improvements:

  1. The time parameters follow the odd square theory to better match the market patterns.

  2. Money management rules are added, including stop loss, take profit, position sizing etc, to control trading risks.

  3. Backtesting period adjustable for more comprehensive testing.

Specifically, long entry conditions include tenkan cross kijun up, chikou above price, price above kumo, future kumo bullish etc. Short entry requires tenkan cross kijun down, chikou below price etc.

Money management rules require 30% profit taking and 5% stop loss for longs; stop loss if more than 3 ATR from tenkan for shorts.

Advantage Analysis

The main advantages of combining Ichimoku and money management are:

  1. Ichimoku itself reflects short, medium and long term trends, reasonable entry/exits.

  2. Odd square theory optimizes parameters to match market statistics.

  3. Money management effectively controls single trade stop loss while profits exceed.

  4. Adjustable backtesting period enables more comprehensive testing.

In summary, this strategy comprehensively considers trend, parameter selection, risk control etc, and is effective in identifying short-long opportunities and controlling trading risks, with strong practicality.

Risk Analysis

The main risks of this strategy come from:

  1. Ichimoku is prone to false breakouts causing unnecessary entries. More filters needed.

  2. Fixed profit taking and stop loss can be vulnerable to traps. Dynamic rules required.

  3. Incomprehensive backtesting data may overestimate performance. Longer testing across more markets needed.

  4. The strategy fits trending markets more. May underperform in ranging markets. Entry conditions can be optimized for trend identification.

Enhancement Directions

The main areas of enhancements include:

  1. Add indicator filters to improve entry quality. Such as MACD, KDJ etc.

  2. Dynamic profit taking and stop loss. For example, profit taking after N ATR breakouts, stop loss below supports.

  3. Multi-asset testing across longer data for stability verification.

  4. Differentiate trending and ranging markets. Optimize entries for adaptation to varying market conditions.

Conclusion

This strategy comprehensively considers trend, money management etc, uses Ichimoku to identify long opportunities, and applies risk control rules to limit single trade loss. Significant improvements over the original Ichimoku system. Further optimizations can potentially make it a very practical short-long strategy.

Source
Pine
/*backtest
start: 2023-11-27 00:00:00
end: 2023-12-27 00:00:00
period: 3h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// Author Obarut
//@version=5
strategy("İchimoku Strategy With MM Short-Long",overlay=true,process_orders_on_close=true)
Strategy parameters
Strategy parameters
Tenkan-Sen Period
Kijun-Sen Period
Senkou-Span B Period
Chikou-Span Offset
Senkou-Span Offset
Long Entry
Short Entry
Start Date
Start Month
Start Year
En Date
End Month
End Year
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)