-
感谢作者做出这么好的东西。我的效率大大提高,我甚至因为这个把自己和亲友的户头都迁移到中信建投了。中信建投应该给作者提成才对。
如题:希望新的版本tradeAPI支持打新功能。
-
Hello,
It's look like the POST is not enrypt with the secret.
uri = 'https://api.vaultoro.com/1/balance?nonce='+ nonce + '&apikey=' + key;
You then have to send the encrypted string along in …
-
TradeAPI 里面, 我抓包看web页面登陆提交时密码是安全输入控件处理过的, 每次都不一样,
为什么 tushare里面 直接传递明文密码给服务器, 也可以登陆呢?
是不是正好碰巧服务器那边可能有判断是否是明文? 感觉服务器这个处理很奇怪啊,
-
client.buy('600678', price=12.05, amount=5000)
{"result":"false","msgMap":{"errorMsg":"For input string: \"400.0\""}}
-
1)89 行 self.check_account_live ,这个函数和下面的 check_login_status 不是一个函数名,导致出错
2)98行 return self.baseinfo 应该为 return self.baseinfo() 掉了括号
-
-
Firstly, tradeapi needs steamLoginSecure but trade don't
replace in /trade/trade.go
```
func New(sessionId, steamLogin string, other steamid.SteamId) *Trade {
return &Trade{
other,
…
-
updated the src to Jun 23, 2014 ![c6f8b57d74](https://github.com/philsong/btcrobot/commit/c6f8b57d74f385f26ba17793d08ebdabe7c0b00f) but it failed to complied and throw these error:
> # bitvc
> src\bi…
-
다음의 환경 변수를 설정하고 `./run.sh` 를 실행하면 에러 메세지가 나옵니다.
```
export KORBIT_API_PORT=443
export KORBIT_API_KEY=$(API KEY)
export KORBIT_API_SECRET=$(SECRET KEY)
export KORBIT_API_USERNAME=$(username)
export KO…
-
Hi Chris,
Is it possible to only load the YAML config when the Trade API is needed?
Since 99% of people will only be using the public ticker API, there really isn't a need for everyone using this mo…