Wordcloud
Strategy: RSIDropDNSTraderBTCVWAP
Downloaded: 20220816
Stoploss: -0.99
The RSIDropDNSTraderVWAP strategy is a trading strategy that combines various indicators and conditions to determine buy and sell signals. Here is a summary of what the strategy does: The strategy calculates indicators and sets up necessary variables. It checks if there are any ongoing notifications to be sent for buying, stop loss, or profit.

It appends the latest candle data to the dataframe if the run mode is set to live or dry run.

It calculates the previous range and sets a threshold for bullish RSI (Relative Strength Index).

It calculates the "bull_engulf_red_line" and "bull_engulf_green_line" indicators based on the dataframe. It determines the ongoing close price and creates a list of the last "bull_engulf_green_line" values. It checks the criteria for initiating a buy or sell trade based on the current state and indicators. If a buy trade is triggered, it sets the necessary variables and sends a notification. If a stop loss or profit target is reached, it triggers a sell trade and sends a notification. It adds the buy and sell criteria to the dataframe for visualization. Finally, it returns the minimum low price in the last 4 candles or the maximum high price based on certain conditions. The strategy also includes additional helper functions like calculating the bullish engulfing pattern, calculating RSI values, finding the closest bull_green_line and bull_red_line values, checking if the current RSI is within a certain range, and populating the buy and sell trends in the dataframe. Please note that this summary is based on the provided code snippet, and additional context or details may be required for a more comprehensive understanding of the strategy.

stoploss: -0.99
timeframe: 5m
hash(sha256): f6b502d8221f5efe0bb693bbabdf5b23231ed5d563052b1815c4c9d384041b4d
indicators:
notify_profit max_high_to_end notify_buy next_4_candles_rsi_change altcoins_restart_alert_percentage
buy_criteria notify_stop_loss close sell_criteria min_low_to_end
altcoins_alert_percentage btc_eth_alert_percentage btc_eth_restart_alert_percentage

No similar strategies found. (based on used indicators)

last change: 2024-04-29 20:22:00