Wordcloud
Strategy: VWAP_1
Downloaded: 20220307
Stoploss: -0.99

Strategy failed backtesting!
Reason: Duplicate of Discord_VWAP

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The VWAP strategy calculates the Volume Weighted Average Price (VWAP) and uses various indicators to determine buy and sell signals. In the populate_indicators function, the strategy calculates the VWAP and adds it to the dataframe. It also computes other indicators such as the top percent change, CTI (Close-to-Indicator), RSI (Relative Strength Index), and Bollinger Bands.

The populate_buy_trend function sets a buy tag to 'vwap' and identifies potential buy signals based on several conditions.

These conditions include the close price being below the VWAP low, the top percent change being greater than 0.04, CTI being less than -0.8, RSI being below 35, RSI_84 being below 60, RSI_112 being below 60, and the volume being greater than 0.

If these conditions are met, the 'buy' column is set to 1. The populate_sell_trend function sets the 'sell' column to 1 for all rows, indicating a potential sell signal. Overall, the VWAP strategy uses the VWAP and various indicators to generate buy and sell signals based on predefined conditions.

startup_candle_count : 120
rsi: -0.053%
rsi_84: -13.138%
stoploss: -0.99
timeframe: 5m
hash(sha256): 8f0473ce1916d2106338e378e62902342e34358347a7658134ab32878875e747
indicators:
tcp_percent_4 rsi_112 upper lower mid
volume close bb_middleband rsi rsi_84
cti bb_upperband bb_lowerband open vwap
vwap_low vwap_high

Similar Strategies: (based on used indicators)

Strategy: 1_BB_RPB_TSL_RNG_VWAP, Similarity Score: 94.44%
Strategy: BBMod_2, Similarity Score: 94.44%
Strategy: BB_RPB_TSL_RNG_VWAP, Similarity Score: 94.44%
Strategy: BB_RPB_TSL_RNG_VWAP_0, Similarity Score: 94.44%
Strategy: BB_RPB_TSL_RNG_VWAP_2, Similarity Score: 94.44%
Strategy: BL, Similarity Score: 94.44%
Strategy: Discord_VWAP, Similarity Score: 94.44%
Strategy: VWAP_0, Similarity Score: 94.44%
Strategy: VWAP_266, Similarity Score: 94.44%
Strategy: VWAP_319, Similarity Score: 94.44%
Strategy: VWAP_339, Similarity Score: 94.44%

last change: 2023-12-01 05:17:25