发布

  • 9317 dd8dc473b3

    Improve Error Message For Arithmetic Overflow In Decimal Cast of Double (#4728)

    frostbyte_neo 发布于 2020-09-18 12:17:09 +00:00 | 2797 次提交 在此版本后已推送到 master

    • SafeDecimalCast Throws Exception For Non-Finite Numbers

    • Fixes Arithmetic Overflow Exception in QCAlgorithm.Trading Methods

    Replace decimal cast for SafeDecimalCast().

    If the algorithm uses a non-finite number in QCAlgorithm trading methods, it will throw with an user-frieldly exception message.

    • Fixes KellyCriterionProbabilityValue Calculation
    下载附件