Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Install / Use
npx skills add dsinyakov/quantInstalls into whichever agent you are using.
README
Codera Quant Java framework
Codera Quant Java framework allows development of automated algorithmic trading strategies, supports backtesting using historical data taken from Interactive Brokers, Yahoo Finance, local database or CSV files and paper or live trade execution via Interactive Brokers TWS Java API.
Prerequisites
- Maven installed
- TWS has to be up and running and listening on port 7497
- Download TWS jar http://interactivebrokers.github.io/. Downloaded archive usually contains built jar file in IBJts/source/JavaClient dir (as of 9.72.17 version)
- Install jar locally
mvn install:install-file -DgroupId=tws-api -DartifactId=tws-api -Dversion=9.72.17-SNAPSHOT -Dfile=TwsApi.jar - Add/update maven dependency e.g
<dependency>
<groupId>tws-api</groupId>
<artifactId>tws-api</artifactId>
<version>9.72.17-SNAPSHOT</version>
</dependency>
Strategy execution
$ mvn exec:java@app -Dexec.args="-h localhost -p 7497 -l "SPY,IWM""
Backtest execution
mvn exec:java@test
Related Skills
node-connect
385.6kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
