AlphaRsiPro
Advanced Relative Strength Index with adaptive overbought/oversold levels.
An advanced RSI variant that computes adaptive overbought and oversold thresholds based on recent volatility, and adds a trend-bias filter to avoid counter-trend entries. In strong uptrends the oversold level is raised so buy signals fire earlier; in downtrends the overbought level is lowered so sells trigger sooner. Useful for reducing false signals in trending markets compared to a plain RSI strategy.
See Also
Methods
| description | Short explanation of what the strategy does. |
| required_indicators | Indicators that must be computed up-front for this |
Short explanation of what the strategy does.
| Returns |
str
The description.
|
Indicators that must be computed up-front for this
strategy.
Returns a list of indicator instances, already parameterised with this strategy's current settings, that the engine will auto-include before the simulation starts.
| Returns |
list
The required indicator instances.
|