The Solipsis3 strategy is a trading strategy that involves multiple indicators and conditions for generating buy signals and determining stop-loss levels. Here is a brief description of what the strategy does:
Indicator Calculation:
Calculates the RMI (Relative Momentum Index) with different parameters. Calculates ATR (Average True Range), ROC (Rate of Change), and other indicators.
Pair and Informative Data:
Retrieves pair-specific data and informative data for analysis.
Stake Currency Consideration:
Considers the stake currency (BTC or ETH) and performs additional calculations if necessary.
Calculates RMI for the stake currency and fiat currency. Whitelist and BTC Stake:
Considers the whitelist of pairs and calculates RMI for BTC stake if applicable. Buy Signal Generation:
Sets conditions for generating buy signals based on various parameters. Considers informative data, RMI trends, and stake currency RMI values. Sell Signal Generation:
Currently not implemented in the provided code. Custom Stop-loss Calculation:
Calculates custom stop-loss levels based on profit, duration, ROC, ATR, and RMI values. Considers different thresholds and decay factors for determining the stop-loss level. Dynamic ROI:
Considers dynamic ROI functionality and minimal ROI values for the strategy. Please note that the provided code is incomplete and may not fully represent the entire strategy.