Wordcloud
Strategy: MultiMA_TSL_0
Downloaded: 20220216
Stoploss: -0.25

Strategy failed backtesting!
Reason: Duplicate of MultiMA_TSL

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The MultiMA_TSL3 strategy is a trading strategy that involves the use of multiple indicators to determine buy and sell signals. Here is a breakdown of what the strategy does: Indicator Calculation: Calculates the EWO (Elliott Wave Oscillator) using the fast_ewo and slow_ewo parameters. Calculates the RSI (Relative Strength Index) with different time periods: 14, 4, 84, and 112.

Applies the Heikin-Ashi transformation to the dataframe.

Calculates the pm and pmx values using the pmax function with specific parameters.

Calculates the source value as the average of high, low, open, and close prices. Calculates the pmax_thresh as the exponential moving average (EMA) of the source with a time period of 9. Applies the Heikin-Ashi transformation again with a smoothing factor of 4. Sets the 'live_data_ok' flag based on the run mode ('live' or 'dry_run') and the availability of live data. Custom Information: Checks if the pair is present in the custom_info dictionary and initializes it if not. Sets the 'ema_offset_buy', 'ema_offset_buy2', and 'ema_sell' values based on the base_nb_candles and low_offset parameters. Retrieves the trade_open_candle data based on the trade open date stored in the custom_info dictionary. Iterates over the rows of the dataframe and updates the 'sellma' value based on certain conditions and calculations. Sets the 'sellma_offset' value by multiplying 'sellma' with the high_offset_sell_ema parameter. Buy Trend: Initializes an empty list of conditions. Calculates additional indicators if not in live or dry_run mode. Calculates 'trima_offset_buy', 'trima_offset_buy2', 'zema_offset_buy', and 'zema_offset_buy2' based on different parameters. Checks conditions for each indicator (trima, zema, and hma) and appends them to the conditions list. Defines additional check conditions based on various indicators, moving averages, RSI values, and volume. If any conditions are met, sets the 'buy_copy' and 'buy' columns to 1. Sell Trend: Initializes an empty list of conditions. Updates the 'exit_tag' column based on specific conditions (not provided in the code snippet). Overall, the strategy uses a combination of indicators such as EWO, RSI, Heikin-Ashi, pmax, and moving averages (EMA, TRIMA, Hull Moving Average) to generate buy and sell signals based on certain conditions and thresholds.

stoploss: -0.25
timeframe: 5m
hash(sha256): faf970a55adeba24a3fe83b3a5d5d11ee217526a3f093f3714c4c6169e635ba4

Was not able to fetch indicators from Strategyfile.

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