Performance CLASS

AbsoluteDrawdown () METHOD (Return: double)
SYNTAX public double AbsoluteDrawdown () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic;...
Sat, May 5, 2018 at 12:44 PM
AllTrades () METHOD (Return: double)
SYNTAX public double AllTrades () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; using ...
Sat, May 5, 2018 at 12:46 PM
AvgGross (RowType rowtype, bool IsPercent) METHOD (Return: double)
SYNTAX public double AvgGross (RowType rowtype,bool IsPercent) PARAMETERS rowtype — RowType IsPercent — bool RETURN double EX...
Sat, May 5, 2018 at 12:47 PM
AvgLoss (RowType rowtype) METHOD (Return: double)
SYNTAX public double AvgLoss (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using System.Col...
Sat, May 5, 2018 at 12:49 PM
AvgTimeInMarket () METHOD (Return: TimeSpan)
SYNTAX public TimeSpan AvgTimeInMarket () RETURN TimeSpan EXAMPLE using System; using System.Collections; using System.Collections.Gener...
Sat, May 5, 2018 at 12:51 PM
AvgTradesPerDay () METHOD (Return: double)
SYNTAX public double AvgTradesPerDay () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; ...
Sat, May 5, 2018 at 12:53 PM
AvgWin (RowType rowtype) METHOD (Return: double)
SYNTAX public double AvgWin (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using System.Coll...
Sat, May 5, 2018 at 12:54 PM
EndCapital () METHOD (Return: double)
SYNTAX public double EndCapital () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; using...
Sat, May 5, 2018 at 12:55 PM
ExpectedPayoff (RowType rowtype) METHOD (Return: double)
SYNTAX public double ExpectedPayoff (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using Sys...
Sat, May 5, 2018 at 12:57 PM
Fee (RowType rowtype, bool IsPercent) METHOD (Return: double)
SYNTAX public double Fee (RowType rowtype,bool IsPercent) PARAMETERS rowtype — RowType IsPercent — bool RETURN double EXAMPLE ...
Sat, May 5, 2018 at 12:59 PM