Adamszsz

Results 3 issues of Adamszsz

I try to find solution about place order. How can i set Take profit when i place order? `var otwarte_pozycje = client.FuturesUsdt.Order.PlaceOrder("BTCUSDT", OrderSide.Sell, OrderType.Limit, 1, PositionSide.Short, TimeInForce.GoodTillCancel, price: 57000M);` How...

``` import fbchat # Log the user in session = fbchat.Session.login("xxx", "xxx") print("Own id: {}".format(session.user.id)) # Send a message to yourself session.user.send_text("Hi me!") # Log the user out session.logout() ```...

As i title , how can i set default folder in vpn , without enter path when i run rotate_VPN(instructions) ? Is it possible to set default folder and later...

enhancement