awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to pegasustrader/pandoratrader

Projects sharing features with PandoraTrader

30 open-source projects similar to pegasustrader/pandoratrader, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • pmorissette/btpmorissette avatar

    pmorissette/bt

    2,889View on GitHub↗

    bt - flexible backtesting for Python

    Python
    View on GitHub↗2,889
  • fasiondog/hikyuufasiondog avatar

    fasiondog/hikyuu

    2,999View on GitHub↗

    Hikyuu is a quantitative trading framework designed for developing, backtesting, and executing systematic trading strategies. It functions as a high-speed system that combines a financial time-series library, a multi-factor analysis tool, and a quantitative backtesting engine to support comprehensive trading research. The framework is distinguished by its high-speed computing core, which utilizes multi-threaded execution to process large volumes of market data for technical indicator generation. It supports a modular strategy composition model where signal, risk, and fund management component

    C++algorithms-tradingbacktestingcpp
    View on GitHub↗2,999
  • quantopian/ziplinequantopian avatar

    quantopian/zipline

    19,432View on GitHub↗

    Zipline is a Python-based algorithmic trading library designed for the development and backtesting of investment strategies. It functions as a quantitative finance engine that processes historical market data to simulate trading interactions and evaluate strategy performance through custom metrics. The platform provides a modular, event-driven framework that manages portfolio state transitions based on time-series data streams. Beyond its core trading capabilities, the system includes a comprehensive financial data analysis toolkit for manipulating large-scale market datasets to support syste

    Pythonalgorithmic-tradingpythonquant
    View on GitHub↗19,432
  • zvtvz/zvtzvtvz avatar

    zvtvz/zvt

    4,176View on GitHub↗

    zvt is a quantitative trading framework designed for building, backtesting, and executing algorithmic trading strategies. It functions as a modular system that integrates a financial data pipeline for market data collection, an algorithmic backtesting engine for strategy evaluation, and an event-driven trading system to automate market executions. The project distinguishes itself through a hybrid approach to signal management, using a dynamic tagging system that combines automated quantitative logic with human intervention. It includes a quantitative analysis dashboard for visualizing researc

    Python
    View on GitHub↗4,176

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ricequant/rqalpharicequant avatar

    ricequant/rqalpha

    6,166View on GitHub↗

    RQAlpha is a Python-native quantitative trading backtesting framework and live trading execution system. It provides an event-driven engine for simulating trading strategies against historical market data, with realistic transaction costs, slippage models, and corporate action handling. The platform supports multi-asset class trading including stocks, futures, options, and REITs, with separate sub-accounts for different asset types and configurable margin requirements. The framework distinguishes itself through a plugin-based extensible architecture that allows users to swap out core componen

    Pythonbacktestfinancefutures
    View on GitHub↗6,166
  • lumiwealth/lumibotLumiwealth avatar

    Lumiwealth/lumibot

    1,673View on GitHub↗

    Backtestable AI trading agents and Python algorithmic trading strategies for stocks, options, crypto, futures, forex, SEC filings, FRED macro data, and real brokers.

    Pythonai-agentsalgorithmic-tradingalpaca
    View on GitHub↗1,673
  • nkaz001/hftbacktestnkaz001 avatar

    nkaz001/hftbacktest

    4,200View on GitHub↗

    hftbacktest is a high-frequency trading backtesting framework and level 3 market data engine. It serves as a simulation environment for cryptocurrency trading bots and market-making strategies, utilizing a limit order book simulator to model precise market microstructures and liquidity. The system differentiates itself through high-fidelity simulation components, including queue-position modeling to predict fill times and latency-aware execution to simulate network and exchange processing delays. It reconstructs order book states from level 2 and level 3 data and uses raw exchange trade and q

    Rust
    View on GitHub↗4,200
  • quantconnect/leanQuantConnect avatar

    QuantConnect/Lean

    16,537View on GitHub↗

    Lean is an algorithmic trading engine and quantitative finance platform designed for the development, backtesting, and live execution of automated trading strategies. It provides a comprehensive framework for processing time-series market data, managing multi-asset portfolios, and conducting quantitative research across diverse financial markets. The platform distinguishes itself through a modular, event-driven architecture that decouples strategy logic from data ingestion and brokerage connectivity. By utilizing standardized interfaces for data providers and brokerage abstractions, it enable

    C#algorithmalgorithmic-trading-enginec-sharp
    View on GitHub↗16,537
  • vnpy/vnpyvnpy avatar

    vnpy/vnpy

    41,676View on GitHub↗

    VeighNa is an event-driven, modular platform designed for the development, backtesting, and execution of automated financial trading strategies. It provides a comprehensive suite of tools that includes a centralized trading terminal for monitoring portfolios and market conditions, alongside a robust algorithmic trading engine that manages real-time data processing and order execution. The platform distinguishes itself through a highly decoupled architecture that isolates algorithmic logic from market connectivity, allowing for independent strategy development and testing. It utilizes a dynami

    Pythonalgotradingfinancefintech
    View on GitHub↗41,676
  • cuemacro/finmarketpycuemacro avatar

    cuemacro/finmarketpy

    3,777View on GitHub↗

    finmarketpy is a quantitative trading framework and financial market analysis tool. It provides a Python-based library for simulating trading strategies against historical market data, computing the value of options contracts, and extracting trends from financial datasets. The system includes specialized engines for financial options pricing using numerical calculations and a backtesting library to assess risk and performance before live deployment. It further enables the detection of market seasonality and the execution of event studies to measure asset price behavior around specific time wi

    Python
    View on GitHub↗3,777
  • barter-rs/barter-rsbarter-rs avatar

    barter-rs/barter-rs

    2,169View on GitHub↗

    Open-source Rust framework for building event-driven live-trading & backtesting systems

    Rust
    View on GitHub↗2,169
  • robcarver17/pysystemtraderobcarver17 avatar

    robcarver17/pysystemtrade

    3,347View on GitHub↗

    Systematic Trading in python

    Python
    View on GitHub↗3,347
  • polakowo/vectorbtpolakowo avatar

    polakowo/vectorbt

    6,720View on GitHub↗

    VectorBT is a vectorized trading strategy backtesting framework that simulates thousands of strategy configurations in a single pass over historical price data. It operates as a parameter optimization engine, a portfolio performance analyzer, a technical indicator calculator, and a financial data fetcher, all built around a DataFrame-centric data model that uses NumPy broadcasting for signal alignment and compiled code acceleration for performance. The framework distinguishes itself through its ability to run large-scale parameter sweeps by constructing every combination of strategy parameter

    Pythonalgorithmic-tradingalgorithmic-traidingbacktesting
    View on GitHub↗6,720
  • charliedream1/ai_quant_tradecharliedream1 avatar

    charliedream1/ai_quant_trade

    5,120View on GitHub↗

    aiquanttrade is an AI-driven quantitative trading platform that enables the development, backtesting, and deployment of trading strategies powered by machine learning and artificial intelligence. It provides a complete local environment for quantitative research, simulation, and automated live trading through brokerage APIs, supporting both historical backtesting and real-time paper trading without capital risk. The platform distinguishes itself through a modular, event-driven architecture that separates strategy logic from execution, allowing rule-based and machine learning models to be co

    Jupyter Notebookcppjupyter-notebookkeras
    View on GitHub↗5,120
  • bcosm/backtester-mcpbcosm avatar

    bcosm/backtester-mcp

    2View on GitHub↗

    Local-first backtesting engine with built-in overfitting detection. Asset-class agnostic. MCP-native.

    Python
    View on GitHub↗2
  • demandai/ai-quant-agentsdemandai avatar

    demandai/ai-quant-agents

    11View on GitHub↗

    🤖 AI Quant Fund — Multi-Agent Live Trading Analysis

    Python
    View on GitHub↗11
  • alexgolec/tda-apialexgolec avatar

    alexgolec/tda-api

    1,317View on GitHub↗

    A TD Ameritrade API client for Python. Includes historical data for equities and ETFs, options chains, streaming order book data, complex order construction, and more.

    Python
    View on GitHub↗1,317
  • backtrader/backtraderbacktrader avatar

    backtrader/backtrader

    22,019View on GitHub↗

    Backtrader is a Python backtesting framework and algorithmic trading platform. It provides a toolkit for developing automated trading rules and simulating investment strategies using historical financial time-series data. The system functions as a quantitative analysis tool, combining a simulation engine for testing trading rules with a financial data visualizer that generates price action charts. It allows for the calculation of technical indicators and the evaluation of portfolio performance through risk-adjusted returns. The platform covers live trading integration via brokerage APIs and

    Python
    View on GitHub↗22,019
  • augiemazza/varrdaugiemazza avatar

    augiemazza/varrd

    20View on GitHub↗

    AI-powered trading research platform. Test any idea on stocks, futures, and crypto with event studies, backtesting, and statistical validation. MCP server with 8 tools. pip install varrd.

    Python
    View on GitHub↗20
  • alexanderwanyoike/the0alexanderwanyoike avatar

    alexanderwanyoike/the0

    264View on GitHub↗

    Open Source Algorithmic Trading Engine

    TypeScript
    View on GitHub↗264
  • ai4finance-llc/finrl-libraryAI4Finance-LLC avatar

    AI4Finance-LLC/FinRL-Library

    15,443View on GitHub↗

    FinRL-Library is a reinforcement learning trading framework and algorithmic trading library used to develop and backtest automated financial trading strategies. It functions as a quantitative trading pipeline and financial market simulator, allowing users to build decision policies that optimize asset trading across various financial markets. The framework features a modular integration system for swapping reinforcement learning algorithms through a consistent API. It utilizes a standardized environment wrapper to encapsulate market dynamics into a state-action-reward interface, facilitating

    Jupyter Notebook
    View on GitHub↗15,443
  • chrisconlan/algorithmic-trading-with-pythonchrisconlan avatar

    chrisconlan/algorithmic-trading-with-python

    3,405View on GitHub↗

    Source code for Algorithmic Trading with Python (2020) by Chris Conlan

    Python
    View on GitHub↗3,405
  • cloudsealed/jit-optimization-enginecloudsealed avatar

    cloudsealed/JIT-Optimization-Engine

    1View on GitHub↗

    A high-performance execution engine utilizing LLVM-based JIT compilation to optimize mission-critical data processing. Engineered to handle high-throughput financial transactions and real-time infrastructure analysis.

    Python
    View on GitHub↗1
  • coding-kitties/investing-algorithm-frameworkcoding-kitties avatar

    coding-kitties/investing-algorithm-framework

    1,262View on GitHub↗

    Framework for quantitative trading. Complete framework for development, backtesting, and deploying automated trading algorithms and trading bots.

    Python
    View on GitHub↗1,262
  • constverum/quantdomconstverum avatar

    constverum/Quantdom

    769View on GitHub↗

    Python-based framework for backtesting trading strategies & analyzing financial markets GUI :neckbeard:

    Python
    View on GitHub↗769
  • cryptosun2049/openfinclawC

    cryptoSUN2049/openFinclaw

    0View on GitHub↗
    View on GitHub↗0
  • asyncalgotrading/aatAsyncAlgoTrading avatar

    AsyncAlgoTrading/aat

    820View on GitHub↗

    Asynchronous, event-driven algorithmic trading in Python and C++

    C++
    View on GitHub↗820
  • ccxt/ccxtccxt avatar

    ccxt/ccxt

    42,938View on GitHub↗

    This library provides a unified interface for interacting with hundreds of global cryptocurrency exchanges. It serves as a standardized framework for building automated trading systems, allowing developers to fetch real-time market data, manage account balances, and execute orders across multiple financial platforms through a single, predictable set of methods. The project distinguishes itself by abstracting the complexities of diverse exchange-specific application programming interfaces into a consistent internal schema. It includes a modular authentication layer that automatically handles c

    Pythonaltcoinapiarbitrage
    View on GitHub↗42,938
  • dragon1086/prism-insightdragon1086 avatar

    dragon1086/prism-insight

    646View on GitHub↗

    AI-based stock analysis and trading system

    Python
    View on GitHub↗646
  • byrnexu/betterquantbyrnexu avatar

    byrnexu/betterquant

    229View on GitHub↗

    📈 Better Quant

    C++
    View on GitHub↗229