51bitquant / binance_grid_trader

Binance_grid_trader is a grid strategy bot trading with Binance Spot and Binance Futures Exchange. you can use it to trade any pair in Binance Exchange. Binance_grid_trader是一个币安网格策略软件, 目前支持币安现货,USDT合约和币币合约。
MIT License
739 stars 261 forks source link

Error Code -2011 Unknown Order Sent #17

Closed singaporeandurian closed 2 years ago

singaporeandurian commented 2 years ago

Hello I used the same config as the sample:

{ "platform": "binance_spot", "symbol": "ETHUSDT", "gap_percent": 0.005, "quantity": 0.001, "max_orders": 1, "proxy_host": "", "proxy_port": 0 }

To test functionality, but I get message saying {'code': -2011, 'msg': 'Unknown order sent.'} 400.

51bitquant commented 2 years ago

you send the order's notional is very small, for the eth price is around 3000, you bought 0.001 eth, the order value is only 3 USDT value, for spot market, you need to buy at least 10USDT value, for future market, you need to buy at least 5 USDT value.

Hello I used the same config as the sample:

{ "platform": "binance_spot", "symbol": "ETHUSDT", "gap_percent": 0.005, "quantity": 0.001, "max_orders": 1, "proxy_host": "", "proxy_port": 0 }

To test functionality, but I get message saying {'code': -2011, 'msg': 'Unknown order sent.'} 400.

you send the order's notional is very small, for the eth price is around 3000, you bought 0.001 eth, the order value is only 3 USDT value, for spot market, you need to buy at least 10USDT value, for future market, you need to buy at least 5 USDT value.

singaporeandurian commented 2 years ago

you send the order's notional is very small, for the eth price is around 3000, you bought 0.001 eth, the order value is only 3 USDT value, for spot market, you need to buy at least 10USDT value, for future market, you need to buy at least 5 USDT value.

Hello I used the same config as the sample: { "platform": "binance_spot", "symbol": "ETHUSDT", "gap_percent": 0.005, "quantity": 0.001, "max_orders": 1, "proxy_host": "", "proxy_port": 0 } To test functionality, but I get message saying {'code': -2011, 'msg': 'Unknown order sent.'} 400.

you send the order's notional is very small, for the eth price is around 3000, you bought 0.001 eth, the order value is only 3 USDT value, for spot market, you need to buy at least 10USDT value, for future market, you need to buy at least 5 USDT value.

I see... will I be able to adjust the bot to decrease minimum value for spot market from 10USDT to something like 1 USDT instead? Or is this a limitation of Binance? Thank you!

singaporeandurian commented 2 years ago

Just found out that Binance has a 10 USD spot minimum limit for orders.

thearthouse commented 2 years ago

hi , shibusdt the order_volume should be shib or usdt

thearthouse commented 2 years ago

hi , shibusdt the order_volume should be shib or usdt

hi , shibusdt the order_volume should be shib or usdt

51bitquant commented 2 years ago

hi , shibusdt the order_volume should be shib or usdt

hi , shibusdt the order_volume should be shib or usdt

the number of SHIB. order_volume means how many SHIB you want to place for the pair of SHIBUSDT.