vectorbt

Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research. (by polakowo)

Vectorbt Alternatives

Similar projects and alternatives to vectorbt

  1. Alpaca-API

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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ccxt

    75 vectorbt VS ccxt

    A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

  4. backtesting.py

    :mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.

  5. Lean

    26 vectorbt VS Lean

    Lean Algorithmic Trading Engine by QuantConnect (Python, C#)

  6. intelligent-trading-bot

    Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering

  7. zipline

    14 vectorbt VS zipline

    Zipline, a Pythonic Algorithmic Trading Library

  8. fast-trade

    low code backtesting library utilizing pandas and technical analysis indicators

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. hftbacktest

    A high frequency trading and market making backtesting and trading bot in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books, with real-world crypto market-making examples for Binance Futures

  11. trade-frame

    C++ 17 based library (with sample applications) for testing equities, futures, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. Some support for Alpaca & Phemex. Notifications via Telegram

  12. backtrader

    32 vectorbt VS backtrader

    Python Backtesting library for trading strategies

  13. jesse

    6 vectorbt VS jesse

    An advanced crypto trading bot written in Python

  14. Wizardry

    šŸ’« Wizardry is an open-source CLI for building powerful algorithmic trading strategies äŗ¤ę˜“ꔆꞶ (by santoshlite)

  15. OctoBot

    5 vectorbt VS OctoBot

    Open source crypto trading bot to automate crypto investments with ease.

  16. finance

    2 vectorbt VS finance

    This project facilitates trying different buy and sell strategies for stock and crypto currencies. There are also scripts that provide different types of security analysis. Both technical analysis and fundamental analysis are considered. (by eContriver)

  17. aat

    1 vectorbt VS aat

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

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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 vectorbt alternative or higher similarity.

vectorbt discussion

Log in or Post with

vectorbt reviews and mentions

Posts with mentions or reviews of vectorbt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-21.
  • Show HN: High-Frequency Trading and Market-Making Backtesting Tool with Examples
    6 projects | news.ycombinator.com | 21 Jun 2024
  • Is there any python libraries to backtest buy and sell signals with dates?
    2 projects | /r/algotrading | 14 Jun 2022
    For exactly this I use this https://github.com/polakowo/vectorbt itā€™s really a powerful tool and you can tons of things with it. Recently the developer decided to maintain it but not adding new features, which from now on will be released on the pro version. However, the free version is still very valuable, incredibly fast and suitable for basic to intermediate tasks.
  • Why Building a Trading Algorithm is More Than Just the Algorithm - 3 Things
    4 projects | dev.to | 19 Feb 2022
    Itā€™s super easy to get up and running with code. With the rise of data science as a field, datasets are far and wide. Accessible from just about any venue. Take a look at Kaggle, QuiverQuant, Yahoo Finance, or even directly from the brokerages and exchanges. Developers can easily download data directly as a .csv or .json and quickly get up and running by utilizing frameworks like backtesting.py or vectorbt. ā€œGreat, it seems like I can get up and running and Iā€™ll have an awesome money making trading algorithm in no timeā€.... unfortunately, wrong. Why is this wrong? Well, simulation is NOT the real world. The real world is not a CSV fileā€”the real world is a stream of events. Cause and effect. The real world works in a fashion where new data comes in, you make a decision, and then you figure it out, not ā€œI have all of this data, let me run this all through time and figure it outā€. Indeed, the data sources that you get in real-time are almost completely different from the data sources you use in simulation. Rather than .csv you use WebSockets; rather than QuiverQuant you use APIs; rather than backtesting frameworks you use more robust, event driven packages. Without it, youā€™re stuck duplicating code, rewriting it into an event-based system, and ultimately using that to go into production, and who knows if your code is going to change along the way.
  • Vectorbt ā€“ Find your trading edge
    1 project | news.ycombinator.com | 12 Feb 2022
  • Repost with explanation - OOS Testing cluster
    1 project | /r/algotrading | 1 Jan 2022
    I second the idea of looking through software optimization, but there is no need to jump right to C. I would look at something like vectorbt. You get the speed of C running under the hood while staying in Python for your back testing code
  • Looking for active python backtesting framework
    3 projects | /r/algotrading | 9 Feb 2021
    However, it's not the fastest framework. If you need speed, and are good with the data science tool chain in python and the concept of flattening loops into vectorized operations, check out vector-bt. I haven't gotten a chance to play with it yet, but I'm definitely going to as soon as I find some spare time. It seems like a great option with a nicely modernized approach.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more ā†’

Stats

Basic vectorbt repo stats
6
4,896
6.0
about 2 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?