Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
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
This is a containerized algorithmic trading system that connects to Interactive Brokers to execute high-frequency pairs trading strategies on forex instruments. The project implements a mean-reversion model that maintains long-short position pairs, continuously recalculating a beta hedge ratio to profit from temporary divergences in correlated price spreads. The system processes each incoming market tick through a signal pipeline that immediately evaluates indicators and triggers market orders without batching or aggregation. It includes an irregular tick resampling engine that converts inhom
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
Javascript SDK for trading on cryptocurrency exchanges like FTX, OKX, Bybit, and more. Supports API data feeds and WebSocket. Built by the Compendium Team.
Die Hauptfunktionen von compendiumfi/pendax-sdk sind: Broker APIs, Cryptocurrency and Finance, Cryptocurrency Data, Market Data Sources, Broker Connectivity, Exchange Integration APIs, Trading Broker APIs.
Open-Source-Alternativen zu compendiumfi/pendax-sdk sind unter anderem: ccxt/ccxt — This library provides a unified interface for interacting with hundreds of global cryptocurrency exchanges. It serves… hugues31/coinnect — Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API. jamesmawm/high-frequency-trading-model-with-ib — This is a containerized algorithmic trading system that connects to Interactive Brokers to execute high-frequency… ricequant/rqalpha — RQAlpha is a Python-native quantitative trading backtesting framework and live trading execution system. It provides… hkuds/vibe-trading — Vibe-Trading is a system for automated financial trading and algorithmic market research. It uses autonomous agents to… edtechre/pybroker — pybroker is a Python algorithmic trading framework and quantitative technical analysis library designed for…