Wordcloud
Strategy: Pump_detection_exemple
Downloaded: 20220115
Stoploss: -0.5
The strategy described above is a trading strategy implemented as a class named "YourStratName." The strategy involves populating indicators and making buy and sell decisions based on certain conditions. In the populate_indicators method, the strategy calculates informative indicators for 1-hour and 15-minute timeframes. These indicators are merged with the main dataframe and unnecessary columns are dropped.

Additionally, the strategy calculates the 'weekly_close_avg_offset' and 'price_test' values based on specific calculations using the dataframe's columns.

In the populate_buy_trend method, the strategy defines multiple conditions for buying based on certain conditions (e.g., Condition_11, Condition_12, etc.).

These conditions are combined using logical operators and applied to the dataframe to set the 'buy' column to 1 if the conditions are met. In the populate_sell_trend method, the strategy defines conditions for selling, but the specific conditions are not provided in the given code snippet. The should_long method is used to determine whether the strategy should enter a long position based on the 'buy_ok' column of the current candle in the analyzed dataframe. If 'buy_ok' is true, it returns True; otherwise, it returns False. Overall, this strategy calculates indicators, defines buy conditions, and checks if a long position should be entered based on the conditions and the current market situation. The sell conditions are not provided in the given code snippet, so they are not included in the description.

stoploss: -0.5
timeframe: 5m
hash(sha256): 37d2b525b864d1edded6c62ede5d49057857f5d0bfb537215f087a7698291cd4
indicators:
close pump_price_test weekly_close_avg_offset price_test volume
max_flow_price_15m date open pump_dump_alert pump_period
pump_limit size high pump_recorver_price weekly_close_avg
buy_ok pump_pause_duration max_flow_price weekly_close_avg_1h flow_price
low

Similar Strategies: (based on used indicators)

Strategy: Discord_YourStratName, Similarity Score: 95.45%

last change: 2024-04-29 20:48:13