Skip to content

Commit

Permalink
Allow user to specify book specific options like deltas, depths, inte…
Browse files Browse the repository at this point in the history
…rvals, etc per feed as opposed to onece for all
  • Loading branch information
bmoscon committed Jul 30, 2019
1 parent 79adc6f commit f6c3886
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions config-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ redis:

exchanges:
BITMEX:
l2_book: [XBTUSD]
l2_book:
symbols: [XBTUSD]
book_depth: 10
trades: [XBTUSD]
COINBASE:
l2_book: [BTC-USD]
l3_book:
symbols: [BTC-USD, ETH-USD]
book_delta: true
book_interval: 10000
trades: [BTC-USD, ETH-USD, ETH-BTC]

book_depth: null
book_delta: True

storage: [arctic]
arctic: mongodb://mongo:27017

Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exchanges:
COINBASE:
l3_book:
symbols: [BTC-USD, ETH-USD]
book_delta: True
book_delta: true
book_interval: 10000
trades: [BTC-USD, ETH-USD, ETH-BTC]

Expand Down

0 comments on commit f6c3886

Please sign in to comment.