Wordcloud
Strategy: MACD
Downloaded: 20220415
Stoploss: -0.274


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The MACDStrategy is a trading strategy that uses the MACD (Moving Average Convergence Divergence) and CCI (Commodity Channel Index) indicators to identify uptrends and downtrends in the market. The strategy aims to generate buy and sell signals based on these indicators. The uptrend is defined as follows: MACD is above MACD signal CCI is less than -50 The downtrend is defined as follows: MACD is below MACD signal CCI is greater than 100 The strategy calculates the MACD, MACD signal, MACD histogram, and CCI indicators using the input dataframe.

These indicators are then used to determine the buy and sell signals.

In the populate_buy_trend method, the strategy identifies a buy signal when the following conditions are met: MACD is greater than MACD signal CCI is less than or equal to -205.0 In the populate_sell_trend method, the strategy identifies a sell signal when the following conditions are met: MACD is less than MACD signal CCI is greater than or equal to 360.0 The strategy also specifies a minimal ROI (Return on Investment) and stoploss values, which can be overridden in the configuration file.

The timeframe used for the strategy is set to 5 minutes. Overall, the MACDStrategy uses the MACD and CCI indicators to determine the market trend and generate buy and sell signals based on those trends.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.274
timeframe: 5m
hash(sha256): 42f20c0e8c305c0f60cbc0c367456b5bccfbcdb96350c0f766133d2f530d494d
indicators:
macdsignal macdhist macd macdhist_1d

No similar strategies found. (based on used indicators)

last change: 2023-06-29 04:04:24