Wordcloud
Strategy: CofiBitStrategy_2
Downloaded: 20220723
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 a backtesting website. It uses various technical indicators to generate buy and sell signals for trading. Here's a breakdown of what the strategy does: Indicators: STOCHF: Calculates the Stochastic Fast Oscillator, which includes the 'fastk' and 'fastd' values.

EMA: Calculates Exponential Moving Average for high, close, and low prices.

ADX: Calculates Average Directional Index.

Buy Signal: The strategy generates a buy signal when the following conditions are met: The current open price is lower than the EMA of the low price. The 'fastk' value crosses above the 'fastd' value. Both 'fastk' and 'fastd' values are below a specified threshold (buy_fastx). The ADX value is above a specified threshold (buy_adx). Sell Signal: The strategy generates a sell signal when one of the following conditions is met: The current open price is higher than or equal to the EMA of the high price. Either 'fastk' or 'fastd' value crosses above a specified threshold (sell_fastx). Parameters: The strategy defines several parameters that can be tuned: buy_fastx: Threshold for 'fastk' and 'fastd' values in the buy signal. buy_adx: Threshold for the ADX value in the buy signal. sell_fastx: Threshold for 'fastk' and 'fastd' values in the sell signal. Minimal ROI (Return on Investment): The strategy has predefined minimal ROI values for different time periods. These values indicate the desired minimum return the strategy aims to achieve. Stoploss: The strategy has an optimal stoploss value, which represents the maximum acceptable loss before triggering a sell signal. Timeframe: The strategy is designed to work with candlestick data of 5-minute intervals. Overall, the CofiBitStrategy aims to generate buy signals when specific conditions related to indicator values are met, and sell signals when certain price or indicator conditions are observed. By adjusting the parameter values, the strategy can be optimized for different market conditions.

stoploss: -0.25
timeframe: 5m
hash(sha256): 2bd01a1ed3175c7b7a403b8fd576716fc9d498fe635dd69bb51a91f6632b40a5

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-23 18:49:22