Wordcloud
Strategy: Obelisk_Ichimoku_Slow_v1_3
Downloaded: 20220112
Stoploss: -0.99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Obelisk_Ichimoku_Slow_v1_3" strategy is an implementation of the Ichimoku indicator for backtesting trading strategies. Here is a short description of what the strategy does: Populate Indicators: This method populates the indicators required for the strategy. If the current timeframe is the same as the informative timeframe, it calculates the indicators for the dataframe.

Otherwise, it requires a DataProvider for multiple timeframes and calculates the indicators for both the current and informative timeframes.

The informative dataframe is merged with the current dataframe, and unnecessary columns are removed.

Populate Buy Trend: This method determines the buy signals for the strategy. It sets the "buy" column to 1 when the following conditions are met: the "trending" indicator is greater than 0, the "entry_ok" indicator is greater than 0, and the minute of the hour is 0 (to set the signal only on the hour when backtesting at 5m/1m). Populate Sell Trend: This method determines the sell signals for the strategy. It sets the "sell" column to 1 when the "trending" indicator is equal to 0 and the minute of the hour is 0. The strategy also includes a "plot_config" dictionary that specifies the configuration for plotting the indicators and signals on a chart. It defines the colors and fill settings for the Ichimoku Cloud, as well as the colors for other indicators and signals in different subplots. Overall, the strategy utilizes the Ichimoku indicator and other indicators to generate buy and sell signals based on specific conditions, allowing for backtesting and analysis of trading performance.

startup_candle_count : 20
cloud_red: -100.000%
efi: -51.636%
atr: -2.866%
ssl_down: -1.769%
ssl_up: 1.801%
ssl_ok: inf%
trend_over: -100.000%
Biased Indicators
chikou_span
stoploss: -0.99
timeframe: 1h
hash(sha256): 01c172c42e2d1ef9259a363909d7349afd31ec7a55ab5d3d59f17020f989b83d
indicators:
ichimoku_ok close senkou_a efi_ok trending
tenkan_sen ema_ok cloud_red entry_ok trend_over
volume smaHigh ssl_ok chikou_high leading_senkou_span_a
senkou_a senkou_b ssl_up sslDown date
leading_senkou_span_b open hlv trend_pulse smaLow
efi_base high sslUp kijun_sen efi
senkou_span_a chikou_span senkou_b ssl_down senkou_span_b
ema200 atr cloud_green low ema50
cloud_top future_green date open high
low close volume

Similar Strategies: (based on used indicators)

Strategy: Obelisk_Ichimoku_Slow_v1_3_338, Similarity Score: 97.96%
Strategy: Obelisk_Ichimoku_Slow_v1_2, Similarity Score: 91.84%
Strategy: Obelisk_Ichimoku_ZEMA_v1, Similarity Score: 83.67%
Strategy: Obelisk_Ichimoku_ZEMA_v1_555, Similarity Score: 83.67%
Strategy: TestStrat01, Similarity Score: 83.67%
Strategy: TestStrat, Similarity Score: 81.63%
Strategy: s05lchimoku_zema_hyper, Similarity Score: 81.63%
Strategy: lchimoku_zema_hyper, Similarity Score: 77.55%
Strategy: s10lchimoku_zema_hyper, Similarity Score: 75.51%

last change: 2023-07-05 15:12:05