Options_data_science

Collecting, analyzing, visualizing & paper trading options market data
Alternatives To Options_data_science
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Machine Learning Asset Management1,159
a year ago2Jupyter Notebook
Machine Learning in Asset Management (by @firmai)
Personae1,034
5 years ago8mitPython
📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
Options_data_science280
a year ago2bsd-3-clausePython
Collecting, analyzing, visualizing & paper trading options market data
Paperbroker139
5 years ago6mitPython
An open source simulated options brokerage and UI for paper trading, algorithmic interfaces and backtesting.
Compendium116
10 months ago2unlicenseJupyter Notebook
The Greatest Collection of anything related to finance and crypto
Stock_cnn_blog_pub108
3 years agoapache-2.0Jupyter Notebook
This project is a loose implementation of paper "Algorithmic Financial Trading with Deep Convolutional Neural Networks: Time Series to Image Conversion Approach"
Alphahubtrader33
2 years agoHTML
AlphaHub Trader Optimus1
Stock Market Prediction Forecasting Price Movements Using Technical Indicators12
2 months agoPython
Stock Market Forecasting: Using Technical Indicators for Price Movement Predictions.
Paper_trading11
3 years ago3mitPython
creat your own paper trading server
Reinforcement Learning In Multi Party Trading Dialog8
7 years ago1Python
Source files to replicate experiments in my SigDial paper and JSAI paper.
Alternatives To Options_data_science
Select To Compare


Alternative Project Comparisons
Readme

Options_Data_Science

Disclosure:

  1. Most files in this repo are under maintenance, REFER only to mine.py, token_refresh.py, test_trade.py
  2. If you want stock data simultanously, run test_trade.py. it is not finished though
  3. The file paths in my code work for MacOS, if on windows you will have to edit all the file paths

Description:

  1. mining - retrieve raw options data with TD ameritrade APIs - Directions bellow are for this
  2. analyzing - researching trends and paper trading spreads
  3. visualizing - graphing data and trading results with matplotlib and Tableau

Directions:

a) create a developer account on this link. https://developer.tdameritrade.com/apis.

  • Create/register an App

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:

  1. live trading
  2. back testing
  3. gui to activate and deactive different trading algos and keep track of paper portfolio
  4. twitter sentiment
  5. econmic models to predict market volatility
  6. adding to a variety of different trading systems
Popular Trading Projects
Popular Paper Projects
Popular Economics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Table
Paper
Mining
Trading