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

Add buy market order choice #5

Closed UPetit closed 3 years ago

UPetit commented 3 years ago

Add the possibility to choose between the buy limit order or the buy market order

Idea: --price with an empty value could mean a market order for instance ?

JulienDev commented 3 years ago

Or maybe --market ?

UPetit commented 3 years ago

Definitely better 👍 Thanks!

UPetit commented 3 years ago

The dev branch has been updated to support the market buy order using the argument --buy_type market. All the information or in the README of the same branch.