Wordcloud
Strategy: DoubleEMACrossoverWithTrend_37
Downloaded: 20220113
Stoploss: -0.2


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The DoubleEMACrossoverWithTrend strategy is designed for backtesting trading strategies. It uses a combination of exponential moving averages (EMAs) and trend analysis to generate buy and sell signals. Here is a breakdown of the strategy: Indicators: EMA9: Calculates the 9-period exponential moving average.

EMA21: Calculates the 21-period exponential moving average.

EMA200: Calculates the 200-period exponential moving average.

Buy Signal: Conditions for buying: The fast EMA (EMA9) crosses above the slow EMA (EMA21). The candle's low price is above the EMA200. The candle has nonzero volume. Sell Signal: Conditions for selling: The fast EMA (EMA9) crosses below the slow EMA (EMA21). The candle's low price is below the EMA200. Other considerations: Minimal ROI: The strategy has a predefined minimal ROI (Return on Investment) configuration, which can be overridden in the config file. Stoploss: The strategy uses a fixed stoploss of -0.2 (20% loss) by default, which can also be overridden in the config file. Timeframe: The optimal timeframe for the strategy is set to 1 hour. Trailing Stoploss: The strategy does not employ a trailing stoploss. Please note that this is just a brief overview of the strategy, and further details can be found in the provided GitHub link.

stoploss: -0.2
timeframe: 1h
hash(sha256): d01944fd991d8494bcecd9ab6019f42deb0d8d58ac70b070dbddf5017d373080
indicators:
volume ema21 low ema9 ema200

No similar strategies found. (based on used indicators)

last change: 2023-08-16 11:35:22