Readme.md - add rburkholder/trade-frame (#34)

References additional libraries: libTorch, HDF5, boost, wxWidgets, ChartDir, Lua
This commit is contained in:
Raymond P. Burkholder
2025-06-30 22:42:37 +01:00
committed by GitHub
parent 29b3aafe25
commit 5bfcaa3d0d
+1
View File
@@ -215,6 +215,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
- [Cvxpy](https://github.com/cvxpy/cvxpy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cvxpy/cvxpy/master) ![GitHub Repo stars](https://img.shields.io/github/stars/cvxpy/cvxpy?style=social) | Python, C++ | - A Python-embedded modeling language for convex optimization problems.
- [jax](https://github.com/google/jax) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/google/jax/main) ![GitHub Repo stars](https://img.shields.io/github/stars/google/jax?style=social) | `Python` | - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
- [Numpy](https://github.com/numpy/numpy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/numpy/numpy/main) ![GitHub Repo stars](https://img.shields.io/github/stars/numpy/numpy?style=social) | Python, C | - The fundamental package for scientific computing with Python
- [trade-frame](https://github.com/rburkholder/trade-frame) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/rburkholder/trade-frame/master) ![GitHub Repo stars](https://img.shields.io/github/stars/rburkholder/trade-frame?style=social) | C++ | - C++ 17 based library (with sample applications) for testing equities, futures, currencies, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. Some support for Alpaca & Phemex. Notifications via Telegram
- Modelling
- [Scipy](https://github.com/scipy/scipy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/scipy/scipy/main) ![GitHub Repo stars](https://img.shields.io/github/stars/scipy/scipy?style=social) | Python, C | - Fundamental algorithms for scientific computing in Python
- [statsmodels](https://github.com/statsmodels/statsmodels/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/statsmodels/statsmodels/main) ![GitHub Repo stars](https://img.shields.io/github/stars/statsmodels/statsmodels?style=social) - Python module that allows users to explore data, estimate statistical models, and perform statistical tests.