Wordcloud
Strategy: ichimoku
Downloaded: 20220112
Stoploss: -0.05
The Ichimoku strategy is a backtesting strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals for trading. Here's a breakdown of its key components: The strategy uses the IStrategy interface from freqtrade.strategy.interface and requires the implementation of specific methods. It defines a minimal_roi (minimum return on investment) parameter that specifies the minimum profit required for a trade to be considered successful.

The stoploss parameter sets a stop loss value to limit potential losses on trades.

The timeframe parameter determines the timeframe on which the strategy operates (in this case, 5 minutes).

The strategy includes trailing stop functionality, allowing the stop loss to move dynamically as the trade becomes more profitable. The ta_on_candle parameter controls whether indicator calculations are performed on each new candle or only when needed. It includes experimental settings such as using a sell signal, considering profit only when selling, and ignoring ROI if a buy signal is present. The order_types parameter maps different order types for buying, selling, and stop loss placement. The informative_pairs method returns a list of trading pairs and their corresponding timeframes for information purposes. The populate_indicators method calculates the Ichimoku Cloud indicator values and adds them to the DataFrame. The populate_buy_trend method generates a buy signal when specific conditions are met, including the Tenkan Sen crossing above the Kijun Sen and the presence of a red cloud in the Ichimoku Cloud indicator. The populate_sell_trend method can be further customized to define sell signals based on specific conditions. Overall, the Ichimoku strategy uses the Ichimoku Cloud indicator to identify potential buying opportunities and implements a trailing stop loss to manage risk.

stoploss: -0.05
timeframe: 1m
hash(sha256): 1aa8525a014eb0f7cf66cd0e3720c309b06987deb8c7141f5702bac8d5529844
indicators:
upper CDLDRAGONFLYDOJI CDLGRAVESTONEDOJI close senkou_a
CDLSPINNINGTOP bb_lowerband CDL3WHITESOLDIERS tenkan_sen volume
high fisher_rsi_norma cci ha_high adx
ema50 minus_dm plus_dm CDLHANGINGMAN CDLEVENINGDOJISTAR
plus_di ha_open kijun_sen macdsignal slowk
fastk_rsi senkou_b minus_di roc lower
cloud_green rsi sine htsine tenkan
tema mfi ema5 macdhist CDLHAMMER
htleadsine sma CDLEVENINGSTAR ema10 best_ask
sar CDL3OUTSIDE bids mid fisher_rsi
senkou_span_a ha_close CDL3INSIDE ema3 CDLINVERTEDHAMMER

Similar Strategies: (based on used indicators)

Strategy: Ichimoku, Similarity Score: 98.21%
Strategy: BBands, Similarity Score: 78.57%
Strategy: sample_strategy_284, Similarity Score: 78.57%
Strategy: sample_strategy_3, Similarity Score: 78.57%
Strategy: stoploss, Similarity Score: 78.57%
Strategy: Neat_RL, Similarity Score: 76.79%
Strategy: macd_strategy, Similarity Score: 76.79%
Strategy: FRAYSTRAT_BTCUSDT_1H, Similarity Score: 75%
Strategy: TenderEnter, Similarity Score: 75%
Strategy: TestStrategy, Similarity Score: 75%
Strategy: legacy_strategy, Similarity Score: 75%
Strategy: legacy_strategy_28, Similarity Score: 75%
Strategy: poimacd, Similarity Score: 75%
Strategy: sample_strategy, Similarity Score: 75%
Strategy: test_strategy, Similarity Score: 75%
Strategy: test_strategy_163, Similarity Score: 75%
Strategy: test_strategy_193, Similarity Score: 75%
Strategy: test_strategy_194, Similarity Score: 75%
Strategy: test_strategy_302, Similarity Score: 75%
Strategy: test_strategy_471, Similarity Score: 75%
Strategy: test_strategy_5, Similarity Score: 75%
Strategy: BotE, Similarity Score: 73.21%
Strategy: Strategy1HBTC, Similarity Score: 73.21%
Strategy: bbl3h1rsi, Similarity Score: 73.21%

last change: 2022-07-02 19:54:08