You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Try a higher value for period - everything will be more or less neutral 50.0 - which is not intended/correct
Guess: delta = ohlc["close"].diff() .. needs to observe period correctly
RSI does not observe higher values for period correctly
The delta calculation in RSI should observe larger values for period
delta calculation should observe period: delta = ohlc["close"].diff(periods=period)
Always, conceptual
Latest, any
Try setting period to 1400 .. result will be +/- 50 (=neutral), which is not intended/correct IMHO
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Try a higher value for period - everything will be more or less neutral 50.0 - which is not intended/correct
Guess: delta = ohlc["close"].diff() .. needs to observe period correctly
RSI does not observe higher values for period correctly
The delta calculation in RSI should observe larger values for period
delta calculation should observe period: delta = ohlc["close"].diff(periods=period)
Always, conceptual
Latest, any
Try setting period to 1400 .. result will be +/- 50 (=neutral), which is not intended/correct IMHO
The text was updated successfully, but these errors were encountered: