maxme/bitcoin-arbitrage

Configurable exchange & currency support

Closed this issue · 1 comments

I quickly tried a s/EUR/USD/g to use USD instead, but found that the choice of exchanges didn't really return sane data for USD. Python's JSON parser takes a JSON null to a Python None, which doesn't like to be output as a float.

It'd be nice to have configurable exchanges and currency, or just pick from the exchCUR symbol from wherever.

Thanks I will investigate this bug and add a set in config.py to set up exchanges and currency