AI4Finance-Foundation / FinRL

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

Intraday Trading #1176

Open krishdotn1 opened 7 months ago

krishdotn1 commented 7 months ago

Hello everyone I want to know if there is any method or environment present that can be good for doing intraday trading. cause In finrl There is only a one-day resolution I want to change to 5 minutes, 15 mint, etc, and train the model.

ExtEEd commented 7 months ago

Just use instead column "Date" column with "day and time". I tried to use "YYYY-MM-DD hh:mm". Everything works fine. Just replace dates to minutes - logic of program doesn't change.