Wordcloud
Strategy: Solipsis_v2_5
Downloaded: 20220116
Stoploss: -0.3
The Solipsis5 strategy is a trading strategy that uses various indicators to generate buy signals. Here is a short description of what the strategy does: Populating Indicators: Calculates the RMI (Relative Momentum Index) with a slow length of 21 and mom (momentum) of 5. Calculates the ATR (Average True Range) with a time period of 24.

Calculates the ROC (Rate of Change) with a time period of 9.

Determines the upward and downward movements of RMI.

Identifies RMI up and down trends. Determines if a candle is green (close > open) or not. Counts the number of green candles in a rolling window of 10. Adds a random value and the green count together. Merges informative pair data, including 1-day high, 3-day low, and ADR (Average Daily Range). Populating Buy Signal: Retrieves parameters specific to buying from the strategy's configuration. Checks various conditions to generate buy signals, including: Inf-guard (upper or lower) and inf-pct-adr-top/bot conditions. Base-yolo condition. RMI conditions for stake currency and fiat. BTC-specific RMI conditions. Volume greater than 0. Populating Sell Signal: Currently does not generate sell signals. Custom Stoploss: Retrieves custom stoploss parameters for a specific pair. Calculates trade duration, minimum and maximum profits, and profit difference. Determines the decay stoploss based on decay-start, decay-end, decay-delay, and decay-time parameters. Implements positional trailing stoploss based on position threshold and distance. Retrieves analyzed dataframe for live or dry run mode or uses stored data for backtest mode. Calculates ROC, ATR, and RMI slow values. Applies various conditions to determine stoploss levels based on current profit, ROC, and RMI slow. Freqtrade ROI Overload for Dynamic ROI Functionality: Retrieves dynamic ROI and minimal ROI parameters for a specific pair. Checks if dynamic ROI and minimal ROI parameters are available. Calculates the table ROI based on trade duration and pair. Notifies if custom trade information is available. Please note that the description is based on the provided code snippet, and there may be additional details or functionalities outside the provided code that are not included in the description.

stoploss: -0.3
timeframe: 5m
hash(sha256): 8fa173b9732af996949f25e5d8af809b3e2fe4d8be29560ae1a43a91fef8cc83
indicators:
infpctadrtop sell postraildist decaydelay xtrabasefiatrmi
custom_stop close xtrabasestakermi fallback rocbail
xbtcbasermi xtrainfstakermi dynamic_roi rmidntrend buy_params
decayend rmiend volume bailhow greencount
price_side f"stake_rmi infpctadrbot rmiuptrend growtime
date roc curmindif date open
rand curthreshold decaystart 1d_high posthreshold
f"fiat_rmi postrail rmislow xbtcinfrmi growdelay
yolo baseyolo green price minrocatr
infguard 3d_low sell_params atr roc
date rmislow date rmiuptrend s

Similar Strategies: (based on used indicators)

Strategy: Solipsis3, Similarity Score: 87.5%
Strategy: Solipsis_v3, Similarity Score: 87.5%
Strategy: Solipsis_v3_2, Similarity Score: 87.5%
Strategy: Solipsis_v2_4, Similarity Score: 82.14%
Strategy: Solipsis_v2_6, Similarity Score: 80.36%
Strategy: Solipsis_v3_fuck, Similarity Score: 78.57%
Strategy: Solipsis_v2, Similarity Score: 75%

last change: 2024-04-29 00:21:00