UPetit / python-binance-profit

Script to submit a buy order followed by an automatic sell OCO order
MIT License
47 stars 15 forks source link

[BUG] Account has insufficient balance for requested action while placing limit OCO order #32

Open xLinuxUserx opened 2 years ago

xLinuxUserx commented 2 years ago

Describe the bug Limit order failed

To Reproduce python3 execute_orders.py --symbol BNBBUSD --buy_type limit --quantity 15 --price 579.4 --profit 1 --loss 10

Expected behavior Limit order failed but market order successful

Screenshots image image

Environment (please complete the following information):

Additional context Last version of python-binance