MathCos 函数返回余弦角。 MQL5复制double MathCos( double value // 数字 ); 参量 value [in] 角度 返回值 双精度值在-1到1之间。 注释 取代MathCos()函数可以使用 cos()。