AI4Finance-Foundation / FinRL

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

Had the same problem with #958 #1009

Open LunbiWa opened 1 year ago

LunbiWa commented 1 year ago

@XiaoYangLiu-FinRL

Excuse me, is issue #958 resolved? I also encountered the same problem today


colab report error

Alpaca successfully connected AttributeError Traceback (most recent call last) in <cell line: 1>() ----> 1 train(start_date = '2022-08-25', 2 end_date = '2022-08-31', 3 ticker_list = ticker_list, 4 data_source = 'alpaca', 5 time_interval='1Min',

2 frames /finrl/meta/data_processors/processor_alpaca.py in download_data(self, ticker_list, start_date, end_date, time_interval) 50 # filter opening time of the New York Stock Exchange (NYSE) (from 9:30 am to 4:00 pm) if time_interval < 1D 51 day_delta = 86400000000000 # pd.Timedelta('1D').delta == 86400000000000 ---> 52 if pd.Timedelta(time_interval).delta < day_delta: 53 NYSE_open_hour = "14:30" # in UTC 54 NYSE_close_hour = "20:59" # in UTC

AttributeError: 'Timedelta' object has no attribute 'delta'


chatGPT recommended changes:

image


GPT4 recommended changes

image


Please try it now. Thank you!