Categorygithub.com/tensorchen/quant
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