Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

RSI does not observe higher values for period correctly #112

Open
markusmaresch opened this issue Feb 20, 2021 · 0 comments
Open

RSI does not observe higher values for period correctly #112

markusmaresch opened this issue Feb 20, 2021 · 0 comments

Comments

@markusmaresch
Copy link

markusmaresch commented Feb 20, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant