sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.91k stars 2.19k forks source link

How to change the price of an active order? #1306

Open nkasimova opened 1 year ago

nkasimova commented 1 year ago

Hi there!

I would like to change the price of an active order that has not yet been filled. Could you please guide me on how to do this using this library?

P.S. I apologize if this is a simple question, but I was unable to find the information in either the Binance documentation or the documentation for this library.

sirfrank commented 1 year ago

delete order, make a new with new price

nkasimova @.***> ezt írta (időpont: 2023. márc. 29., Sze, 2:17):

Hi there!

I would like to change the price of an active order that has not yet been filled. Could you please guide me on how to do this using this library?

P.S. I apologize if this is a simple question, but I was unable to find the information in either the Binance documentation or the documentation for this library.

— Reply to this email directly, view it on GitHub https://github.com/sammchardy/python-binance/issues/1306, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVKGM5KM2GKGHQQBDBULDDW6N5SHANCNFSM6AAAAAAWLH2YYM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

halfelf commented 1 year ago

If there is nothing in binance doc, there should be nothing here either.