Skip to content

2. Backtest a sample strategy

Alex Lopatin edited this page Apr 30, 2018 · 1 revision

Let's start with the built-in GDAX market data for now. This connects to the GDAX REST and WebSocket APIs and saves order book data to disk in real time. Leave the following command running in a shell.

$ java -jar flashbot.jar ingest --exchanges=gdax --dataDir=/my/data/dir

Clone this wiki locally