rsi
Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements. It oscillates between 0 and 100, with values above 70 indicating overbought conditions and below 30 indicating oversold conditions.
rsi (tick)
Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements. It oscillates between 0 and 100, with values above 70 indicating overbought conditions and below 30 indicating oversold conditions.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 14 | The number of minutes to calculate the RSI |
SQL example
TICK rsi WITH minutes=14 > 70 THEN order SET size=100, price=51.00, transmit=trueroc
Rate of Change (ROC) is a momentum oscillator that measures the percentage change in price between the current price and the price n periods ago. It helps identify overbought/oversold conditions and potential trend reversals, with extreme values indicating potential price reversals.
sma
Simple Moving Average (SMA) is a technical indicator that calculates the average price of a security over a specified number of periods. It helps identify trends and potential support/resistance levels.