ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Added Cryptowatch as alternative datasource. #284

Closed ronaldlam closed 5 years ago

ronaldlam commented 5 years ago

274

This is not a seamless fallback. Cryptowatch does not have the same volumefrom/volumeto numbers cryptocompare provides, so quote volume and vwap are essentially missing from the cryptowatch data. This implementation will take in a cw or cc command in the terminal to determine which source to use. For cw, the base volume is populated in the volumefrom column.

ronaldlam commented 5 years ago

That's a good call

ronaldlam commented 5 years ago

Now i'm thinking that we may want both feeds going as much as possible, both to cover any outages on either side, and to monitor for inconsistencies. This makes me lean towards a separate db instead.

jaonewguy commented 5 years ago

I am good with having two DBs yeah