python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
In setting TPs and SLs, how close from the current price and entry price can you get?
I can't seem to find official document stating this limit. I might have missed something from the docs.
I keep on getting this error every once in a while and I want to know how much I can tighten my ...
limedove
Votes: 0
Answers: 1
Async Client Binance
I'm trying Async Client, and also, I'm not really familiar with async programming, so I'm trying to grasp it.
I'm confused about what the "await client.close_connection()" part does. Is it n...
Cassano
Votes: 0
Answers: 0
__aenter__() is not working for binance socket manager
I am using binance socket manager but I think aenter() magic method replaced with something else. its not working.
This is my code:
import os
import time
import pandas as pd
from binance.client impor...

Sushen Biswas
Votes: 0
Answers: 1
Binance order: Timestamp for this request was 1000ms ahead of the server's time
I am writing some Python code to create an order with the Binance API:
from binance.client import Client
client = Client(API_KEY, SECRET_KEY)
client.create_order(symbol='BTCUSDT',
...

Barry
Votes: 0
Answers: 6