Skip to main content

Ichimoku (futures)

With the Ichimoku indicator, you can configure Gunbot to execute trades when a full candle crosses the Kumo, Tenkan-Sen, or Kijun-Sen lines. You can choose which line to use for buy and/or sell orders.

The Ichimoku indicator, also known as the Ichimoku Kinko Hyo, is a trading tool that provides multiple pieces of information on a single chart. It was developed by Japanese journalist Goichi Hosoda in the 1930s and is designed to offer a comprehensive view of potential price action.

The Ichimoku indicator consists of five lines that provide support and resistance levels, trend direction, and momentum strength. The five lines are: Tenkan-Sen (conversion line), Kijun-Sen (base line), Chikou Span (lagging line), Senkou Span A (leading span A), and Senkou Span B (leading span B). The indicator helps identify trends, momentum, and potential entry and exit areas.

How to work with it

Gunbot opens one position, either long or short, and closes it when the target is reached. If the stop is hit before a profitable close, Gunbot places a stop order at a loss. After closing a position, Gunbot looks to open a new long or short position. Gunbot does not add to existing open positions.

For this strategy, it is recommended to use an additional momentum indicator to confirm long and short entries.

Buy method conditions

Before a long position is opened, one of the following conditions must occur to put Gunbot on "long alert":

  1. The current candle crosses over Kumo. This means that all of open, close, high and low must be above Kumo.
  2. Tenkan-sen crosses over Kijun-sen, above Kumo.

A long position is then opened when both of the following confirmations happen in a later cycle; they do not have to happen in the same cycle:

  1. Chikou-span crosses over the "past Kumo" (Kumo value of x periods ago, defined by DISPLACEMENT).
  2. The "future Kumo" is bullish/green (Kumo value of x periods in the future, defined by DISPLACEMENT).

Sell method conditions

Before a short position is opened, one of the following conditions must occur to put Gunbot on "short alert":

  1. The current candle crosses below Kumo. This means that all of open, close, high and low must be below Kumo.
  2. Tenkan-sen crosses under Kijun-sen, below Kumo.

A short position is then opened when both of the following confirmations happen in a later cycle; they do not have to happen in the same cycle:

  1. Chikou-span crosses under the "past Kumo" (Kumo value of x periods ago, defined by DISPLACEMENT).
  2. The "future Kumo" is bearish/red (Kumo value of x periods in the future, defined by DISPLACEMENT).

Conditions to close

A long position is closed when the current candle crosses under Tenkan-sen, Kijun-sen or Kumo. This means that all of open, close, high and low must be below the selected item. Alternatively, you can set a ROE target for closing a position.

A short position is closed when the current candle crosses over Tenkan-sen, Kijun-sen or Kumo. This means that all of open, close, high and low must be above the selected item. Alternatively, you can set a ROE target for closing a position.

You can configure which of the three items is used for closing a position with TENKAN_CLOSE, KIJUN_CLOSE, KUMO_CLOSE, or ROE_CLOSE. If multiple parameters are set to true, the first one that occurs will close the position.

Conditions to stop

A long position is stopped when the current candle crosses under Tenkan-sen, Kijun-sen, or Kumo. This means that all of open, close, high and low must be above the selected item.

A short position is stopped when the current candle crosses over Tenkan-sen, Kijun-sen, or Kumo. This means that all of open, close, high and low must be over the selected item.

You can configure which of the three items is used for stopping a position with TENKAN_STOP, KIJUN_STOP, or KUMO_STOP. If multiple parameters are set to true, the first one that occurs will close the position. Make sure to use different lines for closing and stopping a position.

After a stop is hit, the "alert" conditions for a long or short must happen again before another position is opened.

Additionally, a position is closed at loss when negative ROE reaches the STOP_LIMIT target.

Strategy settings for Ichimoku (futures)

Long settings

LabelConfig ParameterDefault ValueDetailed Description
Buy enabledBUY_ENABLEDtrueWhen enabled, this setting allows the strategy to place buy or long orders.

Short settings

LabelConfig ParameterDefault ValueDetailed Description
Sell enabledSELL_ENABLEDtrueEnables the strategy to place sell or short orders.

Close position

LabelConfig ParameterDefault ValueDetailed Description
ROEROE1The ROE (Return On Equity) setting defines your target for closing a position based on the percentage profit or loss on your invested margin. For example, with a 1x leverage, a 1% increase in price above your entry level equates to 1% ROE. With 100x leverage, the same 1% price increase would result in a 100% ROE. This calculation includes the effects of leverage but excludes fees.

Use this parameter to manage risk and define profit or loss exits.
ROE trailingROE_TRAILINGfalseEnabling ROE trailing adjusts the stop-loss level as the market moves, locking in profits while allowing gains to extend.
ROE limitROE_LIMIT1Sets the range for ROE trailing, establishing boundaries within which the position remains open as the market fluctuates. For instance, setting a ROE_LIMIT of 5 with a ROE target of 10 establishes an initial trailing stop at 5% ROE, adjusting as the market moves to potentially lock in profits.
ROE scalperROE_SCALPERfalseModifies ROE trailing by setting the initial trailing stop ROE_LIMIT percentage points below the ROE target. Note that ROE trailing must be enabled for this feature to function.
ROE closeROE_CLOSEfalseEnables a specified ROE value as a direct trigger to close positions, simplifying exits based on predefined profit or loss targets.
Kumo closeKUMO_CLOSEfalsePositions are closed when the price crosses the Kumo, which can indicate a potential change in market trend.
Tenkan closeTENKAN_CLOSEtrueEnables closing positions based on a cross of the Tenkan-sen line, often used as a signal for shifts in market momentum and price trends.
Kijun closeKIJUN_CLOSEfalseCloses positions upon crossing of the Kijun-sen line, reflecting medium-term price momentum and potential trend reversals.

Indicators

LabelConfig ParameterDefault ValueDetailed Description
PeriodPERIOD15Specifies the duration of candlesticks in minutes used for indicator calculations. Choose a value supported by your exchange.
Tenkan periodTENKAN_PERIOD9Determines the number of candlesticks used to calculate the Tenkan-sen for short-term price momentum.
Kijun periodKIJUN_PERIOD26Sets the number of candlesticks for calculating the Kijun-sen line, offering insight into medium-term price momentum and potential support or resistance levels.
Senkouspan periodSENKOUSPAN_PERIOD52Sets the timeframe for calculating the Senkou span, which helps visualize longer-term trends and potential future support or resistance areas.
DisplacementDISPLACEMENT26Determines how many candlesticks to displace the Chikou-span and Kumo forward, providing a clearer view of future price movements and trend continuations.
Ichimoku protectionICHIMOKU_PROTECTIONtruePrevents closing positions if the current candle intersects the Kumo in the opposite direction of the open position, avoiding exits during potential trend reversals.