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
用限价单运行策略时提示"rqalpha_mod_sys_simulation/signal_broker.py"的第94行有这个错误,不知可否帮着看下是什么问题呢? 另外,34行好像有个typo, mod_config.slippage,打成slppage了。 77行,提示order没有style属性,我改成order.type == ORDER_TYPE.LIMIT (from rqalpha.const import ORDER_TYPE)不知是否可以。
mod_config.slippage
slppage
order.type == ORDER_TYPE.LIMIT
from rqalpha.const import ORDER_TYPE
The text was updated successfully, but these errors were encountered:
@xashes 感谢您的反馈, --signal 模式还需要一些测试,下一个版本会修复你所提到的相关问题。
--signal
Sorry, something went wrong.
@wh1100717 好的,十分感谢
@xashes
5271be9 c4081fd Commits 中更新了 signal_broker
已经发布的 2.0.9 版本中 signal 模式可用。
signal
wh1100717
No branches or pull requests
用限价单运行策略时提示"rqalpha_mod_sys_simulation/signal_broker.py"的第94行有这个错误,不知可否帮着看下是什么问题呢?
另外,34行好像有个typo,
mod_config.slippage
,打成slppage
了。77行,提示order没有style属性,我改成
order.type == ORDER_TYPE.LIMIT
(from rqalpha.const import ORDER_TYPE
)不知是否可以。The text was updated successfully, but these errors were encountered: