-
Fix algorithms using OnData(TradeBars) w/o using arg or other OnData(). (#8245)
发布于
2024-08-06 13:15:56 +00:00 | 764 次提交 在此版本后已推送到 masterCommit
d24f665ee4removed the
Engine/AlgorithmManager.cs support for OnData(TradeBars), making these
methods dead code. Hence, some of these algorithms no longer placed
orders. Fix by changing OnData(TradeBars) to OnData(Slice). Files that
use the TradeBars argument or use OnData(Dividends) have the same
trouble; leave them for future work.下载附件