We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
功能目标:
买卖点信号数据结构:
{ type: null, // 买卖点类型 direction: null, // 交易方向 isConfirm: false, // 是否确认 isRollback: false, // 是否回退 timestamp: null, // 时间戳 tip: '', // 买卖点说明 }
此贴为需求讨论,各位可以讨论补充。
The text was updated successfully, but these errors were encountered:
Webhook 已上线试运行 支持实时推送买卖点信号到企业微信和钉钉
Sorry, something went wrong.
No branches or pull requests
功能目标:
二次开发量化交易 (用户自行把控策略实现、止损和风控)。
买卖点信号数据结构:
此贴为需求讨论,各位可以讨论补充。
The text was updated successfully, but these errors were encountered: