Wordcloud
Strategy: MADisplaceV3
Downloaded: 20220113
Stoploss: -0.2
5mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "MADisplaceV3" strategy is designed to backtest trading strategies. It has three main functions: "populate_indicators," "populate_buy_trend," and "populate_sell_trend." The "populate_indicators" function is responsible for calculating and populating the necessary indicators for the strategy. It takes a DataFrame and metadata as inputs and returns the updated DataFrame with indicators.

If the strategy is running in "hyperopt" mode, it retrieves an informative DataFrame and merges it with the input DataFrame.

Then it calculates the main indicators and adds them to the DataFrame.

The "populate_buy_trend" function determines the buy signals for the strategy. It takes a DataFrame and metadata as inputs and returns the updated DataFrame with buy signals. In "hyperopt" mode, if the 'uptrend' indicator is not present in the DataFrame, it retrieves informative indicators, merges them with the DataFrame, and calculates the main indicators. Then it applies specific conditions to identify buy signals based on various factors such as RSI, uptrend, close price, moving averages, and volume. The "populate_sell_trend" function determines the sell signals for the strategy. It takes a DataFrame and metadata as inputs and returns the updated DataFrame with sell signals. Similar to the "populate_buy_trend" function, it retrieves informative indicators, merges them with the DataFrame, calculates the main indicators, and then applies conditions to identify sell signals based on factors such as uptrend, close price, moving averages, and volume. The code also includes additional lines to merge informative pairs, rename columns, and handle data skipping. Overall, the strategy uses a combination of indicators and specific conditions to generate buy and sell signals based on the given input DataFrame.

startup_candle_count : 200
rsi_slow: 0.002%
Unable to parse Traceback (Logfile Exceeded Limit)
stoploss: -0.2
timeframe: 5m
hash(sha256): 421a02c82cad7cd971de08772dcf372f27c60e43081f05c8a50949eb1401d907
indicators:
close rsi_fast_threshold informative_fast_length ma_middle_1_offset rsi_fast
ma_lower volume ma_middle_1 rsi_slow_descending ma_upper
ema_fast rsi_slow_length rsi_fast_length uptrend ma_upper_offset
ma_lower_offset rsi_slow_confirmation rsi_slow ma_upper_length ma_lower_length
ema_slow runmode informative_slow_length ma_middle_1_length date
open high low close volume

No similar strategies found. (based on used indicators)

last change: 2024-08-02 07:59:32