dd8dc473b3
* 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