This commit is contained in:
wilsonfreitas
2026-03-25 08:58:26 +00:00
parent f950031d4a
commit 050e0581dc
2 changed files with 396 additions and 369 deletions
+394 -368
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -132,6 +132,7 @@ QTradeX-Algo-Trading-SDK,Python,Trading & Backtesting,Trading & Backtesting,trad
antback,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2025-11-12,15,https://github.com/ts-kontakt/antback,"A lightweight, event-loop-style backtest engine that allows a function-driven imperative style using efficient stateful helper functions and data containers.",True,False,False,False,ts-kontakt/antback
VARRD,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-03-09,11,https://github.com/augiemazza/varrd,"AI-powered trading edge discovery platform that validates trading ideas with event studies, statistical tests, and real market data. Web app, MCP server, CLI (`pip install varrd`), and Python SDK.",True,False,False,False,augiemazza/varrd
polymarket-whales,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-03-20,30,https://github.com/al1enjesus/polymarket-whales,Real-time whale trade tracker for Polymarket — terminal alerts + Telegram notifications when large orders hit the book.,True,False,False,False,al1enjesus/polymarket-whales
JIT-Optimization-Engine,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-03-22,1,https://github.com/cloudsealed/JIT-Optimization-Engine,High-performance analytical core using LLVM JIT (Numba) to process large-scale telemetry for quant diagnostics.,True,False,False,False,cloudsealed/JIT-Optimization-Engine
QuantLibRisks,Python,Risk Analysis,Risk Analysis,risk-analysis,2024-04-04,19,https://github.com/auto-differentiation/QuantLib-Risks-Py,Fast risks with QuantLib,True,False,False,False,auto-differentiation/QuantLib-Risks-Py
XAD,Python,Risk Analysis,Risk Analysis,risk-analysis,2024-05-21,19,https://github.com/auto-differentiation/xad-py,Automatic Differentation (AAD) Library,True,False,False,False,auto-differentiation/xad-py
pyfolio,Python,Risk Analysis,Risk Analysis,risk-analysis,2020-02-28,6268,https://github.com/quantopian/pyfolio,Portfolio and risk analytics in Python.,True,False,False,False,quantopian/pyfolio
@@ -457,7 +458,7 @@ Technical Analysis and Feature Engineering,"Reproducing Works, Training & Books"
Differential Machine Learning and Axes that matter by Brian Huge and Antoine Savine,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2022-10-05,148,https://github.com/differential-machine-learning/notebooks,"Implement, demonstrate, reproduce and extend the results of the Risk articles 'Differential Machine Learning' (2020) and 'PCA with a Difference' (2021) by Huge and Savine, and cover implementation details left out from the papers.",True,False,False,False,differential-machine-learning/notebooks
systematictradingexamples,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2020-07-22,461,https://github.com/robcarver17/systematictradingexamples,Examples of code related to book [Systematic Trading](www.systematictrading.org) and [blog](http://qoppac.blogspot.com),True,False,False,False,robcarver17/systematictradingexamples
pysystemtrade_examples,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2018-02-21,259,https://github.com/robcarver17/pysystemtrade_examples,Examples using pysystemtrade for Robert Carver's [blog](http://qoppac.blogspot.com).,True,False,False,False,robcarver17/pysystemtrade_examples
ML_Finance_Codes,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2020-06-13,2537,https://github.com/mfrdixon/ML_Finance_Codes,Machine Learning in Finance: From Theory to Practice Book,True,False,False,False,mfrdixon/ML_Finance_Codes
ML_Finance_Codes,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2020-06-13,2538,https://github.com/mfrdixon/ML_Finance_Codes,Machine Learning in Finance: From Theory to Practice Book,True,False,False,False,mfrdixon/ML_Finance_Codes
Hands-On Machine Learning for Algorithmic Trading,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2023-01-18,1817,https://github.com/packtpublishing/hands-on-machine-learning-for-algorithmic-trading,"Hands-On Machine Learning for Algorithmic Trading, published by Packt",True,False,False,False,packtpublishing/hands-on-machine-learning-for-algorithmic-trading
financialnoob-misc,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2024-08-26,28,https://github.com/financialnoob/misc,Codes from @financialnoob's posts,True,False,False,False,financialnoob/misc
MesoSim Options Trading Strategy Library,"Reproducing Works, Training & Books",,,reproducing-works-training-books,2024-04-06,20,https://github.com/deltaray-io/strategy-library,Free and public Options Trading strategy library for MesoSim. ,True,False,False,False,deltaray-io/strategy-library
1 project language category section section_slug last_commit stars url description github cran pypi commercial repo
132 antback Python Trading & Backtesting Trading & Backtesting trading-backtesting 2025-11-12 15 https://github.com/ts-kontakt/antback A lightweight, event-loop-style backtest engine that allows a function-driven imperative style using efficient stateful helper functions and data containers. True False False False ts-kontakt/antback
133 VARRD Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-03-09 11 https://github.com/augiemazza/varrd AI-powered trading edge discovery platform that validates trading ideas with event studies, statistical tests, and real market data. Web app, MCP server, CLI (`pip install varrd`), and Python SDK. True False False False augiemazza/varrd
134 polymarket-whales Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-03-20 30 https://github.com/al1enjesus/polymarket-whales Real-time whale trade tracker for Polymarket — terminal alerts + Telegram notifications when large orders hit the book. True False False False al1enjesus/polymarket-whales
135 JIT-Optimization-Engine Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-03-22 1 https://github.com/cloudsealed/JIT-Optimization-Engine High-performance analytical core using LLVM JIT (Numba) to process large-scale telemetry for quant diagnostics. True False False False cloudsealed/JIT-Optimization-Engine
136 QuantLibRisks Python Risk Analysis Risk Analysis risk-analysis 2024-04-04 19 https://github.com/auto-differentiation/QuantLib-Risks-Py Fast risks with QuantLib True False False False auto-differentiation/QuantLib-Risks-Py
137 XAD Python Risk Analysis Risk Analysis risk-analysis 2024-05-21 19 https://github.com/auto-differentiation/xad-py Automatic Differentation (AAD) Library True False False False auto-differentiation/xad-py
138 pyfolio Python Risk Analysis Risk Analysis risk-analysis 2020-02-28 6268 https://github.com/quantopian/pyfolio Portfolio and risk analytics in Python. True False False False quantopian/pyfolio
458 Differential Machine Learning and Axes that matter by Brian Huge and Antoine Savine Reproducing Works, Training & Books reproducing-works-training-books 2022-10-05 148 https://github.com/differential-machine-learning/notebooks Implement, demonstrate, reproduce and extend the results of the Risk articles 'Differential Machine Learning' (2020) and 'PCA with a Difference' (2021) by Huge and Savine, and cover implementation details left out from the papers. True False False False differential-machine-learning/notebooks
459 systematictradingexamples Reproducing Works, Training & Books reproducing-works-training-books 2020-07-22 461 https://github.com/robcarver17/systematictradingexamples Examples of code related to book [Systematic Trading](www.systematictrading.org) and [blog](http://qoppac.blogspot.com) True False False False robcarver17/systematictradingexamples
460 pysystemtrade_examples Reproducing Works, Training & Books reproducing-works-training-books 2018-02-21 259 https://github.com/robcarver17/pysystemtrade_examples Examples using pysystemtrade for Robert Carver's [blog](http://qoppac.blogspot.com). True False False False robcarver17/pysystemtrade_examples
461 ML_Finance_Codes Reproducing Works, Training & Books reproducing-works-training-books 2020-06-13 2537 2538 https://github.com/mfrdixon/ML_Finance_Codes Machine Learning in Finance: From Theory to Practice Book True False False False mfrdixon/ML_Finance_Codes
462 Hands-On Machine Learning for Algorithmic Trading Reproducing Works, Training & Books reproducing-works-training-books 2023-01-18 1817 https://github.com/packtpublishing/hands-on-machine-learning-for-algorithmic-trading Hands-On Machine Learning for Algorithmic Trading, published by Packt True False False False packtpublishing/hands-on-machine-learning-for-algorithmic-trading
463 financialnoob-misc Reproducing Works, Training & Books reproducing-works-training-books 2024-08-26 28 https://github.com/financialnoob/misc Codes from @financialnoob's posts True False False False financialnoob/misc
464 MesoSim Options Trading Strategy Library Reproducing Works, Training & Books reproducing-works-training-books 2024-04-06 20 https://github.com/deltaray-io/strategy-library Free and public Options Trading strategy library for MesoSim. True False False False deltaray-io/strategy-library