Cassandre overview

A trading bot is a computer program that can automatically place orders to a market or exchange without the need for human intervention. They are working for you 24/7 and never lose their focus.

Cassandre trading bot framework (available as a Spring boot starteropen in new window) allows you to quickly create and execute your trading strategies on several crypto exchanges.

Once the starter is added to your Spring Boot project, it will search for a class having the @CassandreStrategyopen in new window annotation and extending BasicCassandreStrategyopen in new window .

We also provide a dry mode and a spring boot starter to simulate a virtual exchange, so you can backtest your strategies on historical and/or real-time data.