Wordcloud
Strategy: ASDTSRockwellTrading
Downloaded: 20220111
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 "ASDTSRockwellTrading" 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 sell signal is generated when the MACD line crosses below the MACD signal line.

This strategy aims to capture the trends in the market using the MACD indicator.

The entry and exit points are not explicitly defined in the strategy since they are handled by the trading bot. The strategy has predefined values for minimal ROI (Return on Investment) and stoploss. The minimal ROI values are specified for different time intervals (60 minutes, 30 minutes, 20 minutes, and 0 minutes). The stoploss is set at -0.3. The strategy operates on ticker intervals of 5 minutes. To implement the strategy, the necessary indicators are populated using the "populate_indicators" method, which calculates the MACD values and stores them in the dataframe. The "populate_buy_trend" method populates the buy signal by checking if the MACD line is greater than zero and above the MACD signal line. The "populate_sell_trend" method populates the sell signal by checking if the MACD line is below the MACD signal line. Overall, this strategy uses the MACD indicator to identify trends and generate buy and sell signals for trading.

stoploss: -0.3
timeframe: 5m
hash(sha256): daec24a5a4c04ba1d3a9aab8934d469429ee9ffb0d671275de6a795001050d97

Was not able to fetch indicators from Strategyfile.

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