Skip to content

a trading bot using the multi-asset arbitrage strategy.

Notifications You must be signed in to change notification settings

GavinStein1/java-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Trading Bot

This repo uses binance's java implementation of their api to connect to their markets and pull data to then use in a custom strategy. The strategy that will be implemented is the same one covered in another repo called polygon arbitrage.

This project currently lacks trade execution functionality. Implementing a successful arbitrage strategy requires extremely low latency for the REST API calls (~25 ms) which is usually unachievable with regular connections. Trade execution methods are being investigated...

About

a trading bot using the multi-asset arbitrage strategy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages