Wordcloud
Strategy: VWAP_319
Downloaded: 20220303
Stoploss: -0.99
5mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
230.471.7468.752.6844.22
SharpeSortinoCalmar
2.52.3940.31
Prof.FactorExpectancyCagr
0.2400
Trades/DayRejected Signals
0.9178.5
Ninja Score: 69
The VWAP (Volume-Weighted Average Price) strategy aims to identify potential buying and selling opportunities based on several indicators. Here is a breakdown of what the strategy does: In the populate_indicators function: Calculates the VWAP using the VWAPB function with a period of 20 and a standard deviation of 1. The VWAP is split into three components: vwap_low, vwap, and vwap_high.

Computes the top percent change (tcp_percent_4) using the top_percent_change function with a period of 4.

Calculates the CTI (Cumulative Tick Indicator) using the pta.cti function with a length of 20.

Computes the RSI (Relative Strength Index) using the ta.RSI function with a time period of 14, 84, and 112. Calculates the Bollinger Bands using the qtpylib.bollinger_bands function with a window of 20 and 2 standard deviations. Three bands are generated: bb_lowerband, bb_upperband, and bb_middleband. In the populate_buy_trend function: Sets the 'buy_tag' column to 'vwap'. Identifies potential buying opportunities by applying several conditions: The closing price is below vwap_low. The top percent change (tcp_percent_4) is greater than 0.04. The CTI (cti) is less than -0.8. The RSI (rsi) is below 35. The RSI (rsi_84) is below 60. The RSI (rsi_112) is below 60. The volume is greater than 0. Sets the 'buy' column to 1 for the identified buying opportunities. In the populate_sell_trend function: Sets the 'sell' column to 1 for all rows. Overall, the strategy calculates various indicators such as VWAP, top percent change, CTI, RSI, and Bollinger Bands. It then generates buy signals based on specific conditions, and all rows are marked as sell signals.

stoploss: -0.99
timeframe: 5m
hash(sha256): 4346defa3321250edb27d296d87fcc699b695ae480e9ffaafa04790e05f3b148
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_1, Similarity Score: 94.44%
Strategy: VWAP_266, Similarity Score: 94.44%
Strategy: VWAP_339, Similarity Score: 94.44%

last change: 2024-05-02 11:59:24