A 14 year-old's Take on Algorithmic Stock Trading - TradeAlgo

This page summarizes the projects mentioned and recommended in the original post on /r/wallstreetbets

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • TradeAlgo

    Stock trading algorithm written in Python for TD Ameritrade.

  • for stock in doneList: try: #there are mischars in the stocks! quote = get_quote(stock) if quote[stock]['lastPrice'] < 5.00 and quote[stock]['netChange'] >= 0.1 and quote[stock]['openPrice'] < quote[stock]['lastPrice'] and getVolume(stock) > 5000000 and float(getFloat(stock)) < 50000000.0: stockList.append(stock) https://github.com/4pz/TradeAlgo/blob/main/operations/buyShares.py#L56

  • Alpaca-API

    The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.

  • I’m not sure if it works with TD Ameritrade but i’m starting to use it with Alpaca https://alpaca.markets

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ocaml

    The core OCaml system: compilers, runtime system, base libraries

  • You should consider using OCalm. That is what Jane Street use for their very effective algo trading.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts