Dave-Vallance / bt-ccxt-store

Fork of Ed Bartosh's CCXT Store Work
MIT License
423 stars 187 forks source link

Implemented support for sandbox mode #24

Closed maxbortone closed 4 years ago

maxbortone commented 4 years ago

Implements enhancement requested in #11

Added sandbox parameter to CCXTStore object to enable testnet on exchanges that support them.

Tested on Bitmex testnet.

Dave-Vallance commented 4 years ago

Thanks for your contribution! I don't see this causing any issues given the small scope. I also like how you have set the default to be false so that it does not impact any existing setups.