Wordcloud
Strategy: Solipsis_v4
Downloaded: 20220116
Stoploss: -0.1
The Solipsis4 strategy is a trading strategy that uses various indicators to generate buy signals. Here is a breakdown of what the strategy does: Indicator Calculation: Calculates the KAMA (Kaufman's Adaptive Moving Average) with a length of 233. Calculates the RMI (Relative Momentum Index) with a length of 24 and momentum of 5.

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

Calculates the RSI (Relative Strength Index) using the ROC with a time period of 3.

Calculates the Mastreak indicator with a period of 4. Calculates the PCC (Percentage Channel Channel) bands with a period of 40 and a multiplier of 3. Calculates the SSL (Simplified Supertrend Long) Channels with an ATR-based length of 21. Calculates the SROC (Smoothed Rate of Change) with a rate of change length of 21, an EMA length of 13, and a smoothing period of 21. Extracts informative data from another timeframe (e.g., 1-day) and calculates additional indicators on it. Fiat and BTC/ETH Comparison (if applicable): If the stake currency is BTC or ETH, calculates the RMI for the corresponding coin/fiat pair and stake/fiat pair. Otherwise, checks if BTC/stake_currency pair is available and calculates RMI, close price, and KAMA for BTC/stake_currency pair. Custom Trade Information (for backtest/hyperopt mode): Stores some indicators (sroc, ssl-dir, rmi-up-trend, candle-up-trend) in custom_trade_info for later use. Buy Signal: Defines conditions for generating a buy signal based on various indicators and parameters. Conditions include price conditions, RMI streak count, streak breakout count, RMI range, and MP (Modified Price) value. Depending on the base trigger chosen (PCC or RMI), additional conditions are added. If fiat/BTC/ETH comparison is applicable, adds conditions based on RMI values. If custom BTC informative data is available, adds conditions based on BTC RMI and price. Sell Signal: Currently, no specific sell signal conditions are implemented. The 'sell' column is initialized as 0. Custom Stoploss: Calculates the duration of the trade in minutes. Determines the current SROC value based on the run mode (live, dry_run, or backtest). If the current profit is below the stoploss threshold, checks for bailout conditions. Bailout conditions can be based on SROC (Rate of Change) or trade duration. If bailout conditions are met, returns a stoploss value of 0.001. Freqtrade ROI Overload: Provides dynamic ROI (Return on Investment) functionality based on trade duration. Retrieves the minimal ROI and table ROI values. If custom trade information is available, retrieves RMI trend, candle trend, and SSL direction values. Please note that this description is based on the provided code snippet, and there may be additional details or dependencies outside the given context.

stoploss: -0.1
timeframe: 5m
hash(sha256): f483e328f49a1f55415de3f1e0b020da9277686a4233dc127d3b8b732b115233
indicators:
sell kama close date candleuptrend
date ssldir mp candleup volume
price_side rmidncount f"stake_rmi strict lazy
none rmi ssl candle any
BTC_kama rmiuptrend mastreak date sbc
streakroc candleuptrend pcclowerband rmi streakbocount
ssldir f"fiat_rmi rocmp date sroc
price pcc rmi none 1dlow
sroc BTC_close date rmiuptrend stake_currency
rmidn roc time any pccupperband
rmiup 1dhigh BTC_rmi runmode streakbo
adr

Similar Strategies: (based on used indicators)

Strategy: Solipsis_v4_2, Similarity Score: 87.72%
Strategy: Solipsis_v4_3, Similarity Score: 87.72%
Strategy: Solipsis_v5, Similarity Score: 84.21%
Strategy: Dyna_opti, Similarity Score: 80.7%

last change: 2024-04-29 19:34:58