nikky78

Results 32 comments of nikky78

How do you use tf.train.SessionRunHook ? for instance I have : hooks = [tf.train.LoggingTensorHook({'loss'}, every_n_iter = 4)] learn.Experiment(estimator = estimator, train_input_fn = get_train_inputs, eval_input_fn = get_eval_inputs, train_monitors = hooks, eval_hooks...

Anyone knows why I get those errors?

Hi Carlos. So you pulled a new version that fixed both the watchPosition and how to retrieve the data, right? Could you explain a bit how I could use it,...

I see in #21585 that the build has failed though

I tried with version 4.2.64 and still dont receive positions on bybit

the last things I get RequestBody: 2 handleRestResponse: bybit GET https://api-testnet.bybit.com/v5/position/list?settleCoin=USDT&category=linear 200 OK ResponseHeaders: ResponseBody: {"retCode":0,"retMsg":"OK","result":{"nextPageCursor":"","category":"linear","list":[]},"retExtInfo":{},"time":1709841178729} handleRestResponse: bybit GET https://api-testnet.bybit.com/v5/position/list?category=inverse 200 OK ResponseHeaders: ResponseBody: {"retCode":0,"retMsg":"OK","result":{"list":[],"nextPageCursor":"","category":"inverse"},"retExtInfo":{},"time":1709841178761} But nothing from ``` var...

Maybe it's the sandbox. I tried in with ccxt.py and it works, I get the position update as expected. Same issue with `var positions = await exchange.watchPositionForSymbols(symbols);` Works on python...

I tried the watchPositions example in the cs folder of the project, it does not print anything even though I am opening and closing positions I added this {"options", new...