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
Current behavior: When attempting to edit a currently running gridbot, if the amount is too high there's a warning message and the only option is to ok out of it, at which point the bot is already taken offline and orders have been pulled.
Desired: tell the user what the maximum allowed input without killing the bot is. Or at least, if the amount is too high warn the user but leave the bot unedited. Otherwise you've got a user with an active bot successful enough to want to put more money in, and that's the perfectly wrong time to pull all of its orders and make the user:
go through search to find it again
guess at the right price until it doesn't error out
edit the bot prices
go find the bot in the list again
click to turn it back on.
(That's 5 steps, many of which are or can take multiple actions, all happening in a panic.)
The text was updated successfully, but these errors were encountered:
Current behavior: When attempting to edit a currently running gridbot, if the amount is too high there's a warning message and the only option is to ok out of it, at which point the bot is already taken offline and orders have been pulled.
Desired: tell the user what the maximum allowed input without killing the bot is. Or at least, if the amount is too high warn the user but leave the bot unedited. Otherwise you've got a user with an active bot successful enough to want to put more money in, and that's the perfectly wrong time to pull all of its orders and make the user:
(That's 5 steps, many of which are or can take multiple actions, all happening in a panic.)
The text was updated successfully, but these errors were encountered: