Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: Make tv_sell_vol_threshold and tv_buy_vol_threshold optional #66

Open
4TT1L4 opened this issue Feb 27, 2024 · 0 comments
Open
Assignees

Comments

@4TT1L4
Copy link
Contributor

4TT1L4 commented Feb 27, 2024

Problem:

  • tv_sell_vol_threshold and tv_buy_vol_threshold are not commonly used and still must be manually adjusted. These configuration settings can be used to stop the market making activity when a particular threshold is reached.

Proposal:

  • Make tv_sell_vol_threshold and tv_buy_vol_threshold optional. When set to null or when the value is missing from the config file, then there should be no threshold. The market maker should just continue the market making activity, no matter how much liqudity is in the markets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants