stayradiated / volatile

A service for automating cryptocurrency trading.
https://volatile.co.nz
2 stars 4 forks source link

Track exchange rates between currencies #29

Closed stayradiated closed 2 years ago

stayradiated commented 2 years ago

So we can lookup the price of AUD-NZD at any point in history and display all trades in a single currency

stayradiated commented 2 years ago

I've added a currency_fx table to track this data + SQL functions to make it easier to look up this info.

stayradiated commented 2 years ago

I've added an action to fill in missing days using open exchange rate data.

Next step is to add this as a daily cron job to pull in exchange rates.

stayradiated commented 2 years ago

Resolved in v1.35.0