BinanceBot
A pretty simple bot for crypto alt coins for Binance, using TA4j strategies and indicators
Install / Use
npx skills add javieu/binanceBotInstalls into whichever agent you are using.
README
Binance Bot
This is a pretty basic project. It consists of a bot that creates test orders in Binance based on TA4J indicators / strategies.
Quickstart
- Create a config.properties and include your setup (you wil need a Binance API Key / secret).
- Compile and package:
mvn clean compile assembly:single
- Run the generated JAR:
java -DLOGS_PATH=<PATH TO YOUR LOGS FOLDER> -DCONFIG_FILE_PATH=<PATH TO YOUR config.properties FILE> -jar binance-bot.jar
Strategies customization
The TA strategy is included in BinanceTa4jUtils class. I have just included one first strategy based on moving average (crosses of MACD, etc.). New TA4J strategies can be included there - you will need to modify public static Strategy buildStrategy(TimeSeries series, String strategyCode) method.
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
