技术文档MQL5参考标准程序库字符串CStringMidMidMid从字符串里获取指定数量的字符。string Mid( uint pos, // 位置 uint count // 字符数量 )参数 pos[输入] 字符串位置。count[输入] 字符数量。返回值 结果子串。RightTrim