a crypto trading engine designed to be exchange agnostic. supports simultaneous strategies and standard features such as an offline ledger for trades & funds.
check out SimpleBot Support for troubleshooting/tutorials/sample data and the latest public releases
- you'll need fpc at a minimum and I'd recommend using fpcupdeluxe to install for your platform (lazarus recommended)
- clone this repo with
git clone --recrusive
(will pull appropriate submodules) - in lazarus you can open the project file for SimpleBot (
ui\SimpleBot.lpi
) and build withF9