Wordcloud
Strategy: CCIStrategy_412
Downloaded: 20220112
Stoploss: -0.02


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The CCIStrategy is a trading strategy that utilizes several technical indicators to generate buy and sell signals. Here is a breakdown of what the strategy does: The strategy uses the following indicators: Commodity Channel Index (CCI), Relative Strength Index (RSI), Money Flow Index (MFI), and Chaikin Money Flow (CMF). The strategy first resamples the input dataframe to a specified timeframe and calculates various moving averages, including short, medium, and long-term SMAs (Simple Moving Averages).

The CCI indicator is calculated for two different time periods (170 and 34), and the RSI and MFI indicators are also calculated.

The CMF indicator is calculated using the Chaikin Money Flow formula, which takes into account price, volume, and high/low values.

The strategy then populates the buy signal based on specific conditions: CCI values for both periods are below -100. CMF value is below -0.1. MFI value is below 25. The resampled medium SMA is higher than the resampled short SMA. The resampled long SMA is lower than the closing price. The strategy populates the sell signal based on specific conditions: CCI values for both periods are above 100. CMF value is above 0.3. The resampled SMA values indicate a downtrend. The resulting dataframe is updated with the buy and sell signals, which are represented by the "buy" and "sell" columns, respectively. Overall, the CCIStrategy combines multiple indicators to identify potential buy and sell opportunities in the market based on specific conditions.

startup_candle_count : 50
rsi: 0.539%
Biased Indicators
resample_sma, resample_medium, resample_short, resample_long
stoploss: -0.02
timeframe: 5m
hash(sha256): b0c297deb3216a1a708150f784bd57808d3297ab79daceec6035fbd7bfc469f7
indicators:
resample_medium resample_long cci_one rsi cmf
close bb_middleband bb_upperband mfi bb_lowerband
resample_sma cci_two

No similar strategies found. (based on used indicators)

last change: 2023-07-05 15:33:04