Wordcloud
Strategy: ConsensusShort_2
Downloaded: 20220526
Stoploss: -0.99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The ConsensusShort strategy is a trading strategy that aims to generate buy and sell signals based on the evaluation of multiple technical indicators. It uses the following indicators to make its decisions: RSI, Stochastic, MACD crossover, MACD, Hull, VWMA, TEMA, EMA, SMA, Laguerre, OSC, CMF, CCI, CMO, Ichimoku, Ultimate Oscillator, Williams, Momentum, and ADX. In the populate_indicators method, the strategy evaluates each of these indicators on the given dataframe and stores the resulting scores for buying and selling signals in the columns 'consensus_buy' and 'consensus_sell', respectively.

The populate_entry_trend method populates the 'enter_short' column with a value of 1 if the 'consensus_buy' score is below a certain threshold (self.buy_score_short.value).

It doesn't populate the 'enter_long' column based on the given code snippet.

The populate_exit_trend method populates the 'exit_short' column with a value of 1 if the 'consensus_sell' score is below a certain threshold (self.sell_score_short.value). It doesn't populate the 'exit_long' column based on the given code snippet. The proposed_leverage method is not implemented in the provided code snippet. Overall, the ConsensusShort strategy combines multiple indicators to generate entry and exit signals for short positions in trading.

stoploss: -0.99
timeframe: 5m
hash(sha256): ff35512b21252dc92b2ee06252c9283baa2c413796c50ea5e462ab72ed911c19
indicators:
sell consensus_buy consensus_sell buy

No similar strategies found. (based on used indicators)

last change: 2023-07-04 22:50:39