Wordcloud
Strategy: BigZ06_2
Downloaded: 20230426
Stoploss: -0.99
5mFailedSpotv3Link

Strategy failed backtesting!
Reason: Duplicate of BigZ06

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The BigZ06 strategy is a backtesting strategy designed for trading. It implements the IStrategy interface and consists of several methods for populating indicators and defining entry conditions. In the populate_indicators method, the strategy calculates various indicators based on the provided dataframe and metadata.

It merges informative data from the 1-hour timeframe and normal timeframe indicators, ensuring that missing values are forward-filled.

The populate_entry_trend method defines the entry conditions for the strategy.

It includes multiple conditions that need to be satisfied for a buy signal. These conditions involve comparisons between different price and indicator values, such as the close price, exponential moving averages (EMA), Bollinger Bands (BB), Commodity Channel Index (CCI), relative strength index (RSI), and volume. The conditions are specified using logical operators such as & (AND) and | (OR). Each condition is encapsulated within parentheses and appended to the conditions list. The conditions cover various scenarios, including price crossing EMAs, volume thresholds, BB patterns, RSI levels, and MACD crossovers. The strategy aims to identify potential buying opportunities based on the specified conditions.

stoploss: -0.99
timeframe: 5m
hash(sha256): 7b29977ccbde414c4ec2971c214297cb6465a6521fd11d94f10bb17d23a7033b

Was not able to fetch indicators from Strategyfile.

last change: 2023-04-26 07:51:05