12 lines
369 B
Markdown
Raw Normal View History

# Cassandre trading bot example
This project is an example of a trading bot developed with Cassandre
## Running the examples
* `mvn test` - Run strategy backtesting
* `mvn spring-boot:run` - Run the bot
## Relevant Articles
- [Build a Trading Bot with Cassandre Spring Boot Starter](https://www.baeldung.com/build-a-trading-bot-with-cassandre-spring-boot-starter/)