Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Machine Learning Asset Management | 1,159 | a year ago | 2 | Jupyter Notebook | ||||||
Machine Learning in Asset Management (by @firmai) | ||||||||||
Personae | 1,034 | 5 years ago | 8 | mit | Python | |||||
📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading. | ||||||||||
Options_data_science | 280 | a year ago | 2 | bsd-3-clause | Python | |||||
Collecting, analyzing, visualizing & paper trading options market data | ||||||||||
Paperbroker | 139 | 5 years ago | 6 | mit | Python | |||||
An open source simulated options brokerage and UI for paper trading, algorithmic interfaces and backtesting. | ||||||||||
Compendium | 116 | 10 months ago | 2 | unlicense | Jupyter Notebook | |||||
The Greatest Collection of anything related to finance and crypto | ||||||||||
Stock_cnn_blog_pub | 108 | 3 years ago | apache-2.0 | Jupyter Notebook | ||||||
This project is a loose implementation of paper "Algorithmic Financial Trading with Deep Convolutional Neural Networks: Time Series to Image Conversion Approach" | ||||||||||
Alphahubtrader | 33 | 2 years ago | HTML | |||||||
AlphaHub Trader Optimus1 | ||||||||||
Stock Market Prediction Forecasting Price Movements Using Technical Indicators | 12 | 2 months ago | Python | |||||||
Stock Market Forecasting: Using Technical Indicators for Price Movement Predictions. | ||||||||||
Paper_trading | 11 | 3 years ago | 3 | mit | Python | |||||
creat your own paper trading server | ||||||||||
Reinforcement Learning In Multi Party Trading Dialog | 8 | 7 years ago | 1 | Python | ||||||
Source files to replicate experiments in my SigDial paper and JSAI paper. |
Options_Data_Science
Disclosure:
Description:
Directions:
a) create a developer account on this link. https://developer.tdameritrade.com/apis.
b) pip install td-ameritrade-python-api
c) run token_refresh.py to produce the td_state.json credentials file. YouTube video to help: skip to minute 22!! https://www.youtube.com/watch?v=8N1IxYXs4e8&t=1138s&ab_channel=SigmaCoding
d) In your working directory make a 'Data' for data storage The tables created in mine.py will have the columns specified in the columns_wanted array. * If you want to remove a column, cut it out of columns_wanted and paste it in columns_unwanted. * If you want to add a column, cut it out of columns_unwated and paste it in columns_wanted. * All possible columns must be accounted for in both arrays.
In the stocks array, edit this list to collect options for any stock you want
in main(), change the argument in last_chain(#) to how many weeks of data u want. -> to_date = str(last_chain(5))
e) Run mine.py right before market opens. ~09:25 EST
After getting familiar with the mine script, refer to test_trade how where to insert your own trading logic
Future addons: