aat VS TradeAlgo

Compare aat vs TradeAlgo and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aat TradeAlgo
1 3
603 157
8.0% -
4.3 0.0
2 months ago about 3 years ago
C++ Python
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aat

Posts with mentions or reviews of aat. We have used some of these posts to build our list of alternatives and similar projects.
  • Where to find Experienced IBKR python/REST API programmers?
    1 project | /r/algotrading | 10 Apr 2021
    I would recommend just posting what you're looking to do. The API is pretty straightforward although there's not a large number of examples demonstrating its use. If you wanted to see an example of hooking IB into a trading system, I have one here https://github.com/AsyncAlgoTrading/aat/blob/bd61e8ec90a80d7a2208c5e68ec1414eed95ccf8/aat/exchange/public/ib/ib.py#L211

TradeAlgo

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

What are some alternatives?

When comparing aat and TradeAlgo you can also consider the following projects:

freqtrade-strategies - Free trading strategies for Freqtrade bot

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

qtpylib - QTPyLib, Pythonic Algorithmic Trading

stockbot - Alpaca algo stock trading bot

vectorbt - Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.

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

hummingbot - Open source software that helps you create and deploy high-frequency crypto trading bots

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

hummingbot - Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain

cryptoBot - CryptoBot for trading cyrptocurrenies.

sample-trading-bot - Binance Futures Sample Trading Bot

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