Wordcloud
Strategy: SchismLess_v2
Downloaded: 20220116
Stoploss: -0.4


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Schism" strategy is a trading strategy that performs backtesting on various trading pairs. Here's a short description of what the strategy does: In the populate_indicators method: Calculates and adds indicators to the dataframe, such as RMI (Relative Momentum Index), ROC (Rate of Change), and MP (Momentum Power). Determines upward and downward trends based on RMI values.

Retrieves additional informative data for the pair and adds indicators like RSI (Relative Strength Index), 1-day high, 3-day low, and ADR (Average Daily Range).

Merges the informative data with the main dataframe.

In the populate_buy_trend method: Sets parameters and conditions for initiating a buy trend. If there is an active trade: Calculates the RMI growth rate based on the trade's open minutes and sets a profit factor. Adds conditions for initiating a buy: RMI upward trend is present. Current profit exceeds a certain threshold based on the peak profit and profit factor. RMI value is greater than the RMI growth rate. If there is no active trade: Adds conditions for initiating a buy: RSI of informative data exceeds a certain threshold. Close price is below the 3-day low plus a percentage of the ADR. RMI downward trend is present. RMI values satisfy certain parameters. MP value satisfies a certain parameter. Checks for positive volume conditions. Sets the 'buy' signal in the dataframe if the conditions are met. In the populate_sell_trend method: Sets parameters and conditions for initiating a sell trend. If there is an active trade: Calculates the loss cutoff based on the trade's open minutes and sets the stop loss threshold. Adds conditions for initiating a sell: Current profit falls below the loss cutoff but remains above the stop loss. RMI downward trend is present. Volume is greater than zero. Adds additional conditions if the peak profit of the trade is positive or zero. Adds conditions related to other trades if they exist. If there is no active trade: Adds conditions for initiating a sell: Volume is less than zero. Sets the 'sell' signal in the dataframe if the conditions are met. Includes additional logic for managing trade data and retrieving current prices. Please note that the provided code snippet seems to be incomplete, and some parts are missing.

startup_candle_count : 72
rmi-slow: 1.391%
rmi-fast: 0.002%
mp: 0.042%
rsi_1h: -0.144%
Traceback (most recent call last): File "/freqtrade/freqtrade/strategy/strategy_wrapper.py", line 27, in wrapper return f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/freqtrade/user_data/strategies/SchismLess_v2.py", line 232, in confirm_trade_entry current_price = ob[f"{bid_strategy['price_side']}s"][0][0] ~~~~~~~~~~~~^^^^^^^^^^^^^^ KeyError: 'price_side'
stoploss: -0.4
timeframe: 5m
hash(sha256): a71baaa11dd1448e9110c2cffde1e551b805665aae8f339d61c632fa3304b18c
indicators:
active_trade rmifast close infrsi free_slots
open_candles rmidntrend other_trades mp avg_other_profit
volume price_side rmiuptrend infpctadr 1d_high
current_profit rmislow max_open_trades price open_minutes
3d_low roc rmidn biggest_loser peak_profit
rsi rmiup runmode last adr

Similar Strategies: (based on used indicators)

Strategy: Schism, Similarity Score: 96.77%
Strategy: Schism2MM, Similarity Score: 96.77%
Strategy: Schism6, Similarity Score: 96.77%
Strategy: Schism_0318, Similarity Score: 96.77%
Strategy: Schism_v2, Similarity Score: 96.77%
Strategy: Stinkfist, Similarity Score: 90.32%

last change: 2024-02-11 01:46:39