hakanfire / Candlestick_RL

This code is designed to predict stock prices using the A3C algorithm. The algorithm takes a desktop screenshot every 5 minutes, identifies the stock prices in the image as a candlestick chart using a CNN, makes decisions using a DNN, and predicts the direction and magnitude of future bars.
GNU General Public License v3.0
2 stars 0 forks source link

How can I capture stock chart? #1

Open luvinland opened 4 months ago

luvinland commented 4 months ago

Hello. I am very interested in RL. How can I run this project? I am curious about the execution environment. (Ex. How can I capture stock chart? Please more detail explain sir.) Thank you.

hakanfire commented 1 month ago

Import data as csv format like , "date; time;close;open;high;low;volume" use ; for seperator