Skip to content

Options Trading Analysis Engine built on top of the Tradier Platform

License

Notifications You must be signed in to change notification settings

kannavue/Optionstrader

Repository files navigation

Project working name: Optionstrader The name is not final. This project will one day be used to analyze the stock market in an open source fashion, so it will need to have a name which allows for the analysis of many markets.

Background The purpose of this project is to make 1 million dollars. We will make 1 million dollars distributed into 100 separate accounts each held by different people for the purpose of testing a privatized Universal Basic Income. Each person should invest between $100 and $20,000 and they will be provided with a recommended option chain to purchase, if they so choose, at differing intervals such as: "As fast as possible (~ Continuously)", "Minutely", "Hourly", "Daily", "Weekly", "Monthly". The average amount of money in all of the accounts must be within a 100% margin of the lowest amount of money invested on the platform. The reason for this is because we want to ensure that everyone gets a nice slice of the pie, before anyone goes in for seconds.

Example: If the first of two investors (1/2) invests $100, then the second of two investors (2/2) will only be able to invest up to $200 (which is 100% of the current average investment [2x]). If the first investor has a net increase in their investment, then the second investor would be able to invest more money into the system.

Tradier Developer Documentation: https://developer.tradier.com/documentation

Steps:

  1. Extract the option chains available on the major exchanges.
  2. Analyze the option chains
  • Magic number for all strike points
  • Store analysis on MySQL server
  1. Draw charts
  2. Get recommendation on which options to purchase
  3. Manual confirmation of the options to purchase
  4. Automatic trading system (Near/~ Continuously Trading)

Other things required to complete:

  1. Paper trading API (Accounts)
  2. Core engine (Eve Module? / REST API module)
  3. Webservice (Flask/Django API)
  4. Web server (HTML/JS/CSS- Use an automated tool)

About

Options Trading Analysis Engine built on top of the Tradier Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.7%
  • HTML 31.8%
  • Python 21.9%
  • CSS 0.6%