module
0.0.0-20240413095014-c6aff9db0c2e
Repository: https://github.com/tensorchen/quant.git
Documentation: pkg.go.dev
# README
quant
安装
go install github.com/tensorchen/quant/cmd/quant@latest
配置
tquant:
port:
token:
long_bridge:
app_key:
app_secret:
access_token:
discord:
id:
token:
使用
字段 | 解释 | 备注 |
---|---|---|
token | 密钥 | |
trade.ticker | 股票代码 | |
trade.exchange | 交易所 | |
trade.strategy.order.action | 交易操作 | |
trade.strategy.order.contracts | 交易数量 |
{
"token": "{{token}}",
"trade": {
"ticker": "{{ticker}}",
"exchange":"{{exchange}}",
"strategy": {
"order": {
"action": "{{strategy.order.action}}",
"contracts": "{{strategy.order.contracts}}"
}
}
}
}
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author