why normalized close price is not equal to close/last_adj_price -1?
tangning017 opened this issue · 4 comments
tangning017 commented
The last second column of the preprocessed price is not equal to close_t / adj_price_{t-1} - 1?
Chih-Ling-Hsu commented
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 commented
Here is the same question!
Waterkin commented
Same question!
xlu1 commented
Movement percent = close_t / adj_price_{t-1} - 1
Normalized close price = close_t - adj_price_{t-1}