Wordcloud
Strategy: CHTP_vtest
Downloaded: 20220307
Stoploss: -0.2


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
61.261.66100037.8
SharpeSortinoCalmar
6.300
Prof.FactorExpectancyCagr
000
Trades/DayRejected Signals
0.1844
Ninja Score: 79
The CHTP_vtest strategy is a trading strategy that aims to identify buying opportunities in the market. Here is a breakdown of what the strategy does: Timeframe and Data: The strategy operates on the 5-minute timeframe. It requires at least 200 startup candles for calculation.

It processes only new candles.

Indicators: RSI (Relative Strength Index): Calculates the RSI indicator with a time period of 14.

Bollinger Bands: Calculates the Bollinger Bands indicator using a window of 20 and standard deviations of 2. Informative Pair: The strategy uses the "BTC/USDT" pair on the 5-minute timeframe as an informative pair. It retrieves data for the informative pair using the DataProvider. It calculates various indicators for the informative pair, such as PLUS_DI, MINUS_DI, Chaikin Money Flow (CMF), SMA50 (Simple Moving Average with a period of 50), SMA200 (Simple Moving Average with a period of 200), and percentage change (pct). Buy Signal: The strategy generates a buy signal when the following conditions are met: btc_sma_delta is greater than -2. cmf_5m is less than -0.25. minus_di_5m is greater than plus_di_5m. close_5m is less than sma50_5m. btc_bear is True (sma200_5m is less than sma200_5m.shift(10)). rsi is less than 30. pct is greater than -0.05. close is less than or equal to 0.975 times bb_lowerband. body_pct is greater than 70. OR pct is less than -0.05. close is less than or equal to 0.70 times bb_lowerband. close is less than the previous close. volume is greater than 0. Sell Signal: The strategy does not generate sell signals as the sell part is deactivated. Chaikin Money Flow (CMF): The strategy calculates the Chaikin Money Flow indicator, which measures the money flow volume over a given period. CMF is calculated using the close, low, high, and volume values. CMF is used in the buy signal calculation. The strategy defines a minimal ROI (Return on Investment) and a stop loss, and also includes a trailing stop feature. Please note that this is a brief summary of the strategy. For a more detailed understanding, it is recommended to review the code and familiarize yourself with the individual indicators and their parameters.

startup_candle_count : 200
Recursive Analysis found no issues while using 200 startup_candle_count
stoploss: -0.2
timeframe: 5m
hash(sha256): a9b7326b4f713734736d4d6be6450545073ed0652c778f60de71dcd3a966156c
indicators:
body_pct upper close btc_sma_delta minus_di_5m
bb_lowerband volume open plus_di_5m plus_di
pct cmf_5m high mid sma50
sma50_5m btc_bear minus_di lower cm
bb_middleband rsi sma200_5m bb_upperband low
close_5m sma200

Similar Strategies: (based on used indicators)

Strategy: Discord_SMAOffsetPlusDemon, Similarity Score: 96.43%

last change: 2024-05-02 19:30:37