Wordcloud
Strategy: Schism_v1_4
Downloaded: 20220116
Stoploss: -0.3


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Schism4 strategy is a trading strategy implemented as a class in Python. It is designed to be used for backtesting trading strategies on a website. The strategy consists of two main parts: indicator population and trigger signal generation for buying and selling.

In the indicator population part, the strategy calculates several indicators based on the input dataframe and metadata.

These indicators include the RMI (Relative Momentum Index), ROC (Rate of Change), and RSI (Relative Strength Index).

It also retrieves additional data from different timeframes and merges them into the main dataframe. The buy trigger signal generation part determines the conditions for initiating a buy trade. It checks various parameters and conditions, including the RMI trend, profit factor, RSI values, and volume. It also considers additional conditions based on the stake currency and fiat currency. The sell trigger signal generation part determines the conditions for initiating a sell trade. It checks conditions related to the current profit, stop loss, RMI trend, volume, and other trades. It adjusts the sell conditions based on the current profit and determines the willingness to sell based on the number of free slots available for trades. The strategy includes custom methods for managing trade data and retrieving current prices. Overall, the Schism4 strategy aims to generate buy and sell signals based on the calculated indicators and specific conditions, allowing for the backtesting of trading strategies on the website.

startup_candle_count : 72
rmi-slow: -1.267%
rmi-fast: -0.001%
mp: 0.029%
rsi_1h: -0.012%
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/Schism_v1_4.py", line 386, in confirm_trade_entry current_price = ob[f"{bid_strategy['price_side']}s"][0][0] ~~~~~~~~~~~~^^^^^^^^^^^^^^ KeyError: 'price_side'
stoploss: -0.3
timeframe: 5m
hash(sha256): 8c70df08eac9fc5c931c964924f6f241c4da941c2933aa097a8f49e5813f65ea
indicators:
active_trade xtffiatrsi xtfstakersi rmifast infrsi
free_slots open_candles rmidntrend f"stake_rsi other_trades
meta mp avg_other_profit volume rmihigh
price_side xinfstakermi rmiuptrend current_profit rmislow
max_open_trades price open_minutes f"fiat_rsi roc
stake_currency rmidn biggest_loser peak_profit rsi
rmilow rmiup runmode last

Similar Strategies: (based on used indicators)

Strategy: Schism, Similarity Score: 91.43%
Strategy: Schism_v2, Similarity Score: 88.57%
Strategy: Schism_Badstreak2, Similarity Score: 85.71%
Strategy: Schism_0318, Similarity Score: 82.86%

last change: 2023-10-22 21:52:53