Laukik Avhad
Results
2
comments of
Laukik Avhad
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( symbol='ETHUSDT', side=SIDE_BUY, type=ORDER_TYPE_MARKET, quantity=quantity, isolated=True,...
> > 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 =...