Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New IV Feeds for BTC and ETH, adding a circuit breaker #862

Open
bryanjowers opened this issue Aug 31, 2021 · 0 comments
Open

New IV Feeds for BTC and ETH, adding a circuit breaker #862

bryanjowers opened this issue Aug 31, 2021 · 0 comments

Comments

@bryanjowers
Copy link
Collaborator

Today, we have an existing gvol adapter that provides IV Feeds for BTC and ETH. It is currently providing data for 1, 2, 7, 14, 21, 28 intervals.

This task is that we want to create a new set of Feeds (14 in total) that add a new data provider as the primary (dxfeed) and roll gvol to the circuit breaker position. The circuit breaker should be based on unresponsiveness, meaning only use gvol here if dxfeed is down/unresponsive.

I suggest you look into the gvol IV EA to learn how our IV currently works. Then look at a circuit breaker EA to see how we should pattern failure circuit breakers.

Create a new adapter using these 2 sources.

Ensure that the days available meet the requirement: 1, 2, 7, 14, 21, 28, 30, 60, 90 on both ETH and BTC

Primary sources:

  1. dxfeed
  2. backup: gvol

https://docs.chain.link/docs/ethereum-addresses/#Rinkeby Testnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant