发布

  • 16557 2b1136e446

    Fix algorithms using OnData(TradeBars) w/o using arg or other OnData(). (#8245)

    frostbyte_neo 发布于 2024-08-06 13:15:56 +00:00 | 764 次提交 在此版本后已推送到 master

    Commit d24f665ee4 removed 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.

    下载附件