技术文档MQL5参考标准程序库数学统计统计特性MathMedianMathMedianMathMedian计算数组元素的中值。R语言的median()模拟。double MathMedian( const double& array[] // 数据数组 );参数 数组[in] 计算的数据数组。start=0[in] 初始计算索引。count=WHOLE_ARRAY[in] 计算的元素数量。返回值 数组元素的中值。出错情况下它返回NaN (非数字)。MathMomentsMathStandardDeviation