Wordcloud
Strategy: Simple
Downloaded: 20220111
Stoploss: -0.25
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of Simple_197

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Simple strategy is based on the book "The Simple Strategy" by Gert Wohlgemuth. It aims to provide a powerful trading approach for futures. The strategy uses a combination of technical indicators to generate buy and sell signals.

Indicators used: MACD (Moving Average Convergence Divergence): The strategy calculates the MACD line, signal line, and histogram.

RSI (Relative Strength Index): The strategy calculates the RSI with a time period of 7.

The strategy's minimal return on investment (ROI) is set at 0.01, and the stop loss is set at -0.25. The ticker interval used for analyzing the data is 5 minutes. The populate_indicators function is responsible for populating the required indicators for the strategy. It calculates the MACD, RSI, and Bollinger Bands (for graphing purposes) and adds them to the dataframe. The populate_buy_trend function defines the conditions for buying. It checks if the MACD is positive, above the signal line, the Bollinger Bands are pointing upwards, and the RSI is above 70. If all conditions are met, a buy signal is generated. The populate_sell_trend function determines the sell points. In this case, the strategy simply checks if the RSI is above 80 to generate a sell signal. Overall, the strategy combines multiple indicators to identify potential buying opportunities and uses a simple condition for selling. It is designed to be used for quick turnarounds and can be further customized based on market conditions.

stoploss: -0.25
timeframe: 5m
hash(sha256): 1606504887eee283472906ee153c7214aeb8985720bd312dcfc9a3b7be7366ef

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-10 22:30:02