java-tutorials/spring-boot-modules/spring-boot-cassandre
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
..
src JAVA-6222: Fix issues in the spring-boot-cassandre (#10988) 2021-07-02 21:18:53 +05:30
README.md Update README.md 2021-05-20 01:27:41 +08:00
pom.xml JAVA-6475: Fix formatting of POMs (#11087) 2021-08-03 00:27:15 +05:30

README.md

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