Performance CLASS

GainPercent () METHOD (Return: double)
SYNTAX public double GainPercent () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; usin...
Sat, May 5, 2018 at 1:00 PM
Gross () METHOD (Return: double)
SYNTAX public double Gross () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; using Syst...
Sat, May 5, 2018 at 1:04 PM
LargestLoser (RowType rowtype) METHOD (Return: double)
SYNTAX public double LargestLoser (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using Syste...
Sat, May 5, 2018 at 1:06 PM
LargestWinner (RowType rowtype) METHOD (Return: double)
SYNTAX public double LargestWinner (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System; using Syst...
Sat, May 5, 2018 at 1:12 PM
LosingTrades (RowType rowtype, bool IsPercent) METHOD (Return: double)
SYNTAX public double LosingTrades (RowType rowtype,bool IsPercent) PARAMETERS rowtype — RowTypeIsPercent — bool RETURN double EXAMPL...
Sat, May 5, 2018 at 1:14 PM
MaxConsecutiveLoss (RowType rowtype, bool IsCount) METHOD (Return: double)
SYNTAX public double MaxConsecutiveLoss (RowType rowtype,bool IsCount) PARAMETERS rowtype — RowType IsCount — bool true for Count, false fo...
Sat, May 5, 2018 at 1:17 PM
MaxConsecutiveWins (RowType rowtype, bool IsCount) METHOD Return: double
SYNTAX public double MaxConsecutiveWins (RowType rowtype,bool IsCount) PARAMETERS rowtype — RowType IsCount — booltrue for Count, false for ...
Sat, May 5, 2018 at 1:31 PM
MaximalDrawdown (bool IsPercent) METHOD (Return: double)
SYNTAX public double MaximalDrawdown (bool IsPercent) PARAMETERS IsPercent — bool RETURN double EXAMPLE using System; using Syst...
Sat, May 5, 2018 at 1:32 PM
Net () METHOD (Return: double)
SYNTAX public double Net () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; using System...
Sat, May 5, 2018 at 1:35 PM
NetGross () METHOD (Return: double)
SYNTAX public double NetGross () RETURN double EXAMPLE using System; using System.Collections; using System.Collections.Generic; using S...
Sat, May 5, 2018 at 1:37 PM