Wordcloud
Strategy: sample_strategy3
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 simple MACD-based trading strategy designed for backtesting on a trading website. The strategy follows the following rules: Uptrend definition: The strategy considers an uptrend when the MACD (Moving Average Convergence Divergence) is above the 0 line and above the MACD signal. Downtrend definition: The strategy considers a downtrend when the MACD is below the 0 line and below the MACD signal.

Sell definition: The strategy sells when the MACD is below the MACD signal.

The strategy ignores the definition of entry and exit points, assuming that the trading bot will handle these aspects.

Additionally, the strategy specifies the following parameters: Minimal ROI (Return on Investment): It defines the minimum expected return for the strategy at different time intervals (e.g., 60 minutes, 30 minutes, 20 minutes, and 0 minutes). Optimal stoploss: It sets the desired stop loss for the strategy. Ticker interval: It specifies the preferred interval for ticker data, which is set to 5 minutes. To implement the strategy, the populate_indicators function calculates the MACD and its components (macd, macdsignal, macdhist) and adds them to the dataframe. The populate_buy_trend function populates the buy signal column based on the MACD conditions, and the populate_sell_trend function populates the sell signal column based on the MACD condition. Overall, the strategy focuses on using MACD to identify and trade in uptrends and downtrends, without specifying detailed entry and exit rules.

stoploss: -0.3
timeframe: 5m
hash(sha256): 721f78dfeab28fb5f1a44d4a9f64a468c4ab09bfa4be25bb0397a069742162c2
indicators:
macdsignal macd macdhist

No similar strategies found. (based on used indicators)

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