Wordcloud
Strategy: Schism6
Downloaded: 20220116
Stoploss: -0.5


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Schism6 trading strategy is implemented as a class that inherits from the IStrategy class. Here's a short description of what the strategy does: The populate_indicators method is used to calculate various technical indicators such as RMI (Relative Momentum Index), ROC (Rate of Change), and MP (Momentum Power) for the given trading pair. It also retrieves additional informative data for the pair, such as RSI (Relative Strength Index), 1d_high, 3d_low, and adr (Average Daily Range).

The populate_buy_trend method determines the conditions for initiating a buy trade.

If there is an active trade, it checks if the RMI is in an upward trend, the current profit exceeds a certain threshold based on the peak profit, and the RMI is above a linear growth threshold.

If there is no active trade, it checks if the RSI of the informative data is above a certain value, the closing price is below the 3d_low plus a percentage of adr, the RMI is in a downward trend, and various RMI, RSI, and volume conditions are met. The populate_sell_trend method determines the conditions for initiating a sell trade. If there is an active trade, it checks if the current profit falls below a certain loss cutoff, but is still above the stop loss value, and if the RMI is in a downward trend. If the peak profit of the active trade is greater than zero, it also checks if the RMI crosses below certain thresholds. Additionally, it checks for other trades and their profits, and if the free trade slots are available or if the current trade is the biggest loser. If there is no active trade, it checks if the volume is negative. The remaining code includes some additional logic for handling trade data, including the retrieval of active trades, calculation of profit ratios, and determining the trade start time and open minutes. It also includes functions for retrieving the current price, checking bid and ask strategies, and caching the current price for a pair. Overall, the Schism6 strategy uses a combination of technical indicators and specific conditions to determine the buying and selling signals for a given trading pair.

startup_candle_count : 72
rmi-slow: -0.449%
mp: -0.004%
rsi_1h: 0.223%
stoploss: -0.5
timeframe: 5m
hash(sha256): 561df4cedfae8a32345039df4eb6926743822fdbb43593c207977cd50fa844a6
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: SchismLess_v2, 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: 2023-08-03 16:41:41