Wordcloud
Strategy: Ichimoku_v12
Downloaded: 20220115
Stoploss: -1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Ichimoku_v12 strategy is a trading strategy that uses the Ichimoku Cloud indicator to generate buy and sell signals. Here's a breakdown of what the strategy does: Import necessary modules and libraries. Define the minimal_roi (minimum return on investment) as 0.05, indicating the desired profit target.

Set the stoploss value to -1, which means there is no fixed stop loss.

Set the ticker_interval to '4h', indicating the time interval for the trading data.

Implement the informative_pairs function, which returns an empty list. Implement the populate_indicators function, which calculates various indicators based on the Ichimoku Cloud. The ichimoku function calculates the Ichimoku Cloud indicators, including conversion line, base line, lagging span, and displacement. The calculated indicators are stored in the dataframe. Implement the populate_buy_trend function, which generates buy signals based on specific conditions. If the closing price is greater than both the senkou_a and senkou_b values, a buy signal is generated. The buy signals are marked as '1' in the buy column of the dataframe. Implement the populate_sell_trend function, which generates sell signals based on specific conditions. Currently, the sell signals are commented out and not active in the code. Overall, the strategy utilizes the Ichimoku Cloud indicator to identify potential buying opportunities when the price is above certain thresholds. The strategy focuses on long positions and does not currently include active sell signals.

stoploss: -1
timeframe: 4h
hash(sha256): 239140e7a000af8448378f1129df61e02ca83b5594e09cb3d33a494e39973932
indicators:
ha_low tenkan close 200MA senkou_a
tenkan_sen cloud_red volume open kijun
sell_offset1 ha_open sell_offset2 high kijun_sen
senkou_span_a buy_offset2 ha_close chikou_span senkou_b
senkou_span_b ha_high enter_long enter_tag cloud_green
low buy_offset1

Similar Strategies: (based on used indicators)

Strategy: Ichimoku_v12_3, Similarity Score: 96.43%

last change: 2023-08-03 01:17:40