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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesAlgorithmic Trading

Platforms and engines for automated trading.

Explore 4 awesome GitHub repositories matching part of an awesome list · Algorithmic Trading. Refine with filters or upvote what's useful.

Awesome Algorithmic Trading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • quantconnect/leanAvatar von QuantConnect

    QuantConnect/Lean

    16,537Auf GitHub ansehen↗

    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

    Open-source algorithmic trading engine.

    C#algorithmalgorithmic-trading-enginec-sharp
    Auf GitHub ansehen↗16,537
  • stocksharp/stocksharpAvatar von StockSharp

    StockSharp/StockSharp

    10,126Auf GitHub ansehen↗

    StockSharp is an algorithmic trading platform and quantitative framework used for developing and deploying trading robots across stock, forex, and cryptocurrency markets. It functions as a multi-asset trading gateway and a dedicated development environment for building, debugging, and scheduling automated strategies. The platform includes a visual strategy workflow editor that maps logic blocks to executable code and a simulation engine that replays historical tick data to validate trading logic. It utilizes a plugin-based broker integration system to normalize diverse exchange protocols into

    Platform for trading and algorithmic strategies.

    C#
    Auf GitHub ansehen↗10,126
  • freqtrade/freqtrade-strategiesAvatar von freqtrade

    freqtrade/freqtrade-strategies

    4,861Auf GitHub ansehen↗

    This is a library of cryptocurrency trading algorithms and technical analysis strategies designed for use with the Freqtrade trading bot. The project provides a collection of pre-defined rules and mathematical indicators used to automate the buying and selling of digital assets. The repository focuses on algorithmic trading strategies and bot-driven asset management to remove manual execution from cryptocurrency trades. It enables quantitative trading analysis by allowing the development and testing of rule-based logic against historical market data. The system utilizes class-based strategy

    Ships a collection of pre-defined rules and indicators as an algorithmic trading engine for digital assets.

    Pythonbitcoincryptocurrencyfreqtrade-strategies
    Auf GitHub ansehen↗4,861
  • edtechre/pybrokerAvatar von edtechre

    edtechre/pybroker

    3,191Auf GitHub ansehen↗

    pybroker is a Python algorithmic trading framework and quantitative technical analysis library designed for developing, testing, and optimizing trading strategies using historical market data. It functions as a trading strategy backtester and a financial performance evaluator, providing a structured environment to simulate trading rules and analyze their statistical reliability. The framework distinguishes itself through a market data integration layer that handles the fetching and caching of historical price data from external providers. It incorporates an event-driven backtesting engine and

    Ships built-in vectorized functions for common financial operations like highest-high, lowest-low, and crossovers.

    Pythonaialgorithmic-tradingalgotrading
    Auf GitHub ansehen↗3,191
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Algorithmic Trading

Unter-Tags erkunden

  • Vectorized Technical HelpersBuilt-in vectorized functions for common financial calculations like highest-high and lowest-low. **Distinct from Algorithmic Trading:** Distinct from general algorithmic trading by providing the specific low-level vectorized math helpers for indicators.