fuvser

Results 2 comments of fuvser

> Using the [python-binance](https://python-binance.readthedocs.io/en/latest/) package I was able to achieve in putting the Stop Loss and Take Profit in 3 different actions: > > ```python > order = client.futures_create_order( >...

> Simply poll your orders or subscribe to websockets to see if one was filled, then cancel the other. I'm sorry sir, but I'm very new to programming, can you...