Wordcloud
Strategy: SchismLess
Downloaded: 20220116
Stoploss: -0.2


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Schism strategy is a trading strategy implemented in a backtesting website. Here's a brief description of what the strategy does: In the populate_indicators method: Calculates the RMI (Relative Momentum Index) with different parameters and adds the results to the dataframe. Computes the rate of change (ROC) and the RSI (Relative Strength Index) based on the ROC.

Determines upward and downward trends of the RMI and stores the results in separate columns.

Fetches additional informative data and merges it with the main dataframe.

In the populate_buy_trend method: Retrieves parameters and trade data. Checks if there is an active trade and calculates a profit factor. Determines conditions for buying: RMI must be in an upward trend. Current trade's profit is greater than a certain threshold. RMI value is above a calculated growth value. Considers volume as an additional condition for buying. In the populate_sell_trend method: Retrieves parameters and trade data. Checks if there is an active trade. Determines conditions for selling: Current trade's profit falls below a loss cutoff but remains above a stop loss threshold. RMI is in a downward trend. Considers volume as an additional condition for selling. Checks if the current trade is the biggest loser or meets other criteria when there are other active trades. The remaining code: Manages trade data, including detecting active trades, calculating profits, and tracking trade durations. Handles the retrieval of the current price for a given trading pair. Implements bid and ask strategies based on order book data. Please note that the provided code is incomplete, and additional information may be required to fully understand the functionality and purpose of certain variables and methods.

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.py", line 228, in confirm_trade_entry current_price = ob[f"{bid_strategy['price_side']}s"][0][0] ~~~~~~~~~~~~^^^^^^^^^^^^^^ KeyError: 'price_side'
stoploss: -0.2
timeframe: 15m
hash(sha256): 067dcc072dadd4b359d1e1222643d79685de0a0242221671c27127f096cedf55
indicators:
active_trade rmifast infrsi free_slots open_candles
rmidntrend other_trades meta mp avg_other_profit
volume price_side rmiuptrend current_profit rmislow
max_open_trades price open_minutes roc rmidn
biggest_loser peak_profit rsi rmiup runmode
last

Similar Strategies: (based on used indicators)

Strategy: Schism, Similarity Score: 96.3%
Strategy: Schism_0318, Similarity Score: 96.3%
Strategy: Schism_v1_4, Similarity Score: 96.3%
Strategy: Schism2MM, Similarity Score: 92.59%
Strategy: Schism6, Similarity Score: 92.59%
Strategy: SchismLess_v2, Similarity Score: 92.59%
Strategy: Schism_v2, Similarity Score: 92.59%
Strategy: Schism_Badstreak2, Similarity Score: 88.89%
Strategy: Stinkfist, Similarity Score: 88.89%

last change: 2024-05-02 08:23:56