Wordcloud
Strategy: Obelisk_TradePro_Ichi_v2_672
Downloaded: 20220112
Stoploss: -0.04


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Obelisk_TradePro_Ichi_v2" strategy is an implementation of the Ichimoku Cloud trading strategy. Here's a brief description of what the strategy does: In the "populate_indicators" method, the strategy calculates various indicators based on the input dataframe, including the Ichimoku Cloud components such as conversion line, base line, lagging span, and displacement. These indicators are stored in the dataframe for further analysis.

The strategy sets additional columns in the dataframe: 'chikou_span': Represents the chikou span line of the Ichimoku Cloud.

'tenkan_sen': Represents the tenkan sen line of the Ichimoku Cloud.

'kijun_sen': Represents the kijun sen line of the Ichimoku Cloud. 'senkou_a': Represents the senkou span A line of the Ichimoku Cloud. 'senkou_b': Represents the senkou span B line of the Ichimoku Cloud. 'leading_senkou_span_a': Represents the leading senkou span A line of the Ichimoku Cloud. 'leading_senkou_span_b': Represents the leading senkou span B line of the Ichimoku Cloud. 'cloud_green': Represents the green component of the Ichimoku Cloud (multiplied by 1). 'cloud_red': Represents the red component of the Ichimoku Cloud (multiplied by -1). The strategy calculates the 'future_green' column based on a comparison between the leading senkou span A and leading senkou span B, indicating a bullish or bearish trend. The strategy determines the 'chikou_high' column by checking if the chikou span is higher than senkou span A and senkou span B, with a displacement applied. The strategy calculates the SuperTrend SSL channels and sets the 'ssl_down' and 'ssl_up' columns accordingly. The 'ssl_high' column is calculated by comparing ssl_up and ssl_down, indicating an uptrend. The strategy determines the 'go_long' column, which represents the conditions for entering a long position. It checks if the tenkan sen is higher than the kijun sen, the close price is higher than senkou span A and senkou span B, the 'future_green' column is positive, 'chikou_high' is positive, and 'ssl_high' is positive. The 'go_long' column is multiplied by 4 to assign a numerical value. In the "populate_buy_trend" method, the strategy sets the 'buy' column to 1 when the 'go_long' column crosses above 0, indicating a buy signal. In the "populate_sell_trend" method, the strategy sets the 'sell' column to 1 when the 'ssl_high' column is 0 and either the tenkan sen is lower than the kijun sen or the close price is lower than the kijun sen, indicating a sell signal. The strategy uses the Ichimoku Cloud, SuperTrend SSL channels, and additional conditions to generate buy and sell signals based on the provided dataframe.

Biased Indicators
chikou_span
stoploss: -0.04
timeframe: 1h
hash(sha256): 8ce9634a240808a075810b75e319cb0792849ad440128513440d2da328815e81
indicators:
close senkou_a tenkan_sen cloud_red smaHigh
chikou_high leading_senkou_span_a ATR ssl_up sslDown
leading_senkou_span_b hlv smaLow go_long high
sslUp kijun_sen senkou_span_a chikou_span senkou_b
ssl_down senkou_span_b ssl_high cloud_green low
future_green

Similar Strategies: (based on used indicators)

Strategy: Obelisk_Ichimoku_Slow_v1, Similarity Score: 96.3%
Strategy: Obelisk_Ichimoku_Slow_v1_1, Similarity Score: 96.3%
Strategy: Obelisk_Ichimoku_Slow_v1_1_370, Similarity Score: 96.3%
Strategy: Obelisk_Ichimoku_Slow_v1_1_674, Similarity Score: 96.3%
Strategy: Obelisk_Ichimoku_Slow_v1_671, Similarity Score: 96.3%
Strategy: Obelisk_TradePro_Ichi_v2, Similarity Score: 96.3%
Strategy: Obelisk_TradePro_Ichi_v2_1, Similarity Score: 96.3%
Strategy: Obelisk_TradePro_Ichi_v2_2, Similarity Score: 96.3%
Strategy: Obelisk_TradePro_Ichi_v2_2_667, Similarity Score: 96.3%
Strategy: obelisk_ichi_slow, Similarity Score: 96.3%
Strategy: Discord_ichithekiller, Similarity Score: 88.89%

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