Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twist-Quant Webhook支持需求讨论 #1

Open
neil-pan-s opened this issue Jun 11, 2021 · 2 comments
Open

Twist-Quant Webhook支持需求讨论 #1

neil-pan-s opened this issue Jun 11, 2021 · 2 comments

Comments

@neil-pan-s
Copy link
Owner

功能目标:

  1. 支持标的买卖点变化时, 通过webhook通知到用户,用户可以基于买卖点信号,自行实现转发到邮件、微信,或基于买卖点进行
    二次开发量化交易 (用户自行把控策略实现、止损和风控)。
  2. 企业微信支持webhook, 买卖点信息可以直接通知到企业微信。

买卖点信号数据结构:

  {
    type: null, // 买卖点类型
    direction: null, // 交易方向
    isConfirm: false, // 是否确认
    isRollback: false, // 是否回退
    timestamp: null, // 时间戳
    tip: '', // 买卖点说明
  }

此贴为需求讨论,各位可以讨论补充。

@neil-pan-s
Copy link
Owner Author

Webhook 已上线试运行 支持实时推送买卖点信号到企业微信和钉钉

@neil-pan-s
Copy link
Owner Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant