Open djangoengine opened 2 years ago
Hi, i faced this issue before. This has nothing to do with the functionality but its with regards to either the prices over the ticker price or something similar.
Hi, i faced this issue before. This has nothing to do with the functionality but its with regards to either the prices over the ticker price or something similar.
hey, i couldn't find how to get open futures trades or how to open a futures trade in the documentation, could you please link it for me.
client.futures_create_order is the method to open futures trade
This happens when the limit or stop price isn't rounded to the required tick size. See the answers to #1116 for examples on how to round a limit or stop price for a given symbol.
Describe the bug I have been using the marker order function with no issues. I tried to use STOP or TAKE_PROFIT functionality to take profit or prevent losses.
binance.exceptions.BinanceAPIException: APIError(code=-4014): Price not increased by tick size.
To Reproduce Code snippet to reproduce the behavior:
` timestamp=datetime.timestamp(datetime.now()) traded_order=self.client.futures_create_order(symbol= self.symbol, \