ToNearest Field¶ Summary¶ Round value to the nearest tradable volume. Signature¶ 1public static RoundingMode ToNearest; Return Value¶ RoundingMode Declaring Type¶ cAlgo.API.RoundingMode Examples¶ 1 var volume = Symbol.NormalizeVolume(calculatedVolume, RoundingMode.ToNearest); Last update: June 26, 2022 Comments