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
The dashboard, in its current form, does imply that the quote currency is USD, at least for PMM. While the dashboard does take any QUOTE, the amounts appear to be rounded to two decimals, making it impossible to use trading pairs with BTC.
Also once the config is uploaded to the Deploy tab, the total quote amount it now ins USD in the top header. This implies that dashboard allways assumes to quote to be in USD.
See screenshots attached:
In its current form, the' dashboard' implies
Impact
This implies it seems impossible to use deploy or dashboard for market making, perhaps other strategies when the Quote is non-USDT/USDC.
Additional context
Perhaps we could allow high decimal input that automatically converts to scientific notation for readability, upon enter.
For context, I have tried to run PMM on RLC-BTC on Binance and continuously got errors of not enough budget and realized that it must just be the case that 1) I don't own enough BTC 2) my correct quote amounts are rounded to zero. I checked to confirm the later in deploy/bots/conf/controllers.
The text was updated successfully, but these errors were encountered:
gordonkoehn
changed the title
Feature request – Enhance Support for Trading Pairs with Non-USD quote
Feature request – Support for Trading Pairs with Non-USD Quote / Scientific Notation
Dec 24, 2024
I manually changed the configs, and then I was able to start my strategy in deployment successfully. This confirms my above judgment, that the Deploy V2 tab wrongly denominated the Quote as USD, when it is BTC in my case.
Feature Suggestion
The
dashboard
, in its current form, does imply that the quote currency is USD, at least for PMM. While the dashboard does take any QUOTE, the amounts appear to be rounded to two decimals, making it impossible to use trading pairs with BTC.Also once the config is uploaded to the Deploy tab, the total quote amount it now ins USD in the top header. This implies that dashboard allways assumes to quote to be in USD.
See screenshots attached:
In its current form, the' dashboard' implies
Impact
This implies it seems impossible to use
deploy
ordashboard
for market making, perhaps other strategies when the Quote is non-USDT/USDC.Additional context
Perhaps we could allow high decimal input that automatically converts to scientific notation for readability, upon
enter
.For context, I have tried to run
PMM
on RLC-BTC on Binance and continuously got errors ofnot enough budget
and realized that it must just be the case that 1) I don't own enough BTC 2) my correct quote amounts are rounded to zero. I checked to confirm the later indeploy/bots/conf/controllers
.The text was updated successfully, but these errors were encountered: