Skip to content

Commit

Permalink
add config entry for candle uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Apr 18, 2019
1 parent 3efdb26 commit 3a5f7aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sample-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ config.watch = {
exchange: 'binance',
currency: 'USDT',
asset: 'BTC',

// You can set your own tickrate (refresh rate).
// If you don't set it, the defaults are 2 sec for
// okcoin and 20 sec for all other exchanges.
// tickrate: 20
}

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -335,6 +330,12 @@ config.mongodb = {
}]
}

config.candleUploader = {
enabled: false,
url: '',
apiKey: ''
}

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// CONFIGURING BACKTESTING
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 3a5f7aa

Please sign in to comment.