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 I set min_profit_percentage = 1.3, it round down the double value 1.3 to the integer value 1.
When I set min_profit_percentage = 0.55, it round down the double value 0.55 to the integer value 0 and therefore it turn off the "minimum profit" option.
Maybe it require Integer (via docs - edit bot) but when create bot min_profit_percentage have Number type
The text was updated successfully, but these errors were encountered: