Backtest & Papertrading
Last updated
Was this helpful?
Last updated
Was this helpful?
cd core
docker-compose build
Set either 'BACKTEST' or 'PAPER_TRADE' to 'true' in src/config/index.js
Choose the market, strategy, time and candles you want to backtest or papertrade
If BACKTEST
is set to true
then the bot will run against the historic market chosen.
If PAPER_TRADE
is set to true
then the bot will run against the Bittrex socket connection but not submit any orders to the exchange.
Write docker-compose up --build
in your terminal