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
Is your feature request related to a problem? Please describe. => nope
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Case scenario : suppose one wants to follow only the feeds which are - for example - above a 24u volume, or where the volatility is above a specific thresshold.
Every day at some time the feeds/coinpairs which are needed are re-calculated.
It could happen some feeds which were needed the day before are not needed after the recalculation.
To preserve speed a function which deletes those "old", unnecessary feeds, is necessary.
Describe the solution you'd like
A del_feed analogy as in add_feed function in the class could solve this problem.
Describe alternatives you've considered
The alternative is could be restarting the whole feed program with the correct pairs from that moment, leaving slightly gaps in some data. Ie in the pairs which are not changed
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe. => nope
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Case scenario : suppose one wants to follow only the feeds which are - for example - above a 24u volume, or where the volatility is above a specific thresshold.
Every day at some time the feeds/coinpairs which are needed are re-calculated.
It could happen some feeds which were needed the day before are not needed after the recalculation.
To preserve speed a function which deletes those "old", unnecessary feeds, is necessary.
Describe the solution you'd like
A del_feed analogy as in add_feed function in the class could solve this problem.
Describe alternatives you've considered
The alternative is could be restarting the whole feed program with the correct pairs from that moment, leaving slightly gaps in some data. Ie in the pairs which are not changed
The text was updated successfully, but these errors were encountered: