mirror of
https://github.com/wangzhe3224/awesome-systematic-trading.git
synced 2026-07-27 18:57:53 +00:00
Add flashalpha-fill-simulator to Backtest + live trading (#101)
Co-authored-by: Tomasz Dobrowolski <tom@tecware.com>
This commit is contained in:
committed by
GitHub
parent
4267ac74a2
commit
dbf39e488b
@@ -138,6 +138,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
|
|||||||
- [zipline](https://github.com/quantopian/zipline)   | Python | - Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting.
|
- [zipline](https://github.com/quantopian/zipline)   | Python | - Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting.
|
||||||
- [PandoraTrader](https://github.com/pegasusTrader/PandoraTrader)   | C++ | - CTP 高频量化交易平台 C++ Trade Platform for quant developer
|
- [PandoraTrader](https://github.com/pegasusTrader/PandoraTrader)   | C++ | - CTP 高频量化交易平台 C++ Trade Platform for quant developer
|
||||||
- [hftbacktest](https://github.com/nkaz001/hftbacktest)   | Python, numba | - A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books.
|
- [hftbacktest](https://github.com/nkaz001/hftbacktest)   | Python, numba | - A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books.
|
||||||
|
- [flashalpha-fill-simulator](https://github.com/FlashAlpha-lab/flashalpha-fill-simulator)   | Python, Options | - Realistic limit-order fill simulator for options credit/debit spreads. Models post-and-wait limits, stale-quote guards, deterministic same-bar tiebreaks, and a patient-then-cross exit. Engine-agnostic per-bar primitive that embeds in QuantConnect / Backtrader / custom loops; zero runtime dependencies.
|
||||||
- [Cipher](https://github.com/nanvel/cipher-bt)   | Python | - Backtesting library with focus on position adjustment that allows testing complicated setups. Pythonic, extensible, well-structured, documented.
|
- [Cipher](https://github.com/nanvel/cipher-bt)   | Python | - Backtesting library with focus on position adjustment that allows testing complicated setups. Pythonic, extensible, well-structured, documented.
|
||||||
- [Gunbot Quant](https://github.com/GuntharDeNiro/gunbot-quant)   | Python | - Standalone application for market screening and backtesting. Supports multi-asset, multi-strategy backtests. Includes user interface and CLI options.
|
- [Gunbot Quant](https://github.com/GuntharDeNiro/gunbot-quant)   | Python | - Standalone application for market screening and backtesting. Supports multi-asset, multi-strategy backtests. Includes user interface and CLI options.
|
||||||
- [PythonTradingFramework](https://github.com/JustinGuese/python_tradingbot_framework)  | Python | - Python algorithmic trading bot framework for Kubernetes: backtesting, hyperparameter optimization, 150+ technical analysis indicators (RSI, MACD, Bollinger Bands, ADX), portfolio management, PostgreSQL integration, Helm deployment, CronJob scheduling. Minimal overhead, production-ready, Yahoo Finance data.
|
- [PythonTradingFramework](https://github.com/JustinGuese/python_tradingbot_framework)  | Python | - Python algorithmic trading bot framework for Kubernetes: backtesting, hyperparameter optimization, 150+ technical analysis indicators (RSI, MACD, Bollinger Bands, ADX), portfolio management, PostgreSQL integration, Helm deployment, CronJob scheduling. Minimal overhead, production-ready, Yahoo Finance data.
|
||||||
|
|||||||
Reference in New Issue
Block a user