You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
Problem - we don't know which data is needed for different calculated values. Some values require other values to be calculated, and we may even run into circular dependencies / calculations.
Solution - create a list of data that we gather and derive split to different levels.
For example, primary data:
trades - market, token1, token2, val1, val2
Secondary data:
tickers
Ternary:
price
The graph should connect our input with desired output, and should provide quick reference for discussions/explanations and troubleshooting/validating our calculations.
The text was updated successfully, but these errors were encountered:
Problem - we don't know which data is needed for different calculated values. Some values require other values to be calculated, and we may even run into circular dependencies / calculations.
Solution - create a list of data that we gather and derive split to different levels.
For example, primary data:
market, token1, token2, val1, val2
Secondary data:
Ternary:
The graph should connect our input with desired output, and should provide quick reference for discussions/explanations and troubleshooting/validating our calculations.
The text was updated successfully, but these errors were encountered: