public TotalRoundTripsEfficiency(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
 public LosingRoundTripsDuration(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #3
0
 public ConsecutiveLosers(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #4
0
 public WinningRoundTrips(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #5
0
 public RoundTripsValues(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #6
0
 public LosingRoundTripsTotalPnL(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #7
0
 public OpenRoundTripValue(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #8
0
 public LargestWinningRoundTrip(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #9
0
 public RoundTripsEntryEfficiency(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }
예제 #10
0
 public NumberOfRoundTrips(RoundTripList parentRoundTripList, string title)
     : base(parentRoundTripList, title)
 {
 }