TradeAlgo

Stock trading algorithm written in Python for TD Ameritrade. (by 4pz)

TradeAlgo Alternatives

Similar projects and alternatives to TradeAlgo

  • ocaml

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

  • Alpaca-API

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • yf

    yf is a CLI tool that allows for quick and easy access to Yahoo! Finance market data.

  • stockbot

    Alpaca algo stock trading bot

  • aat

    Asynchronous, event-driven algorithmic trading in Python and C++ (by AsyncAlgoTrading)

  • cryptoBot

    CryptoBot for trading cyrptocurrenies. (by Syed2096)

  • robin_stocks

    This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better TradeAlgo alternative or higher similarity.

TradeAlgo reviews and mentions

Posts with mentions or reviews of TradeAlgo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-19.
  • A 14 year-old's Take on Algorithmic Stock Trading - TradeAlgo
    5 projects | /r/wallstreetbets | 19 Apr 2021
    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

Stats

Basic TradeAlgo repo stats
3
157
0.0
about 3 years ago

4pz/TradeAlgo is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of TradeAlgo is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com