AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.48k stars 2.31k forks source link

Why using tz_localize()? #973

Open JesseLT opened 1 year ago

JesseLT commented 1 year ago
image

I have one ticker in the ticker_list. After clean_data(data), the line num of data come to be twice. It's caused by using tz_localize('America/New_York') in processor_yahoofinance.py. Is that normal? and why you make data like this? or is it a bug?