normanlmfung
normanlmfung
hi, gents, with huobi, anyone of you have experience with: ` {"status":"error","err_code":403,"err_msg":**"Verification failure [校验失败]","ts":**1641259756727}` The url (https://huobiapi.github.io/docs/dm/v1/en/#query-history-transactions-via-multiple-fields): `'https://api.hbdm.vn/api/v1/contract_matchresults_exact?AccessKeyId=xxxxxxxxxxx-76e2e89f-c8b043fb-9bb9e&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2022-01-04T02%3A24%3A45&Signature=xxxxxG13XFSj1Kwr0epmqIph2SLaFTvPRj9oxjCYXd0%3D'` Error msg complained about **"ts"** : timestamp, in UTC per documentation (And...
hi Team, I am following example [here](https://github.com/dydxprotocol/dydx-v3-python/blob/master/examples/orders.py). With modifications (As seems API usage changed a little so sample no longer most up to date) dydx-v3-python==1.9.1 client.private.create_order _"TypeError: int() can't convert...
hi Dydx team, any chance you can upgrade setuptools version? ccxt 2.0.1 depends on setuptools>=60.9.0 dydx-v3-python 1.9.1 depends on setuptools==50.3.2 atm the work around is take dydx out of requirements.txt:...
hi Team, anyone uses VSCode here? I have a very simple Rust program, as soon as I added Kafka module reference, when I hit F5 trying to debug it, VSCode...
hi Team, stats.py: res = abs(total + 1.0) ** (1.0 / years) - 1 7 qs.reports.full( 8 returns=pd_total_equity['interval_return'], 9 rf=RISK_FREE_RATE, 10 title="Tear Sheet" 11 ) File ~\AppData\Roaming\Python\Python39\site-packages\quantstats\reports.py:839, in metrics(returns, benchmark,...
Python 3.11 incompatible with websockets\legacy\protocol.py Error "got an unexpected keyword argument 'loop'" The following places is where this happens, fix is simply remove 'loop' argument. WebSocketCommonProtocol.__init__ FROM: self._drain_lock = asyncio.Lock(...
hi team, I tracked it down: File "D:\prop\myscript.py", line 33, in qs.reports.basic( File "C:\Users\norman\AppData\Roaming\Python\Python39\site-packages\quantstats\reports.py", line 691, in basic metrics( File "C:\Users\norman\AppData\Roaming\Python\Python39\site-packages\quantstats\reports.py", line 820, in metrics dd = _calc_dd( File "C:\Users\norman\AppData\Roaming\Python\Python39\site-packages\quantstats\reports.py",...