MQL5参考普通函数TesterStatistics AlertCheckPointerCommentCryptEncodeCryptDecodeDebugBreakExpertRemoveGetPointerGetTickCountGetTickCount64GetMicrosecondCountMessageBoxPeriodSecondsPlaysoundPrintPrintFormatResetLastErrorResourceCreateResourceFreeResourceReadImageResourceSaveSetReturnErrorSetUserErrorSleepTerminalCloseTesterHideIndicatorsTesterStatisticsTesterStopTesterDepositTesterWithdrawalTranslateKeyZeroMemory TesterStatistics 函数返回基于测试结果计算的指定统计参数的值。 double TesterStatistics( ENUM_STATISTICS statistic_id // ID ); 参数 statistic_id [in] 来自 ENUM_STATISTICS 枚举的统计参数的ID。 返回值 来自测试结果的统计参数的值。 注意 在测试器中函数可以在OnTester() 或 OnDeinit() 内部调用。其他情况下结果不确定。 TesterHideIndicators TesterStop