Performance CLASS

PayoffRatio (RowType rowtype) METHOD (Return: double)
SYNTAX public double PayoffRatio (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using System...
Sat, May 5, 2018 at 1:38 PM
ProfitFactor (RowType rowtype) METHOD (Return: double)
SYNTAX public double ProfitFactor (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using Syste...
Sat, May 5, 2018 at 1:39 PM
RecoveryFactor () METHOD (Return: double)
SYNTAX public double RecoveryFactor () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; u...
Sat, May 5, 2018 at 1:40 PM
RelativeDrawdown (bool IsPercent) METHOD (Return: double)
SYNTAX public double RelativeDrawdown (bool IsPercent) PARAMETERS IsPercent — bool RETURN double EXAMPLE using System; using Sys...
Sat, May 5, 2018 at 1:43 PM
SharpeRatio (RowType rowtype) METHOD (Return: double)
SYNTAX public double SharpeRatio (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using System...
Sat, May 5, 2018 at 1:45 PM
SkippedQuotes () METHOD (Return: double)
SYNTAX public double SkippedQuotes () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; us...
Sat, May 5, 2018 at 1:47 PM
StartCapital () METHOD (Return: double)
SYNTAX public double StartCapital () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; usi...
Sat, May 5, 2018 at 1:48 PM
TotalLosersGross (RowType rowtype) METHOD (Return: double)
SYNTAX public double TotalLosersGross (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using S...
Sat, May 5, 2018 at 1:50 PM
TotalWinnersGross (RowType rowtype) METHOD (Return: double)
SYNTAX public double TotalWinnersGross (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using ...
Sat, May 5, 2018 at 1:51 PM
WinningLosingRatio (RowType rowtype) METHOD (Return: double)
SYNTAX public double WinningLosingRatio (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using...
Sat, May 5, 2018 at 1:52 PM