TesterStatistics

This method retrieves various statistical values about trading performance.

Syntax

TesterStatistics(statistic_id: ENUM_STATISTICS): number

Parameters

  • statistic_id: ENUM_STATISTICS - The identifier of the statistic value to return

Available Statistics

See Statistics Constants for a complete list of available statistics identifiers.

Return Value

Returns a number representing the requested statistical value.

Description

The TesterStatistics method provides access to various trading statistics and performance metrics. It takes a statistic identifier as input and returns the corresponding value.

Example

Last updated