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
When there are too many defined buy grid trades it's annoying to scroll down the list to find sell orders or another symbols listed on another row.
Describe the solution you'd like
For lists with more than 10 grid trades a not executed grid trades should be hidden as it's not informative to show them all.
Describe alternatives you've considered
Alternative is to have less global grid trades define and add manually when needed for actual symbol but that's just against the nature of trading bot if you have to watch orders manually.
Additional context
To keep tracking of how many grid trade there are create it should show last grid trade number. For monitoring which order will be used after current one is trigerred the next grid trade should also be visible.
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
When there are too many defined buy grid trades it's annoying to scroll down the list to find sell orders or another symbols listed on another row.
Describe the solution you'd like
For lists with more than 10 grid trades a not executed grid trades should be hidden as it's not informative to show them all.
Describe alternatives you've considered
Alternative is to have less global grid trades define and add manually when needed for actual symbol but that's just against the nature of trading bot if you have to watch orders manually.
Additional context
To keep tracking of how many grid trade there are create it should show last grid trade number. For monitoring which order will be used after current one is trigerred the next grid trade should also be visible.
The text was updated successfully, but these errors were encountered: