RSI to price
It yields the price at which the anticipated RSI value will be attained.
Last updated
It yields the price at which the anticipated RSI value will be attained.
Last updated
rsi_to_price
(: List[[]], rsi_expected: float, period: int = 14, column="close") -> Decimal
Parametres:
candles: List[[]]
List of candles
rsi_expected: float
70 typically signals that an asset is overbought, below 30 suggests it is oversold.
period: int, default 14
Period of RSI ema
column: str, default 'close'
OHLC - Open high low close.
Returns:
Price