Performance CLASS
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
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
SYNTAX public double LargestLoser (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using Syste...
Sat, May 5, 2018 at 1:06 PM
SYNTAX public double LargestWinner (RowType rowtype) PARAMETERS rowtype — RowType RETURN double EXAMPLE using System;
using Syst...
Sat, May 5, 2018 at 1:12 PM
SYNTAX public double LosingTrades (RowType rowtype,bool IsPercent) PARAMETERS rowtype — RowTypeIsPercent — bool RETURN double EXAMPL...
Sat, May 5, 2018 at 1:14 PM
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
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
SYNTAX public double MaximalDrawdown (bool IsPercent) PARAMETERS IsPercent — bool RETURN double EXAMPLE using System;
using Syst...
Sat, May 5, 2018 at 1:32 PM
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
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