Skip to content

Commit

Permalink
Reduce number of universe files in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Dec 26, 2024
1 parent ec0fa21 commit e5ac38a
Show file tree
Hide file tree
Showing 865 changed files with 75 additions and 11,277 deletions.
4 changes: 2 additions & 2 deletions Algorithm.CSharp/BasicTemplateContinuousFutureAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 163708;
public long DataPoints => 162530;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -138,7 +138,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Total Orders", "5"},
{"Average Win", "2.48%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "11.306%"},
{"Compounding Annual Return", "11.325%"},
{"Drawdown", "1.500%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 505661;
public long DataPoints => 504483;

/// <summary>
/// Data Points count of the algorithm history
Expand Down
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFutureRolloverAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void Dispose()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 1095;
public long DataPoints => 712;

/// <summary>
/// Data Points count of the algorithm history
Expand Down
4 changes: 2 additions & 2 deletions Algorithm.CSharp/BasicTemplateFuturesAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 40329;
public long DataPoints => 40303;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -169,7 +169,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Total Orders", "2700"},
{"Average Win", "0.00%"},
{"Average Loss", "0.00%"},
{"Compounding Annual Return", "-99.597%"},
{"Compounding Annual Return", "-99.777%"},
{"Drawdown", "4.400%"},
{"Expectancy", "-0.724"},
{"Start Equity", "1000000"},
Expand Down
4 changes: 2 additions & 2 deletions Algorithm.CSharp/BasicTemplateFuturesDailyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public virtual long DataPoints => 12430;
public virtual long DataPoints => 5830;

/// <summary>
/// Data Points count of the algorithm history
Expand Down Expand Up @@ -170,7 +170,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$0"},
{"Lowest Capacity Asset", "ES VRJST036ZY0X"},
{"Portfolio Turnover", "0.92%"},
{"OrderListHash", "4c9016a8b9ae5f98b33804e00a71f827"}
{"OrderListHash", "c0713abdc4fb059c2be797fce36e4f36"}
};
}
}
4 changes: 2 additions & 2 deletions Algorithm.CSharp/BasicTemplateFuturesFrameworkAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public override IEnumerable<IPortfolioTarget> CreateTargets(QCAlgorithm algorith
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public virtual long DataPoints => 24927;
public virtual long DataPoints => 24883;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -156,7 +156,7 @@ public override IEnumerable<IPortfolioTarget> CreateTargets(QCAlgorithm algorith
{"Total Orders", "2"},
{"Average Win", "0%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "-79.830%"},
{"Compounding Annual Return", "-81.734%"},
{"Drawdown", "4.100%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class BasicTemplateFuturesFrameworkWithExtendedMarketAlgorithm : BasicTem
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 70306;
public override long DataPoints => 70262;

/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm
Expand All @@ -51,7 +51,7 @@ public class BasicTemplateFuturesFrameworkWithExtendedMarketAlgorithm : BasicTem
{"Total Orders", "2"},
{"Average Win", "0%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "-91.460%"},
{"Compounding Annual Return", "-92.667%"},
{"Drawdown", "5.000%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFuturesHourlyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class BasicTemplateFuturesHourlyAlgorithm : BasicTemplateFuturesDailyAlgo
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 31869;
public override long DataPoints => 25281;

/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 117100;
public long DataPoints => 117074;

/// <summary>
/// Data Points count of the algorithm history
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class BasicTemplateFuturesWithExtendedMarketDailyAlgorithm : BasicTemplat
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 12569;
public override long DataPoints => 6206;

/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm
Expand Down Expand Up @@ -69,7 +69,7 @@ public class BasicTemplateFuturesWithExtendedMarketDailyAlgorithm : BasicTemplat
{"Estimated Strategy Capacity", "$0"},
{"Lowest Capacity Asset", "ES VRJST036ZY0X"},
{"Portfolio Turnover", "0.87%"},
{"OrderListHash", "1721baeeb7fef254ecbb61b973e055fd"}
{"OrderListHash", "8b8b733248a21fc717079be54b2e844c"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class BasicTemplateFuturesWithExtendedMarketHourlyAlgorithm : BasicTempla
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 74460;
public override long DataPoints => 69693;

/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public override void OnEndOfAlgorithm()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 163704;
public long DataPoints => 162526;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -159,7 +159,7 @@ public override void OnEndOfAlgorithm()
{"Total Orders", "2"},
{"Average Win", "1.48%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "2.963%"},
{"Compounding Annual Return", "2.968%"},
{"Drawdown", "1.600%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public override void OnEndOfAlgorithm()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 173831;
public long DataPoints => 172653;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -175,7 +175,7 @@ public override void OnEndOfAlgorithm()
{"Total Orders", "3"},
{"Average Win", "1.48%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "4.596%"},
{"Compounding Annual Return", "4.603%"},
{"Drawdown", "1.600%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public virtual long DataPoints => 5469;
public virtual long DataPoints => 5454;

/// <summary>
/// Data Points count of the algorithm history
Expand Down Expand Up @@ -160,7 +160,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Tracking Error", "0"},
{"Treynor Ratio", "0"},
{"Total Fees", "$2.15"},
{"Estimated Strategy Capacity", "$130000000.00"},
{"Estimated Strategy Capacity", "$100000000.00"},
{"Lowest Capacity Asset", "ES VP274HSU1AF5"},
{"Portfolio Turnover", "41.23%"},
{"OrderListHash", "b9f8e1a0704c086944e5df07e0ab04d6"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public override void Initialize()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 9079;
public override long DataPoints => 9064;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public override void OnEndOfAlgorithm()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 10883;
public long DataPoints => 10878;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -98,7 +98,7 @@ public override void OnEndOfAlgorithm()
{"Total Orders", "1"},
{"Average Win", "0%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "-99.012%"},
{"Compounding Annual Return", "-99.258%"},
{"Drawdown", "6.300%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public override void OnEndOfAlgorithm()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public virtual long DataPoints => 159728;
public virtual long DataPoints => 159259;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -208,7 +208,7 @@ public override void OnEndOfAlgorithm()
{"Total Orders", "2"},
{"Average Win", "7.02%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "34.248%"},
{"Compounding Annual Return", "34.386%"},
{"Drawdown", "1.500%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
4 changes: 2 additions & 2 deletions Algorithm.CSharp/ContinuousFutureRegressionAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public override void OnEndOfAlgorithm()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 163708;
public long DataPoints => 162530;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -193,7 +193,7 @@ public override void OnEndOfAlgorithm()
{"Total Orders", "4"},
{"Average Win", "0.84%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "3.374%"},
{"Compounding Annual Return", "3.380%"},
{"Drawdown", "1.600%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverDailyExchangeTimeZoneAheadOfDataRegressionA
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 898;
public override long DataPoints => 456;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverDailyExchangeTimeZoneBehindOfDataRegression
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 906;
public override long DataPoints => 464;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverDailyExchangeTimeZoneSameAsDataRegressionAl
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 898;
public override long DataPoints => 456;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverHourExchangeTimeZoneAheadOfDataRegressionAl
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 7851;
public override long DataPoints => 7409;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverHourExchangeTimeZoneBehindOfDataRegressionA
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 7867;
public override long DataPoints => 7425;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverHourExchangeTimeZoneSameAsDataRegressionAlg
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 7861;
public override long DataPoints => 7419;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverMinuteExchangeTimeZoneAheadOfDataRegression
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 444586;
public override long DataPoints => 444144;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverMinuteExchangeTimeZoneBehindOfDataRegressio
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 445550;
public override long DataPoints => 445108;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ContinuousFutureRolloverMinuteExchangeTimeZoneSameAsDataRegressionA
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 445184;
public override long DataPoints => 444742;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public override void OnEndOfAlgorithm()
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 1266;
public long DataPoints => 833;

/// <summary>
/// Data Points count of the algorithm history
Expand Down
2 changes: 1 addition & 1 deletion Algorithm.CSharp/DefaultFutureChainRegressionAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 71591;
public long DataPoints => 70735;

/// <summary>
/// Data Points count of the algorithm history
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class DelistedFutureLiquidateDailyRegressionAlgorithm : DelistedFutureLiq
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public override long DataPoints => 1689;
public override long DataPoints => 1220;

/// <summary>
/// This is used by the regression test system to indicate what the expected statistics are from running the algorithm
Expand All @@ -38,7 +38,7 @@ public class DelistedFutureLiquidateDailyRegressionAlgorithm : DelistedFutureLiq
{"Total Orders", "2"},
{"Average Win", "7.78%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "38.452%"},
{"Compounding Annual Return", "38.609%"},
{"Drawdown", "0.200%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public virtual long DataPoints => 288594;
public virtual long DataPoints => 288125;

/// <summary>
/// Data Points count of the algorithm history
Expand All @@ -112,7 +112,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
{"Total Orders", "2"},
{"Average Win", "7.02%"},
{"Average Loss", "0%"},
{"Compounding Annual Return", "34.248%"},
{"Compounding Annual Return", "34.386%"},
{"Drawdown", "1.500%"},
{"Expectancy", "0"},
{"Start Equity", "100000"},
Expand Down
Loading

0 comments on commit e5ac38a

Please sign in to comment.