sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
BSD 3-Clause "New" or "Revised" License
237 stars 129 forks source link

Global symbols #76

Closed LORDofDOOM closed 6 years ago

LORDofDOOM commented 6 years ago

Any Database that holds e.g. BTC-ETH will be named BTC-ETH and symbol to start backtest will be BTC-ETH for every exchange.

No longer: binance: ETHBTC poloniex BTC_ETH kucoin ETH-BTC ...and so on...

Global symbols will automatically converted to Exchange symbols for API calls. This is a important step to support multiple exchanges with one config.

Also add a little speedup for Bulk inserts