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

Documentation update #15

Closed firwer closed 3 years ago

firwer commented 3 years ago

Hello there, hope you could update the documentation for the usage of market order and buying by % of wallet balance. That would be extremely helpful! Thank you!

UPetit commented 3 years ago

Hey 👋 Absolutely! I've added both of them #5 and #6 last week in the issues section. I'll start with the market order as the function is already defined in the code and then I'll work on the % of wallet balance feature. I'll do my changes in the dev branch first and I'll keep you updated. Thanks

UPetit commented 3 years ago

Hi @firwer, I've pushed some changes on dev branch to support the market buy order in the strategy. You'll find the instructions in the README on the same branch. This is ready to test! Don't hesitate if you have any question / issue. I'll work on the feature to use the % of wallet later in the week.

firwer commented 3 years ago

Hi @firwer, I've pushed some changes on dev branch to support the market buy order in the strategy. You'll find the instructions in the README on the same branch. This is ready to test! Don't hesitate if you have any question / issue. I'll work on the feature to use the % of wallet later in the week.

Great! Thanks for the effort