Wordcloud
Strategy: CBPete9
Downloaded: 20220224
Stoploss: -0.99
5mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
111-0.03-2.4774.256.566.8
SharpeSortinoCalmar
-1.88-1.95-6.63
Prof.FactorExpectancyCagr
0.3500
Trades/DayRejected Signals
3.8536.5
Ninja Score: 62
The CBPete9 strategy is a trading strategy implemented as a class in Python. It utilizes various indicators and conditions to determine buy and sell signals for trading. In the populate_indicators method, the strategy populates indicators based on the provided dataframe and metadata.

The populate_buy_trend method implements the buy conditions of the strategy.

It checks multiple conditions for each candle in the dataframe to determine if a buy signal should be generated.

Some of the important conditions include: Checking if the close price is above the 200-day exponential moving average (ema_200) and the 1-hour exponential moving average (ema_200_1h). Checking if the close price is below the lower Bollinger Band (bb_lowerband) multiplied by a specific value (buy_bb20_close_bblowerband_safe_1). Checking volume-related conditions such as comparing the current volume with the volume 30 periods ago (shifted) and applying certain thresholds (buy_volume_pump_1, buy_volume_drop_1). Checking the difference between the open and close prices in relation to the Bollinger Bands (bb_upperband, bb_lowerband) shifted by 2 periods. Checking the relative strength index (rsi) and applying a threshold (buy_rsi_3). Similar checks are performed for other buy conditions (buy_condition_2_enable, buy_condition_3_enable, and so on) using different indicators and parameters. In the populate_sell_trend method, the strategy determines the sell conditions. If the close price is above the middle Bollinger Band (bb_middleband) multiplied by 1.01 and the volume is greater than zero, a sell signal is generated. The strategy returns the modified dataframe with 'buy' and 'sell' signals marked accordingly. Overall, the CBPete9 strategy combines multiple technical indicators, moving averages, Bollinger Bands, and volume analysis to generate buy and sell signals for trading.

startup_candle_count : 200
ema_50_1h: 0.001%
stoploss: -0.99
timeframe: 5m
hash(sha256): 590f9240d3b9b4f5103da30525640a254ebf870477b684ea51430ffb4d372371
indicators:
upper ema_200 ema_50 close sma_5
bb_lowerband ema_200_1h volume smaHigh ATR
ssl_up sslDown open hlv volume_mean_slow
ema_50_1h smaLow high sslUp mid
ssl_down_1h ssl_down rsi_1h lower ema_12
bb_middleband rsi bb_upperband ema_26 low
ssl_up_1h

Similar Strategies: (based on used indicators)

Strategy: 02_CombinedBinHClucAndMADV5, Similarity Score: 96.88%
Strategy: 02_CombinedBinHClucAndMADV6, Similarity Score: 96.88%
Strategy: 04_CombinedBinHAndClucV8, Similarity Score: 96.88%
Strategy: 06_CombinedBinHAndClucV9, Similarity Score: 96.88%
Strategy: CombinedAMD, Similarity Score: 96.88%
Strategy: CombinedBinHAndClucV8Hyper, Similarity Score: 96.88%
Strategy: CombinedBinHAndClucV8XH, Similarity Score: 96.88%
Strategy: CombinedBinHAndClucV8XHO, Similarity Score: 96.88%
Strategy: CombinedBinHClucAndMADV5, Similarity Score: 96.88%
Strategy: CombinedBinHClucAndMADV5_2, Similarity Score: 96.88%
Strategy: CombinedBinHClucAndMADV9_269, Similarity Score: 96.88%
Strategy: CombinedBinHClucAndMADV9_5, Similarity Score: 96.88%
Strategy: CombinedBinHClucAndMADV9_858, Similarity Score: 96.88%
Strategy: FrankenStrat, Similarity Score: 96.88%
Strategy: FrankenStrat_259, Similarity Score: 96.88%
Strategy: MACD_23, Similarity Score: 96.88%
Strategy: MadV9HO, Similarity Score: 96.88%
Strategy: 01_CombinedBinHAndClucV7_OPT, Similarity Score: 90.63%
Strategy: 01_CombinedBinHAndClucV7_OPT_02, Similarity Score: 90.63%
Strategy: CombinedBinHAndClucV7, Similarity Score: 90.63%
Strategy: CombinedBinHAndClucV7_702, Similarity Score: 90.63%
Strategy: CombinedBinHClucAndSMAOffset, Similarity Score: 90.63%
Strategy: CombinedBinHClucAndSMAOffset_2, Similarity Score: 90.63%
Strategy: Discord_1_TEST, Similarity Score: 90.63%
Strategy: Discord_1_test, Similarity Score: 90.63%
Strategy: Discord_Bzed, Similarity Score: 90.63%
Strategy: 08_NostalgiaForInfinityV2_OPT, Similarity Score: 87.5%
Strategy: 08_NostalgiaForInfinityV2_OPT_02, Similarity Score: 87.5%
Strategy: CombinedBinHAndClucV6, Similarity Score: 87.5%
Strategy: CombinedBinHAndClucV6_2, Similarity Score: 87.5%
Strategy: HybridMonster, Similarity Score: 87.5%
Strategy: NostalgiaForInfinityV1, Similarity Score: 87.5%
Strategy: NostalgiaForInfinityV2, Similarity Score: 87.5%

last change: 2024-05-02 13:32:16