sebasira / cassandre-trading-bot

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.

Home Page:https://trading-bot.cassandre.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start | Documentation | Discord | Twitter

Cassandre trading bot logo


Create and run your java crypto trading bot in minutes

Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.

Cassandre trading bot on discord Cassandre trading bot on codacy Cassandre trading bot on codacy Cassandre trading bot continuous integration Cassandre trading bot on Maven Central repository

✨ Features

  • Get into trading with minimum fuss: Available as a Spring boot starter, Cassandre takes care of exchange connection, accounts, orders, trades, and positions, so you can focus on building your strategy.
  • Create your strategy in minutes: Just code when you want to create short/long positions, set the rules, and we take care of everything (buying, selling, rules management, orders, trades, and tickers).
  • Several exchanges supported: Cassandre uses XChange library to connect to multiple exchanges. We test each Cassandre releases with Kucoin, Coinbase & Binance to be sure it works for you.
  • Dry mode: We provide a dry mode to simulate a virtual exchange replying to your orders, so you can easily test your strategy. This way, you can simulate your gains/loss over a period of time.
  • Backtesting: We provide a spring boot starter to backtest your bot on historical data. With this, during tests, Cassandre will import your data and push them to your strategy.
  • Technical Analysis support: Cassandre provides a specific class (BasicTa4jCassandreStrategy) to help you build a strategy based on the open source technical analysis library ta4j.

Quick Start | Documentation | Discord | Twitter

About

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.

https://trading-bot.cassandre.tech

License:GNU General Public License v3.0


Languages

Language:Java 99.7%Language:JavaScript 0.3%