normanlmfung

Results 18 comments of normanlmfung

I temporarily fixed by setting 'res' to zero when year==0: ``` def cagr(returns, rf=0.0, compounded=True, periods=252): """ Calculates the communicative annualized growth return (CAGR%) of access returns If rf is...

I stepped into private.py, i think it's a bug in dydx3 client library. stark_keys: { 'STARK_PUBLIC_KEY' : '0x?????????????????????????????????????', 'STARK_PUBLIC_KEY_Y_COORDINATE' : '0x?????????????????????????????????????', 'STARK_PRIVATE_KEY' : '0x?????????????????????????????????????' } client.stark_private_key = stark_keys This way,...

Fixed example here: https://gist.github.com/normanlmfung/0a4bda9eb55d9d3560c76117bd6e2e50 Trick is: client_private = client.private client_private.stark_private_key = stark_keys['private_key']

Gents , anyone still working on this please after 31 Jul? Thanks

Look forward to this.

> If you start also make the python version available too that'd be great.

I am trying to use dydx client, but for ledger wallets, you do not have "eth_private_key". Anyone knows how to go about this? how to instantiate client for ledger wallets...

> sier solutions for the end user soon to get their keys. > As for the integration, have a look at: I think ccxt/you're going to get a lot of...

> e soon. they will figure this out ;) > btw, share some of your python progress on this with me, I will extend it. I already played around a...

Also, did you run into these two other problems? 1. order sending: _"client.private.create_order TypeError: int() can't convert non-string with explicit base"_ https://github.com/dydxprotocol/dydx-v3-python/issues/179 2. package dependencies conflicts? ccxt 2.0.1 depends on...