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 limit the total trades that my bot performs using the trades table introduced in #194
Impact
The desired behavior will allow me to have finer-grained risk controls to ensure that we don't overtrade a given market based on anomalous market behavior
Feature Suggestion
We can achieve the desired behavior by querying the sql database before placing trades, if enabled
neat interface for filters using string patterns with delimiters
filters should also operate on existing offers which may not pass filter and produce corresponding delete offers accordingly
restrict to a one-sided strategy for now with the possibility of making a composed version of these filters so they are easier to write along with hint in log lines when config is invalid
The text was updated successfully, but these errors were encountered:
nikhilsaraf
changed the title
Use trades table in SQL database to limit daily trade activity
New filter system with new filters, including usage of trades table in SQL database to limit daily trade activity
Dec 30, 2019
related to issue #194
Desired Behavior
I want to limit the total trades that my bot performs using the trades table introduced in #194
Impact
The desired behavior will allow me to have finer-grained risk controls to ensure that we don't overtrade a given market based on anomalous market behavior
Feature Suggestion
We can achieve the desired behavior by querying the sql database before placing trades, if enabled
Specifications
The text was updated successfully, but these errors were encountered: