Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why normalized close price is not equal to close/last_adj_price -1? #4

Open
tangning017 opened this issue Dec 1, 2018 · 4 comments

Comments

@tangning017
Copy link

The last second column of the preprocessed price is not equal to close_t / adj_price_{t-1} - 1?

@Chih-Ling-Hsu
Copy link

Chih-Ling-Hsu commented Apr 17, 2019

Same question here.
Normalized open/high/low prices can be obtained by the formula $p_t = \tilde{p}_t/\tilde{p}_{t-1}^c - 1$, but close price can not.

@dalision
Copy link

Here is the same question!

@Waterkin
Copy link

Same question!

@xlu1
Copy link

xlu1 commented Jan 3, 2024

Movement percent = close_t / adj_price_{t-1} - 1
Normalized close price = close_t - adj_price_{t-1}

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

No branches or pull requests

5 participants