Wordcloud
Strategy: ReinforcedAverageStrategy_6
Downloaded: 20230426
Stoploss: -0.2
The ReinforcedAverageStrategy is a trading strategy that aims to generate buy and sell signals based on crossover events. It is designed as a proof of concept and may not perform well in practice. The strategy uses several technical indicators to make trading decisions.

It calculates the Moving Average Convergence Divergence (MACD) indicator and two Exponential Moving Averages (EMAs) with different time periods.

In addition to these indicators, the strategy uses Bollinger Bands for graphing purposes.

Bollinger Bands are plotted around the price to indicate volatility and potential trading opportunities. The strategy's buy signal is generated when the shorter EMA crosses above the longer EMA, and the closing price is higher than the resampled simple moving average (SMA). The resampling process involves aggregating the data based on a specified ticker interval and applying a reinforcement logic to determine the trend. The sell signal is generated when the shorter EMA crosses above the longer EMA. The strategy defines a minimal return on investment (ROI) of 0.5 and a stop loss of -0.2. These values can be adjusted in the configuration file. The recommended ticker interval for this strategy is 4 hours. Please note that this strategy is a basic example and may require further optimization and refinement for practical use.

stoploss: -0.2
timeframe: 4h
hash(sha256): 36686afe8a584b3649e1aef2dabf15aa6406aff6099306ee94f2716cff376723
indicators:
upper mid lower maMedium close
bb_middleband maShort date bb_upperband bb_lowerband
resample_sma open high low close

Similar Strategies: (based on used indicators)

Strategy: ReinforcedAverageStrategy, Similarity Score: 93.75%
Strategy: ReinforcedAverageStrategy_3, Similarity Score: 93.75%
Strategy: ReinforcedAverageStrategy_4, Similarity Score: 93.75%

last change: 2024-04-29 19:21:36