This commit is contained in:
wilsonfreitas
2026-08-17 11:23:17 +00:00
parent 3717f1e4d0
commit 4dc0aef629
2 changed files with 615 additions and 529 deletions
+4 -1
View File
@@ -135,6 +135,7 @@ TradeAggregation,Rust,Rust,Technical Indicators,Technical Indicators,technical-i
SlidingFeatures,Rust,Rust,Technical Indicators,Technical Indicators,technical-indicators,2026-06-29,78,https://github.com/MathisWellmann/sliding_features-rs,Chainable tree-like sliding windows for signal processing and technical analysis.,True,False,False,False,MathisWellmann/sliding_features-rs
fin-primitives,Rust,Rust,Technical Indicators,Technical Indicators,technical-indicators,2026-03-23,15,https://github.com/Mattbusel/fin-primitives,"Financial market primitives in Rust: Price/Quantity/Symbol newtypes, BTreeMap order book, OHLCV aggregation, SMA/EMA/RSI indicators, position ledger with PnL, and composable risk monitor.",True,False,False,False,Mattbusel/fin-primitives
Wickra,Rust,"Rust,Python,JavaScript,C++,C#,Golang,Java,R",Technical Indicators,Technical Indicators,technical-indicators,2026-08-04,44,https://github.com/wickra-lib/wickra,"Streaming-first technical-analysis library with a Rust core: 514 indicators updating in O(1) per tick, with bit-exact batch-vs-streaming results.",True,False,False,False,wickra-lib/wickra
wickworks,REST,"REST,MCP",Technical Indicators,Technical Indicators,technical-indicators,2026-08-01,1,https://github.com/psyb0t/docker-wickworks,"Stateless OHLC analyzer: POST bars and requested indicators, get back RSI/MACD/Bollinger/ADX/ATR/VWAP/Ichimoku plus smart-money-concept primitives (order blocks, FVGs, BOS/CHoCH, swing structure). No database, no AI signals.",True,False,False,False,psyb0t/docker-wickworks
midas-core,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-14,0,https://github.com/w2ur/midas-core,Multi-agent paper-trading framework where LLM agents author orders and a separate broker process enforces fifteen fill-time safety rails; each fill is stamped with the git commit it executed against for reproducibility.,True,False,False,False,w2ur/midas-core
Manifold-BT,Python,"Python,Rust",Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-17,28,https://github.com/manifoldbt/manifoldbt,"High-performance Rust-powered backtesting engine for quantitative research with parameter sweeps, walk-forward and Monte Carlo.",True,False,False,False,manifoldbt/manifoldbt
mkt-alerts,TypeScript,TypeScript,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-07-23,0,https://github.com/dzianisv/mkt-alerts,"Self-hosted market-alert daemon: price, RSI/MACD/SMA conditions, and full Pine Script v5 custom indicators evaluated off-TradingView, on crypto (Coinbase) and stocks (Yahoo Finance) with no API key, delivered via ntfy push, email, or Telegram.",True,False,False,False,dzianisv/mkt-alerts
@@ -228,7 +229,7 @@ flashalpha-fill-simulator,Python,Python,Trading & Backtesting,Trading & Backtest
vnpy,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-06,44563,https://github.com/vnpy/vnpy,VeighNa is a Python-based open source quantitative trading system development framework.,True,False,False,False,vnpy/vnpy
Intelligent Trading Bot,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-11,1848,https://github.com/asavinov/intelligent-trading-bot,Automatically generating signals and trading based on machine learning and feature engineering.,True,False,False,False,asavinov/intelligent-trading-bot
fastquant,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2023-09-15,1754,https://github.com/enzoampil/fastquant,fastquant allows you to easily backtest investment strategies with as few as 3 lines of python code.,True,False,False,False,enzoampil/fastquant
nautilus_trader,Python,"Python,Rust",Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-17,25654,https://github.com/nautechsystems/nautilus_trader,A high-performance algorithmic trading platform and event-driven backtester.,True,False,False,False,nautechsystems/nautilus_trader
nautilus_trader,Python,"Python,Rust",Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-17,25655,https://github.com/nautechsystems/nautilus_trader,A high-performance algorithmic trading platform and event-driven backtester.,True,False,False,False,nautechsystems/nautilus_trader
NoEdge-Bench,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-07,0,https://github.com/nexusfinancial-dev/noedge-bench,"Reproducible negative-result benchmark: no model beats a memoryless synthetic binary-options feed (AUC ≈ 0.50), with permutation-null tests and a look-ahead-leak case study.",True,False,False,False,nexusfinancial-dev/noedge-bench
YABTE,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2024-05-11,7,https://github.com/bsdz/yabte,Yet Another (Python) BackTesting Engine.,True,False,False,False,bsdz/yabte
Trading Strategy,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-12,243,https://github.com/tradingstrategy-ai/getting-started,"TradingStrategy.ai is a market data, backtesting, live trading and investor management framework for decentralised finance.",True,False,False,False,tradingstrategy-ai/getting-started
@@ -277,6 +278,8 @@ ShowMe,Python,"Python,Rust,TypeScript",Trading & Backtesting,Trading & Backtesti
TBV1,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-07-27,4,https://github.com/nazmiefearmutcu/TRADING-BOT,Crypto perpetual-futures bot with a 7-tab web dashboard and a 15-indicator consensus engine voting across 12 timeframes (1m → 1d). Paper-mode by default. Includes packaged macOS reference build and Windows distribution.,True,False,False,False,nazmiefearmutcu/TRADING-BOT
TraderHarness,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-14,17,https://github.com/HephaestLab/TraderHarness,"Contamination-resistant A-share backtesting environment for LLM trading agents with point-in-time masking, entity/date anonymization, fingerprinted replay, and trajectory (SFT) export.",True,False,False,False,HephaestLab/TraderHarness
VerumTrade,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,11,https://github.com/muye1202/VerumTrade,A reasoning & decision-trace visible Multi-agent LLM trading-research framework where bull/bear analysts debate each ticker and every decision cites the evidence it rests on.,True,False,False,False,muye1202/VerumTrade
mt5-httpapi,Python,"Python,REST,MCP",Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-13,26,https://github.com/psyb0t/mt5-httpapi,"MetaTrader 5 in a Windows VM (Docker + QEMU/KVM) over REST and MCP: market data, order/position/history management for automated trading and bots, the strategy-tester (backtesting) API, and server-side indicators (RSI/MACD/Bollinger/ADX/VWAP/Ichimoku, order blocks, FVGs). Multi-broker, multi-account.",True,False,False,False,psyb0t/mt5-httpapi
ibkr-httpapi,Python,"Python,REST,MCP",Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-08-01,0,https://github.com/psyb0t/ibkr-httpapi,"Interactive Brokers over REST and MCP (FastAPI + ib_async over a Linux-native IB Gateway): market data (quotes, historical bars) plus order/position/execution management for automated trading across stocks, options, futures, forex, crypto and CFDs.",True,False,False,False,psyb0t/ibkr-httpapi
Multi-Axis Robust Portfolio Optimization,Python,Python,Portfolio Optimization & Risk Analysis,Portfolio Optimization & Risk Analysis,portfolio-optimization-risk-analysis,2026-07-31,2,https://github.com/Viraj-Nigwekar/multi-axis-robust-portfolio-optimization,"Portfolio optimization framework combining covariance shrinkage, bootstrap aggregation, and parametric scenario modeling, with reproducible notebooks and an accompanying SSRN paper.",True,False,False,False,Viraj-Nigwekar/multi-axis-robust-portfolio-optimization
AutoHypothesis,Python,Python,Portfolio Optimization & Risk Analysis,Portfolio Optimization & Risk Analysis,portfolio-optimization-risk-analysis,2026-04-22,70,https://github.com/arteemg/AutoHypothesis,"An agentic framework that mimics the real quant trading pipeline to find alpha: economic hypothesis, in-sample iteration, and out-of-sample validation.",True,False,False,False,arteemg/AutoHypothesis
skfolio,Python,Python,Portfolio Optimization & Risk Analysis,Portfolio Optimization & Risk Analysis,portfolio-optimization-risk-analysis,2026-08-13,2169,https://github.com/skfolio/skfolio,"Python library for portfolio optimization built on top of scikit-learn. It provides a unified interface and sklearn compatible tools to build, tune and cross-validate portfolio models.",True,False,False,False,skfolio/skfolio
1 project language languages category section section_slug last_commit stars url description github cran pypi commercial repo
135 SlidingFeatures Rust Rust Technical Indicators Technical Indicators technical-indicators 2026-06-29 78 https://github.com/MathisWellmann/sliding_features-rs Chainable tree-like sliding windows for signal processing and technical analysis. True False False False MathisWellmann/sliding_features-rs
136 fin-primitives Rust Rust Technical Indicators Technical Indicators technical-indicators 2026-03-23 15 https://github.com/Mattbusel/fin-primitives Financial market primitives in Rust: Price/Quantity/Symbol newtypes, BTreeMap order book, OHLCV aggregation, SMA/EMA/RSI indicators, position ledger with PnL, and composable risk monitor. True False False False Mattbusel/fin-primitives
137 Wickra Rust Rust,Python,JavaScript,C++,C#,Golang,Java,R Technical Indicators Technical Indicators technical-indicators 2026-08-04 44 https://github.com/wickra-lib/wickra Streaming-first technical-analysis library with a Rust core: 514 indicators updating in O(1) per tick, with bit-exact batch-vs-streaming results. True False False False wickra-lib/wickra
138 wickworks REST REST,MCP Technical Indicators Technical Indicators technical-indicators 2026-08-01 1 https://github.com/psyb0t/docker-wickworks Stateless OHLC analyzer: POST bars and requested indicators, get back RSI/MACD/Bollinger/ADX/ATR/VWAP/Ichimoku plus smart-money-concept primitives (order blocks, FVGs, BOS/CHoCH, swing structure). No database, no AI signals. True False False False psyb0t/docker-wickworks
139 midas-core Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-14 0 https://github.com/w2ur/midas-core Multi-agent paper-trading framework where LLM agents author orders and a separate broker process enforces fifteen fill-time safety rails; each fill is stamped with the git commit it executed against for reproducibility. True False False False w2ur/midas-core
140 Manifold-BT Python Python,Rust Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-17 28 https://github.com/manifoldbt/manifoldbt High-performance Rust-powered backtesting engine for quantitative research with parameter sweeps, walk-forward and Monte Carlo. True False False False manifoldbt/manifoldbt
141 mkt-alerts TypeScript TypeScript Trading & Backtesting Trading & Backtesting trading-backtesting 2026-07-23 0 https://github.com/dzianisv/mkt-alerts Self-hosted market-alert daemon: price, RSI/MACD/SMA conditions, and full Pine Script v5 custom indicators evaluated off-TradingView, on crypto (Coinbase) and stocks (Yahoo Finance) with no API key, delivered via ntfy push, email, or Telegram. True False False False dzianisv/mkt-alerts
229 vnpy Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-06 44563 https://github.com/vnpy/vnpy VeighNa is a Python-based open source quantitative trading system development framework. True False False False vnpy/vnpy
230 Intelligent Trading Bot Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-11 1848 https://github.com/asavinov/intelligent-trading-bot Automatically generating signals and trading based on machine learning and feature engineering. True False False False asavinov/intelligent-trading-bot
231 fastquant Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2023-09-15 1754 https://github.com/enzoampil/fastquant fastquant allows you to easily backtest investment strategies with as few as 3 lines of python code. True False False False enzoampil/fastquant
232 nautilus_trader Python Python,Rust Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-17 25654 25655 https://github.com/nautechsystems/nautilus_trader A high-performance algorithmic trading platform and event-driven backtester. True False False False nautechsystems/nautilus_trader
233 NoEdge-Bench Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-07 0 https://github.com/nexusfinancial-dev/noedge-bench Reproducible negative-result benchmark: no model beats a memoryless synthetic binary-options feed (AUC ≈ 0.50), with permutation-null tests and a look-ahead-leak case study. True False False False nexusfinancial-dev/noedge-bench
234 YABTE Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2024-05-11 7 https://github.com/bsdz/yabte Yet Another (Python) BackTesting Engine. True False False False bsdz/yabte
235 Trading Strategy Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-12 243 https://github.com/tradingstrategy-ai/getting-started TradingStrategy.ai is a market data, backtesting, live trading and investor management framework for decentralised finance. True False False False tradingstrategy-ai/getting-started
278 TBV1 Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-07-27 4 https://github.com/nazmiefearmutcu/TRADING-BOT Crypto perpetual-futures bot with a 7-tab web dashboard and a 15-indicator consensus engine voting across 12 timeframes (1m → 1d). Paper-mode by default. Includes packaged macOS reference build and Windows distribution. True False False False nazmiefearmutcu/TRADING-BOT
279 TraderHarness Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-14 17 https://github.com/HephaestLab/TraderHarness Contamination-resistant A-share backtesting environment for LLM trading agents with point-in-time masking, entity/date anonymization, fingerprinted replay, and trajectory (SFT) export. True False False False HephaestLab/TraderHarness
280 VerumTrade Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 11 https://github.com/muye1202/VerumTrade A reasoning & decision-trace visible Multi-agent LLM trading-research framework where bull/bear analysts debate each ticker and every decision cites the evidence it rests on. True False False False muye1202/VerumTrade
281 mt5-httpapi Python Python,REST,MCP Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-13 26 https://github.com/psyb0t/mt5-httpapi MetaTrader 5 in a Windows VM (Docker + QEMU/KVM) over REST and MCP: market data, order/position/history management for automated trading and bots, the strategy-tester (backtesting) API, and server-side indicators (RSI/MACD/Bollinger/ADX/VWAP/Ichimoku, order blocks, FVGs). Multi-broker, multi-account. True False False False psyb0t/mt5-httpapi
282 ibkr-httpapi Python Python,REST,MCP Trading & Backtesting Trading & Backtesting trading-backtesting 2026-08-01 0 https://github.com/psyb0t/ibkr-httpapi Interactive Brokers over REST and MCP (FastAPI + ib_async over a Linux-native IB Gateway): market data (quotes, historical bars) plus order/position/execution management for automated trading across stocks, options, futures, forex, crypto and CFDs. True False False False psyb0t/ibkr-httpapi
283 Multi-Axis Robust Portfolio Optimization Python Python Portfolio Optimization & Risk Analysis Portfolio Optimization & Risk Analysis portfolio-optimization-risk-analysis 2026-07-31 2 https://github.com/Viraj-Nigwekar/multi-axis-robust-portfolio-optimization Portfolio optimization framework combining covariance shrinkage, bootstrap aggregation, and parametric scenario modeling, with reproducible notebooks and an accompanying SSRN paper. True False False False Viraj-Nigwekar/multi-axis-robust-portfolio-optimization
284 AutoHypothesis Python Python Portfolio Optimization & Risk Analysis Portfolio Optimization & Risk Analysis portfolio-optimization-risk-analysis 2026-04-22 70 https://github.com/arteemg/AutoHypothesis An agentic framework that mimics the real quant trading pipeline to find alpha: economic hypothesis, in-sample iteration, and out-of-sample validation. True False False False arteemg/AutoHypothesis
285 skfolio Python Python Portfolio Optimization & Risk Analysis Portfolio Optimization & Risk Analysis portfolio-optimization-risk-analysis 2026-08-13 2169 https://github.com/skfolio/skfolio Python library for portfolio optimization built on top of scikit-learn. It provides a unified interface and sklearn compatible tools to build, tune and cross-validate portfolio models. True False False False skfolio/skfolio