Wordcloud
Strategy: CrossEMAStrategy
Downloaded: 20220115
Stoploss: -0.99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The CrossEMAStrategy is a trading strategy that uses a combination of moving averages and technical indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: populate_indicators: This function calculates and adds various technical indicators to the given DataFrame. The indicators used in this strategy are: Stochastic RSI (stoch_rsi): Measures the current RSI value relative to its high and low range over a specified period.

Exponential Moving Average (ema28 and ema48): Calculates the average closing price over a specific period, giving more weight to recent prices.

populate_buy_trend: This function populates the "buy" column in the DataFrame based on the strategy's conditions.

The conditions for generating a buy signal are: The ema28 is greater than the ema48 (indicating a bullish crossover of moving averages). The stoch_rsi is below a certain threshold (self.buy_stoch_rsi.value). The volume is greater than zero (ensuring there is trading activity). populate_sell_trend: This function populates the "sell" column in the DataFrame based on the strategy's conditions. The conditions for generating a sell signal are: The ema28 is less than the ema48 (indicating a bearish crossover of moving averages). The stoch_rsi is above a certain threshold (self.sell_stoch_rsi.value). The volume is greater than zero (ensuring there is trading activity). Overall, the CrossEMAStrategy uses the relationship between exponential moving averages and the Stochastic RSI indicator to identify potential buy and sell opportunities in the market.

startup_candle_count : 50
stoch_rsi: -0.923%
ema28: -0.015%
ema48: -0.073%
stoploss: -0.99
timeframe: 1h
hash(sha256): 28bc245bdb5840def41dea43171fe871d919c76690892d1c044fadbfcfdbda0e
indicators:
stoch_rsi volume ema48 close ema28

No similar strategies found. (based on used indicators)

last change: 2023-06-27 12:18:30