Wordcloud
Strategy: EMAPriceCrossoverWithThreshold
Downloaded: 20220112
Stoploss: -0.15


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "EMAPriceCrossoverWithThreshold" strategy is designed to backtest a trading strategy based on the exponential moving average (EMA) crossover with a threshold. Here's how the strategy works: The strategy uses the EMA with a period of 800 as an indicator. A threshold percentage is calculated based on the EMA800 value.

The strategy generates a buy signal when the close price of the asset crosses above the EMA800 and there is volume present.

The strategy generates a sell signal when the close price of the asset crosses below the calculated EMA threshold.

Some important details about the strategy: The minimal return on investment (ROI) and stop loss values can be specified in the config file, but they are not explicitly defined in the code. The optimal timeframe for the strategy is set to 1 hour. The strategy uses a trailing stop loss. The strategy provides functions to populate indicators, buy signals, and sell signals in the DataFrame used for backtesting. You can use this strategy by downloading the required data, specifying the timeframe and timerange, and then running the backtesting and plot commands with the strategy name "EMAPriceCrossoverWithThreshold". Note: This strategy was authored by Paul Csapak and is available on GitHub at https://github.com/paulcpk/freqtrade-strategies-that-work.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.15
timeframe: 1h
hash(sha256): 4bdf1cc26bb32bcae7b745c8d23482f39b73bcb0b1192a1b899f3362b0847df2
indicators:
ema_threshold close volume ema800

No similar strategies found. (based on used indicators)

last change: 2023-09-24 05:32:37