Wordcloud
Strategy: Ichimoku_v15_1d
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Ichimoku_v14" strategy is a trading strategy implemented in Python using the Freqtrade library. It is designed to backtest and execute trades based on the Ichimoku Cloud indicator. Here are the key points of the strategy: The strategy is derived from the Freqtrade's IStrategy interface, which provides the necessary methods for backtesting and executing trades.

The strategy uses the Ichimoku Cloud indicator to identify potential buying opportunities.

The minimal_roi variable specifies the minimum return on investment required for a trade to be considered successful.

The stoploss variable sets the maximum acceptable loss for a trade. The ticker_interval variable determines the timeframe of the trading data. The informative_pairs method allows adding additional pairs for reference. The populate_indicators method calculates the required technical indicators, such as the Ichimoku Cloud, for both the original and informative pairs. The populate_buy_trend method defines the conditions for initiating a buy trade based on the Ichimoku Cloud signals. The populate_sell_trend method defines the conditions for initiating a sell trade. Overall, the strategy aims to identify buy signals when the price crosses above the Senkou Span A or B lines of the Ichimoku Cloud indicator. It generates a sell signal when the Tenkan Sen line crosses below the Kijun Sen line. Please note that this is a simplified description, and there might be additional nuances and considerations within the strategy implementation.

Biased Exit Signals:
20
stoploss: -1
timeframe: 4h
hash(sha256): a48815daf59fedb68ccc79a329d1f80ead8edf114712fecd6dd13d0574112de9
indicators:
kijun_1d kijun_sen tenkan senkou_span_a close
cloud_green senkou_a senkou_b tenkan_1d kijun
tenkan_sen cloud_red senkou_span_b

No similar strategies found. (based on used indicators)

last change: 2023-07-05 15:10:26