Skip to content

saninstein/arbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading engine

It's a dummy draft trading engine. My way of the exploring Rust. Event-driven architecture. alt text

Strategies

ArbStrategy

Naive implementation of this https://reasonabledeviations.com/2019/03/02/currency-arbitrage-graphs/ Takes commissions into account.

Conclusion

Makes some profits on the simulation (real price ticker and local execution). On the production execution only losses (probably latency/speed issue). Makes sense to try with colocation

Roadmap

  • Binance SBE instead of Fix protocol
  • Experiment. Streams on busy loop with CPU-Affinity vs async
  • Implement Orderbook, OHLCV connectors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors