Wordcloud
Strategy: ASDTS
Downloaded: 20220112
Stoploss: -0.3
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of ASDTSRockwellTrading_264

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The ASDTS (Advanced Simple MACD Trading Strategy) is a trading strategy that uses the MACD (Moving Average Convergence Divergence) indicator to identify uptrends and downtrends in the market. The strategy defines an uptrend when the MACD line is above the zero line and above the MACD signal line. Conversely, a downtrend is defined when the MACD line is below the zero line and below the MACD signal line.

The strategy's sell signal occurs when the MACD line crosses below the MACD signal line.

The strategy implements the MACD indicator using the talib library and populates the necessary indicators (macd, macdsignal, and macdhist) in the provided DataFrame.

Additionally, the strategy specifies the minimal return on investment (ROI) targets for different time intervals (60, 30, 20, and 0 minutes). It also sets the stop loss level to -0.3, indicating the maximum loss allowed before selling the asset. The ticker interval for this strategy is set to '5m', meaning it operates on 5-minute candlestick data. The populate_buy_trend function identifies the buy signal by checking if the MACD line is above zero and above the MACD signal line. The populate_sell_trend function identifies the sell signal by checking if the MACD line is below the MACD signal line. This strategy is designed to be used with a backtesting website to evaluate its performance on historical data.

stoploss: -0.3
timeframe: 5m
hash(sha256): 8ff990c6774829dda5173b22727da11b6c54e773113a5f5e2b4cd7b6f0ef9bde

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08