Skip to content
/ t_bot Public

Machine learning driven algorithmic trading ideas through Tradier API

License

Notifications You must be signed in to change notification settings

thammo4/t_bot

Folders and files

NameName
Last commit message
Last commit date
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024
Nov 12, 2023
Nov 12, 2023
Apr 13, 2024
Nov 12, 2023
Nov 12, 2023
Nov 12, 2023
Dec 22, 2023
Apr 15, 2024
Apr 18, 2024
Nov 12, 2023
Nov 12, 2023
Apr 18, 2024
Apr 30, 2024
Nov 13, 2023
Mar 12, 2024
May 1, 2024
Mar 11, 2024
May 1, 2024
Apr 16, 2024
Nov 14, 2023
Nov 15, 2023
Apr 30, 2024
Apr 30, 2024
May 3, 2024
Apr 30, 2024
Apr 30, 2024

Repository files navigation

Reinforcement Learning for Algorithmic Trading

Testing applications of RL to algo trading. Thus far, work includes:

  • Simulating stock prices as sinusoids with added noise having a specified distribution
  • Fetching historical stock data using the yfinance API
  • Implementing Q-learning algorithms using TD(0) update rules
    • Single stock: Q-table
    • Multiple stocks: Approximate Q-function with artificial neural network containing single hidden layer
  • Applying Supervised Learning to enrich/augment/improve the agent's environment for decision making
    • Pull data from FRED API to construct macroeconomic environment
    • Applying SVMs with various kernels to predict improvement in economic conditions for trading