Wordcloud
Strategy: CofiBitStrategy_111
Downloaded: 20220114
Stoploss: -0.25
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of CofiBitStrategy_126

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The CofiBitStrategy is a trading strategy implemented in the backtesting website. Here is a short description of what the strategy does: The strategy uses various technical indicators to generate buy and sell signals for trading. It operates on a 5-minute timeframe.

The strategy has the following parameters: Buy Parameters: buy_fastx: A parameter used to determine the buy signal.

It has a default value of 25.

buy_adx: A parameter used to determine the buy signal based on the ADX indicator. It also has a default value of 25. Sell Parameters: sell_fastx: A parameter used to determine the sell signal. It has a default value of 75. The strategy uses the following indicators: Stochastic Fast (STOCHF): Calculates the Stochastic Oscillator values. Exponential Moving Average (EMA): Calculates the EMA values for the high, close, and low prices. Average Directional Index (ADX): Calculates the ADX values. The strategy populates indicators and generates buy and sell signals as follows: populate_indicators function: Calculates the STOCHF, EMA, and ADX values and adds them to the dataframe. populate_buy_trend function: Generates the buy signal based on the following conditions: The open price is lower than the EMA low. The fastk indicator crosses above the fastd indicator. The fastk and fastd values are below the buy_fastx parameter value. The ADX value is above the buy_adx parameter value. populate_sell_trend function: Generates the sell signal based on the following conditions: The open price is greater than or equal to the EMA high. The fastk or fastd indicator crosses above the sell_fastx parameter value. The strategy also defines a minimal_roi (minimum return on investment) and a stoploss value, which can be overridden in the configuration file. Overall, the strategy aims to identify potential buying opportunities when certain conditions are met and to sell when certain conditions indicate a potential reversal or profit-taking opportunity.

stoploss: -0.25
timeframe: 5m
hash(sha256): 0f557cafd8127bf692a0b0f8e6cd893d671956dbbe4a4e574f65f11807c4eef8

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-10 21:47:02