Wordcloud
Strategy: MACD003
Downloaded: 20220514
Stoploss: -0.332
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of MACD003_2

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The MACD003 strategy is a trading strategy that uses several technical analysis (TA) indicators to generate buy and sell signals for a given dataset. In the populate_indicators function, the strategy calculates and adds the following indicators to the dataset: MFI (Money Flow Index) MACD (Moving Average Convergence Divergence) line and signal line Stochastic Fast %K and %D RSI (Relative Strength Index) Fisher Transform of RSI Bollinger Bands (lower and upper bands) and percentage gain from the upper band EMA (Exponential Moving Average) with different time periods (5, 10, 50, and 100) SAR (Stop and Reverse) indicator SMA (Simple Moving Average) with a time period of 40 The populate_buy_trend function populates the buy signal column in the dataset based on specific conditions. These conditions include: MFI being below a certain threshold (self.buy_mfi.value) Fisher Transform of RSI being below a certain threshold (self.buy_fisher.value) Fast %D being greater than Fast %K and Fast %K being below 20 MACD being negative, crossing above the MACD signal line, and the percentage gain from the upper Bollinger Band being above a certain threshold (self.buy_bb_gain.value).

The populate_sell_trend function populates the sell signal column based on the following conditions: MFI being above a certain threshold (self.sell_mfi.value) SAR being above the closing price Fisher Transform of RSI being above a certain threshold (self.sell_fisher.value).

Overall, the strategy aims to identify potential buying opportunities when certain indicators align and selling opportunities when specific conditions are met.


stoploss: -0.332
timeframe: 5m
hash(sha256): 1b888f8d683df2475daba7b2cb9fd017ec9778be9d5a66b45cd7283e85b66190

Was not able to fetch indicators from Strategyfile.

last change: 2022-12-05 05:08:05