python-binance-profit
python-binance-profit copied to clipboard
Script to submit a buy order followed by an automatic sell OCO order
Dears, When I tried to make a purchase I got the error message below. Does anyone have any tips on how to solve this? binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message...
**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...
Make stop_limit_price in OCO order a bit lower than the stop_price.
**Describe the bug** Once the buy order is filled, the script was not able to sell what was bought because of this error : > Account has insufficient balance for...
for OCO order can we specify 1. --target with a price value. 2. --stoploss-price to define precise price value. 2. --quantity-percent to specify how much percentage to go for OCO...
**Feature**: Catch the Ctrl+C script termination in order to trigger the cancellation of the buy order. **Scenario**: you submitted a buy order but it's taking too long to be filled...
Create a logging file to store the orders executed (JSON response from Binance)
New script to cancel an order based on the symbol and ID
Add the possibility to select the % of wallet to spend for the buy order instead of using a fixed price. (Feature exists on Binance UI where you can select...
As the stop price = stop limit price at the moment, if the market is going down fast, the order won't be filled or will be partially filled. - Add...