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

Strategy failed backtesting!
Reason: Duplicate of BigZ03

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The BigZ03 strategy is a trading strategy implemented as a class called "BigZ03" that inherits from the "IStrategy" class. It has several methods that define its functionality. The "populate_indicators" method takes a DataFrame and metadata as input and returns a modified DataFrame.

It first calculates indicators for the 1-hour timeframe using the "informative_1h_indicators" method and merges them with the original DataFrame using the "merge_informative_pair" function.

Then, it calculates indicators for the normal timeframe using the "normal_tf_indicators" method.

The modified DataFrame with all the indicators is returned. The "populate_entry_trend" method takes a DataFrame and metadata as input and returns a modified DataFrame. It uses a complex logical condition to determine the entry points for trades. The condition is a combination of different buy conditions, each specified by a boolean flag (e.g., "buy_condition_12_enable.value"). The conditions check various price and volume indicators to identify potential buying opportunities. If any of the conditions are satisfied, the corresponding entry point is marked in the DataFrame. Overall, the BigZ03 strategy combines multiple technical indicators and conditions to generate entry points for trades. It utilizes indicators such as moving averages (ema), Bollinger Bands (bb), relative strength index (rsi), and volume-related metrics. By applying these conditions, the strategy aims to identify favorable buying opportunities in the market.

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

Was not able to fetch indicators from Strategyfile.

last change: 2023-04-26 07:24:11