tamuseanmiller / alpaca-stock-trading-bot

📈 Q-Learning and Sentiment Analysis Stock Trade Bot Powered by Alpaca
GNU General Public License v3.0
42 stars 13 forks source link

NOT ISSUE: Question #12

Closed GitHubEmploy closed 4 years ago

GitHubEmploy commented 4 years ago

Hey, I was wondering if I could have your trading data for the files. The data inside data/STOCK.csv. I need this because it learns as it trades, right? So if I have a month of trading data, it will become better at trading this stock.

tamuseanmiller commented 4 years ago

The new train.py will automatically call Polygon's api for data if you have a funded account. I can add them, just making sure you knew

GitHubEmploy commented 4 years ago

That's not what I meant but helpful, what I meant is that can I have the trading data from YOUR computer because then I can have a very trained model.

tamuseanmiller commented 4 years ago

That's not what I meant but helpful, what I meant is that can I have the trading data from YOUR computer because then I can have a very trained model.

I think I'm confused, you want training and test csv's?

GitHubEmploy commented 4 years ago

No, the TRADING data from your computer. Screen Shot 2020-10-24 at 6 15 58 PM

tamuseanmiller commented 4 years ago

Ah, it will be more helpful for you to just train on historical data, there's no real benefit. I've also switched entirely to mongodb

GitHubEmploy commented 4 years ago

oh, ok than you