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 to specify daily filter limits across multiple exchanges
Impact
The desired behavior will allow me to provide more flexibility to the bot when executing strategies
Feature Suggestion
We can achieve the desired behavior by expanding the volume filter to provide it with modifiers on the "daily" param where we can allow specification of markets like so:
instead of specifying volume/daily/sell/base/3500.0/exact we can specify volume/daily:market_ids=[4c19915f47,db4531d586]/sell/base/3500.0/exact
where the market_ids field is optional and has a value that is an array representing 1-N market_ids to be used while computing the daily volume limit. This will always include the bot's own market by default and this cannot be changed.
The text was updated successfully, but these errors were encountered:
Desired Behavior
I want to specify daily filter limits across multiple exchanges
Impact
The desired behavior will allow me to provide more flexibility to the bot when executing strategies
Feature Suggestion
We can achieve the desired behavior by expanding the volume filter to provide it with modifiers on the "daily" param where we can allow specification of markets like so:
instead of specifying
volume/daily/sell/base/3500.0/exact
we can specifyvolume/daily:market_ids=[4c19915f47,db4531d586]/sell/base/3500.0/exact
where the
market_ids
field is optional and has a value that is an array representing1-N
market_ids to be used while computing the daily volume limit. This will always include the bot's own market by default and this cannot be changed.The text was updated successfully, but these errors were encountered: