Wordcloud
Strategy: Solipsis_v2
Downloaded: 20220116
Stoploss: -0.3
The Solipsis strategy is a trading strategy implemented as a class that inherits from the IStrategy class. Here is a short description of what the strategy does: The strategy starts by populating various indicators on the provided dataframe, such as RMI (Relative Momentum Index), ROC (Rate of Change), and RSI (Relative Strength Index). It also retrieves informative data for the specified pair and calculates additional indicators based on it.

If the stake currency is BTC or ETH, it performs additional calculations and merges informative data for the stake currency and the specified fiat currency.

Next, the strategy defines conditions for generating buy signals based on the populated indicators and parameters specific to the pair.

The conditions include checks on RMI trends, momentum, and volume, as well as additional checks for stake and fiat currencies if applicable. For sell signals, the strategy defines conditions based on the current trade data and parameters specific to the pair. It checks for loss cutoff, average profit of other trades, the biggest loser, and a drop in RMI. The strategy also includes a custom stop loss implementation based on various parameters and the duration and profit of the trade. Finally, the strategy includes additional functions for trade timeout overloads, which check the order book prices to determine if a timeout has occurred. Overall, the Solipsis strategy combines various indicators, conditions, and custom implementations to generate buy and sell signals for backtesting trading strategies.

stoploss: -0.3
timeframe: 5m
hash(sha256): e3242d7511483ad5605d2bd2b66a723212d483575e1132d91983bb6f66c5c454
indicators:
infpctadrtop active_trade postraildist decaydelay rmifast
xtrabasefiatrmi close basemp xtrabasestakermi free_slots
xbtcbasermi xtrainfstakermi open_candles rmidntrend other_trades
buy_params mp avg_other_profit decayend rmiend
volume price_side f"stake_rmi infpctadrbot rmiuptrend
growtime curmindif date curthreshold decaystart
1d_high posthreshold f"fiat_rmi current_profit postrail
rmislow xbtcinfrmi growdelay price max_open_trades
open_minutes infguard sellrmidrop 3d_low min_profit
sell_params 

Similar Strategies: (based on used indicators)

Strategy: Solipsis3, Similarity Score: 77.08%
Strategy: Solipsis_v3_2, Similarity Score: 77.08%

last change: 2024-04-28 05:14:08