AlgorithmicTrading
This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.
Install / Use
npx skills add JerBouma/AlgorithmicTradingInstalls into whichever agent you are using.
README
Algorithmic Trading
This repository contains three ways to obtain arbitrage:
- Dual Listing Arbitrage
- Options Arbitrage
- Statistical Arbitrage
These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver. Therefore, much of the analysis are correct and give an indication how these methods work.
Please note that these methods can only be effective when written in C++ as speed is of utmost performance. Next to that it requires a lightning fast connection (talking in nanoseconds) which is not feasible for the retail investor. Any profits made by using these strategies is therefore by pure chance.
I suggest using my FinanceDatabase to do fundamental analysis and base your investment decisions on that since it has proven to be profitable.
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries
