Scalping BTC/USD - EMA & RSI
Category: trend, momentum
A combined technical overlay that calculates both an Exponential Moving Average (EMA) and a Relative Strength Index (RSI) within a single sub-window for scalping analysis.
Formula
EMA = \alpha \cdot Close_t + (1 - \alpha) \cdot EMA_{t-1} \\ RSI = 100 - \left[ \frac{100}{1 + \frac{\text{Average Gain}}{\text{Average Loss}}} \right] \text{ where } \alpha = \frac{2}{Period + 1}
Inputs
- EMA_Period (default: 14)
- RSI_Period (default: 14)
- RSI_Overbought (default: 70)
- RSI_Oversold (default: 30)
See signal primitives and every published strategy that uses Scalping BTC/USD - EMA & RSI on WOBR StrategyVerse.