zombiegriff

Results 15 comments of zombiegriff

i put the key and the secret into their own 'strings', opposed to creating variables for them, and not had an issue connecting. client = ftx.FtxClient(api_key='xxxxxxx', api_secret='xxxxxxx')

i have used client.cancel_orders(pair) to cancel all trigger orders on a specific coin. also works without pair, but of course does on all coins.

cancel_order needs an order id to know which order to cancel. you can specify conditional or limit order in cancel_orders(line 153 maybe) line 149 def cancel_order(self, order_id: str) -> dict:...

yeah, ive tried every which way i could think of. this link on ftx website https://github.com/ftexchange/ftx. has the same mistake in the comment above, so it seems to be an...

let you know if anyone gets back to me

Is the return function in api.py missing the parameters the rest request needs for trailing stop and take profit types.. below? POST /conditional_orders Stop { "market": "XRP-PERP", "side": "sell", "triggerPrice":...

yes... the code is wrong on this rep. and ftx own rep. i found this in one of ftx pull requests. for some reason nobody has changed the code though....

I tried take profit and trailing stop today at 18.00 roughly. see below. for take profit i got an error of trigger price too high but trigger price needs to...

Do i need to update the library on pycharm? it says 1.0.2 is the latest version

ok... how? the latest version available via pycharm is 1.0.2. maybe quandigital needs to update the version they have released on pycharm? honestly i dont need this anymore. i worked...