stock-trading-ml icon indicating copy to clipboard operation
stock-trading-ml copied to clipboard

A stock trading bot that uses machine learning to make price predictions.

Results 25 stock-trading-ml issues
Sort by recently updated
recently updated
newest added

I am getting the following error when I run "python trading_algo.py" 2021-02-13 10:43:34.165315: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.10.1 2021-02-13 10:43:36.611898: I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not...

Hi Yacoubb, your project seems very interesting , I updated the indexes to use the closes and the results are totally different and way much worst , also included other...

This is an amazing project. Thanks for the input. I have made several improvements which I will commit in few days. Meanwhile, I was wondering how to increase the prediction...

Make the following changes in "basic_model.py" and "tech_ind_model.py" : FROM from tensorflow import set_random_seed set_random_seed(4) TO import tensorflow tensorflow.random.set_seed(4)

I get this error when running the basic_model.py: File "basic_model.py", line 20, in ohlvc_histories, _, next_day_open_values, unscaled_y, y_normaliser = MSFT_daily.csv NameError: name 'MSFT_daily' is not defined Can anyone advise what...

Hi! I'm really new to python and stuck on what to do after step 3. I installed all the requirements, however I don't need AlphaVantage as I have my historical...

Hi yacoub, how do I increase how many days or timeframe in advance the model prints out at the end?

Dear Yacoubb, Your predictions seem too good to be true. I believe you are exposing future prices in training. When you turn on the **shuffle** option in the fit, it...

Tensorflow and keras download the wrong version. I will open a PR to fix this issue.

Hi yacoubb, thanks a lot for uploading this :-) As i am an beginner in programming, i struggeled on the cred.json file. Took some research and thinking what is the...