Performance CLASS
SYNTAX public double PayoffRatio (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using System...
Sat, May 5, 2018 at 1:38 PM
SYNTAX public double ProfitFactor (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using Syste...
Sat, May 5, 2018 at 1:39 PM
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
SYNTAX public double RelativeDrawdown (bool IsPercent) PARAMETERS IsPercent — bool RETURN double EXAMPLE using System;
using Sys...
Sat, May 5, 2018 at 1:43 PM
SYNTAX public double SharpeRatio (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using System...
Sat, May 5, 2018 at 1:45 PM
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
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
SYNTAX public double TotalLosersGross (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using S...
Sat, May 5, 2018 at 1:50 PM
SYNTAX public double TotalWinnersGross (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using ...
Sat, May 5, 2018 at 1:51 PM
SYNTAX public double WinningLosingRatio (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using...
Sat, May 5, 2018 at 1:52 PM