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 Feb 1, 2024. It is now read-only.
I want more control over what the price feed returns by adding the concept of modifiers.
Impact
The desired behavior will allow me to specify if I want to fetch the bid price, ask price, vwap, etc. from the price feed.
Feature Suggestion
we can achieve the desired behavior by adding a new (optional) part to the url field for exchanges taking on the values mid, ask, or bid.
Alternatively, we can achieve the desired behavior by adding a new (optional) field in the config file called DATA_FEED_A_MODIFIER and DATA_FEED_B_MODIFIER.
The text was updated successfully, but these errors were encountered:
Desired Behavior
I want more control over what the price feed returns by adding the concept of modifiers.
Impact
The desired behavior will allow me to specify if I want to fetch the bid price, ask price, vwap, etc. from the price feed.
Feature Suggestion
we can achieve the desired behavior by adding a new (optional) part to the url field for exchanges taking on the values
mid
,ask
, orbid
.Alternatively, we can achieve the desired behavior by adding a new (optional) field in the config file called
DATA_FEED_A_MODIFIER
andDATA_FEED_B_MODIFIER
.The text was updated successfully, but these errors were encountered: