Wordcloud
Strategy: Discord_Precognition
Downloaded: 20220726
Stoploss: -0.194

Strategy failed backtesting!
Reason: Duplicate of Precognition

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Precognition strategy is a trading strategy implemented in Python using the Freqtrade library. It is designed to backtest and execute trades based on specific conditions in the market. The strategy uses moving averages (EMA) as indicators to generate buy and sell signals.

The parameters of the strategy include the fast and slow periods for the moving averages, as well as the push and shift values used in the calculations.

In the buy signal generation, the strategy checks if the fast moving average crosses above the slow moving average, with an additional condition based on the push and shift values.

If the conditions are met, a buy signal is generated. In the sell signal generation, the same principle applies, but with the fast and slow moving averages adjusted according to the sell parameters. If the conditions are met, a sell signal is generated. The strategy also includes parameters for stop loss and trailing stop functionality, which can be enabled or disabled based on user preference. Overall, the Precognition strategy aims to identify potential trends in the market using moving averages and execute trades accordingly.

stoploss: -0.194
timeframe: 5m
hash(sha256): 007fbcabaa7c5eb138265d31c1340e71ffb87fca695568a0d1d1d2a075afc643
indicators:
sell_ema_slow buy_ema_slow sell_ema_fast buy_ema_fast

No similar strategies found. (based on used indicators)

last change: 2022-07-26 20:21:30