Wordcloud
Strategy: Low_BB_strategy
Downloaded: 20220113
Stoploss: -0.015
1mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of Low_BB_432

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "Low_BB" strategy is a backtesting trading strategy that uses technical indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: It uses the Bollinger Bands indicator to identify potential buying opportunities. Bollinger Bands consist of three lines: the upper band, the middle band, and the lower band.

The strategy checks if the closing price of the asset is below 98% of the lower band.

If the condition is met, the strategy generates a buy signal by setting the 'buy' column in the DataFrame to 1 for that particular data point.

Additionally, the strategy uses the MACD (Moving Average Convergence Divergence) indicator to further refine the buy signal. MACD is calculated based on exponential moving averages and helps identify trend reversals. However, the specific MACD conditions are not mentioned in the code provided. The strategy also includes a sell signal, but the conditions for generating it are not specified in the code. The strategy sets certain parameters like "minimal_roi," which defines the desired return on investment (ROI) for the strategy, and "stoploss," which specifies the optimal stop loss for trades. These parameters can be adjusted in the configuration file. The strategy uses a 1-minute timeframe for analyzing the data. Overall, the strategy aims to identify buying opportunities when the price is near the lower Bollinger Band and generate sell signals based on unspecified conditions. It utilizes technical indicators like Bollinger Bands and MACD to make trading decisions.

stoploss: -0.015
timeframe: 1m
hash(sha256): ec13b158958e8e0506c9443e834d7b05de6b3fb745eafb0bbb881f73dbf61508

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08