Home

Awesome

FXyou Build status Maintainability Rating Quality Gate Status

Simple High frequency trading with backtesting simulation and live trading engine written in Java.

Disclaimer

This software is for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect.

<a href="https://www.buymeacoffee.com/apssouza"><img src="https://miro.medium.com/max/654/1*rQv8JgstmK0juxP-Kb4IGg.jpeg"></a>

Features

Tech details

Alt text

How to run

mvn package && \
java -jar runner/target/runner-1.0-SNAPSHOT.jar

Using Docker

docker build . -t trading-engine
docker run --rm -p 8080:8080 trading-engine