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)
 {
 }