• Stars
    star
    1
  • Language
    Python
  • License
    GNU General Publi...
  • Created 10 months ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.