Skip to content

Commit

Permalink
Api Clean up, Documentation and Standarization part two (#7964)
Browse files Browse the repository at this point in the history
* Add improvements

* Add improvments and unit tests

* Add XML comments

* Nit changes

* Add unit tests for OrderJsonConverter

* Improve unit tests

* Address requested changes

* Fix bugs

* Fix bugs

* Fix bugs and self-review

* Fix bugs

* Address requested changes

* Fix unit test bug

* Fix bugs

* Improve unit tests

* Solve bugs
  • Loading branch information
Marinovsky authored Apr 26, 2024
1 parent 9755f8c commit cce8945
Show file tree
Hide file tree
Showing 407 changed files with 2,473 additions and 551 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$26000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "119.89%"},
{"OrderListHash", "2b4c6d1cb2fc32e25f9a744e8aa7229a"}
{"OrderListHash", "d06c26f557b83d8d42ac808fe2815a1e"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/AddAlphaModelAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public override IEnumerable<Insight> Update(QCAlgorithm algorithm, Slice data)
{"Estimated Strategy Capacity", "$47000000.00"},
{"Lowest Capacity Asset", "IBM R735QTJ8XC9X"},
{"Portfolio Turnover", "41.18%"},
{"OrderListHash", "e07dec6ddf0ef6b5d9c791b0593ec4dc"}
{"OrderListHash", "d929e7959f079ad4fed42e8f3b35e39e"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/AddBetaIndicatorRegressionAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
{"Estimated Strategy Capacity", "$35000000.00"},
{"Lowest Capacity Asset", "IBM R735QTJ8XC9X"},
{"Portfolio Turnover", "1.51%"},
{"OrderListHash", "381bb9310f9dceb8a79a56849789bdab"}
{"OrderListHash", "1db1ce949db995bba20ed96ea5e2438a"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$5500000.00"},
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
{"Portfolio Turnover", "66.80%"},
{"OrderListHash", "0ade3a7a7aaafa3263082c93cf17c4d8"}
{"OrderListHash", "579e2e83dd7e5e7648c47e9eff132460"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$22000000.00"},
{"Lowest Capacity Asset", "ES XFH59UK0MYO1"},
{"Portfolio Turnover", "122.11%"},
{"OrderListHash", "679692e30a7cf3b54b09af766589df80"}
{"OrderListHash", "d744fa8beaa60546c84924ed68d945d9"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$2600000.00"},
{"Lowest Capacity Asset", "ES 31C3JQS9D84PW|ES XCZJLC9NOB29"},
{"Portfolio Turnover", "495.15%"},
{"OrderListHash", "51ae811a9f7a26ae8eb96cdcefe1ab59"}
{"OrderListHash", "85257286f088992d599c1ad0799a6237"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$760000.00"},
{"Lowest Capacity Asset", "ES XCZJLDQX2SRO|ES XCZJLC9NOB29"},
{"Portfolio Turnover", "32.31%"},
{"OrderListHash", "8d248c2234fec09fbe09f86735fefd99"}
{"OrderListHash", "7a04f66a30d793bf187c2695781ad3ee"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$5700000.00"},
{"Lowest Capacity Asset", "AOL VRKS95ENLBYE|AOL R735QTJ8XC9X"},
{"Portfolio Turnover", "0.55%"},
{"OrderListHash", "f4c70895e766de85de883a25ca0b5c08"}
{"OrderListHash", "24191a4a3bf11c07622a21266618193d"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$2800000.00"},
{"Lowest Capacity Asset", "AOL VRKS95ENLBYE|AOL R735QTJ8XC9X"},
{"Portfolio Turnover", "1.14%"},
{"OrderListHash", "99fd501dbd9e78656be9b32869fc32e0"}
{"OrderListHash", "cde7b518b7ad6d86cff6e5e092d9a413"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$30000.00"},
{"Lowest Capacity Asset", "AAPL VXBK4Q9ZIFD2|AAPL R735QTJ8XC9X"},
{"Portfolio Turnover", "0.07%"},
{"OrderListHash", "b01a993665c5333c37de9dbef0717e14"}
{"OrderListHash", "c763192f852f447453941500d362dbf1"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$3000.00"},
{"Lowest Capacity Asset", "GOOCV 305RBR0BSWIX2|GOOCV VP83T1ZUHROL"},
{"Portfolio Turnover", "1.49%"},
{"OrderListHash", "3adcc7ebf4153baabb073a8152e8cb2b"}
{"OrderListHash", "bd115ec8bb7734b1561d6a6cc6c00039"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$830000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "20.49%"},
{"OrderListHash", "48d8e1195003665a2febf547c075d07f"}
{"OrderListHash", "6ebe462373e2ecc22de8eb2fe114d704"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/AddRemoveSecurityRegressionAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
{"Estimated Strategy Capacity", "$4700000.00"},
{"Lowest Capacity Asset", "AIG R735QTJ8XC9X"},
{"Portfolio Turnover", "29.88%"},
{"OrderListHash", "b26f2f30082b754b065c41bb0ace44cc"}
{"OrderListHash", "6061ecfbb89eb365dff913410d279b7c"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/AddRiskManagementAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public override void Initialize()
{"Estimated Strategy Capacity", "$38000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "59.74%"},
{"OrderListHash", "b5a7935f37d94eb20f6bcd88578dbaee"}
{"OrderListHash", "5d7657ec9954875eca633bed711085d3"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$230000.00"},
{"Lowest Capacity Asset", "AAPL VXBK4QQIRLZA|AAPL R735QTJ8XC9X"},
{"Portfolio Turnover", "0.25%"},
{"OrderListHash", "afec48c499382b1d01af22daafe9f648"}
{"OrderListHash", "5906f39bc46c238374cb8c7245dd66f8"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/AddUniverseSelectionModelAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$340000000.00"},
{"Lowest Capacity Asset", "FB V6OIPNZEM8V9"},
{"Portfolio Turnover", "26.92%"},
{"OrderListHash", "be09b39c5d01b0694f474ea7f7c5ae09"}
{"OrderListHash", "3832790c7dd9d50805b6206129b01110"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$550000000.00"},
{"Lowest Capacity Asset", "AAPL R735QTJ8XC9X"},
{"Portfolio Turnover", "7.33%"},
{"OrderListHash", "b2ec2148ac94b67038a5bb4a2655f0a6"}
{"OrderListHash", "2add92a1f922c6730d8c20ff65934a46"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/AdjustedVolumeRegressionAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$42000000.00"},
{"Lowest Capacity Asset", "AAPL R735QTJ8XC9X"},
{"Portfolio Turnover", "99.56%"},
{"OrderListHash", "92cacc8a537ff29960b6d092c3f92cf1"}
{"OrderListHash", "60f03c8c589a4f814dc4e8945df23207"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public Dictionary<Symbol, long> AllShortableSymbols(DateTime localTime)
{"Estimated Strategy Capacity", "$2600000.00"},
{"Lowest Capacity Asset", "GOOCV VP83T1ZUHROL"},
{"Portfolio Turnover", "10.61%"},
{"OrderListHash", "9c129e856afe96579b52cbfe95237100"}
{"OrderListHash", "854d4ba6a4ae39f9be2f9a10c8544fe5"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public override void OnData(Slice slice)
{"Estimated Strategy Capacity", "$32000000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "0.02%"},
{"OrderListHash", "e6711c76cb05bbb575ca067664348d88"}
{"OrderListHash", "fab920b5fc92a6e14d8128564249fbfa"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected override decimal ComputeNextValue(QuoteBar input)
{"Estimated Strategy Capacity", "$200000000.00"},
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
{"Portfolio Turnover", "351.80%"},
{"OrderListHash", "23cf084b30ec3d70b1b9f54c9b3b975f"}
{"OrderListHash", "dfd9a280d3c6470b305c03e0b72c234e"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected override decimal ComputeNextValue(IReadOnlyWindow<IndicatorDataPoint>
{"Estimated Strategy Capacity", "$56000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "19.93%"},
{"OrderListHash", "0c0f9328786b0c9e8f88d271673d16c3"}
{"OrderListHash", "3da9fa60bf95b9ed148b95e02e0cfc9e"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public override OrderEvent MarketFill(Security asset, MarketOrder order)
{"Estimated Strategy Capacity", "$0"},
{"Lowest Capacity Asset", "GOOCV VP83T1ZUHROL"},
{"Portfolio Turnover", "17.02%"},
{"OrderListHash", "774204888824c3df9182b17dd7b55a2e"}
{"OrderListHash", "b1e5e72fb766ab894204bc4b1300912b"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicSetAccountCurrencyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "€85000.00"},
{"Lowest Capacity Asset", "BTCEUR 2XR"},
{"Portfolio Turnover", "107.64%"},
{"OrderListHash", "b0544d71cee600ef1f09c6000d6a3229"}
{"OrderListHash", "6819dc936b86af6e4b89b6017b7d5284"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public override void SetAccountCurrency()
{"Estimated Strategy Capacity", "€85000.00"},
{"Lowest Capacity Asset", "BTCEUR 2XR"},
{"Portfolio Turnover", "107.64%"},
{"OrderListHash", "64c44a56824e67b86213539212d08e25"}
{"OrderListHash", "3d450fd418a0e845b3eaaac17fcd13fc"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$56000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "19.93%"},
{"OrderListHash", "0c0f9328786b0c9e8f88d271673d16c3"}
{"OrderListHash", "3da9fa60bf95b9ed148b95e02e0cfc9e"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateAxosAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$150000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "4.98%"},
{"OrderListHash", "c198b0d9bf2b4c41d69c7ea4750f09b5"}
{"OrderListHash", "8774049eb5141a2b6956d9432426f837"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateContinuousFutureAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$1100000000.00"},
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
{"Portfolio Turnover", "2.32%"},
{"OrderListHash", "c42bb4b319557346b155cd2c06ade894"}
{"OrderListHash", "2f6afca6b20a56eea9dd327dcb401682"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$190000000.00"},
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
{"Portfolio Turnover", "2.34%"},
{"OrderListHash", "8a6ad6061fc3c311934a0801c26744eb"}
{"OrderListHash", "f34d9277d1d81a8125879f5ff8202626"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateCryptoAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public override void OnEndOfAlgorithm()
{"Estimated Strategy Capacity", "$0"},
{"Lowest Capacity Asset", "BTCEUR 2XR"},
{"Portfolio Turnover", "118.08%"},
{"OrderListHash", "77458586d24f1cd00623d63da8279be2"}
{"OrderListHash", "26b9a07ace86b6a0e0eb2ff8c168cee0"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateCryptoFutureAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
{"Estimated Strategy Capacity", "$500000000.00"},
{"Lowest Capacity Asset", "ADAUSDT 18R"},
{"Portfolio Turnover", "0.16%"},
{"OrderListHash", "ed329700a93491ffe30354769767c6aa"}
{"OrderListHash", "dcc4f964b5549c753123848c32eaee41"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
{"Estimated Strategy Capacity", "$370000000.00"},
{"Lowest Capacity Asset", "ADAUSDT 18R"},
{"Portfolio Turnover", "0.12%"},
{"OrderListHash", "5b1290390c34b0e64ac0b9e834c27b07"}
{"OrderListHash", "50a51d06d03a5355248a6bccef1ca521"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateDailyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$970000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "10.09%"},
{"OrderListHash", "418c8ec9920ec61bdefa2d02a8557048"}
{"OrderListHash", "39a84b9f15bb4e8ead0f0ecb59f28562"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFrameworkAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
{"Estimated Strategy Capacity", "$27000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "59.86%"},
{"OrderListHash", "75c4c7221e2e70d0aa5c9844aae9009c"}
{"OrderListHash", "f209ed42701b0419858e0100595b40c0"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFutureRolloverAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void Dispose()
{"Estimated Strategy Capacity", "$5900000000.00"},
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
{"Portfolio Turnover", "0.27%"},
{"OrderListHash", "9fb6d9433c29815301d818ccd7f3863f"}
{"OrderListHash", "90f952729deb9cb20be75867576e5b87"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFuturesAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$14000.00"},
{"Lowest Capacity Asset", "GC VOFJUCDY9XNH"},
{"Portfolio Turnover", "9912.69%"},
{"OrderListHash", "398c0383a9ba3235f15ac472a7fbcb8a"}
{"OrderListHash", "6e0f767a46a54365287801295cf7bb75"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFuturesDailyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ select futuresContract
{"Estimated Strategy Capacity", "$1000.00"},
{"Lowest Capacity Asset", "ES VRJST036ZY0X"},
{"Portfolio Turnover", "3.41%"},
{"OrderListHash", "1666cd6c277c6ea8b1b46d5dfa6bac9f"}
{"OrderListHash", "394c47e4e0f54c5981d7c8aa99e9bc83"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFuturesFrameworkAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public override IEnumerable<IPortfolioTarget> CreateTargets(QCAlgorithm algorith
{"Estimated Strategy Capacity", "$17000000.00"},
{"Lowest Capacity Asset", "GC VL5E74HP3EE5"},
{"Portfolio Turnover", "43.23%"},
{"OrderListHash", "1daca8b4534258de0f1bf09214205b77"}
{"OrderListHash", "c0fc1bcdc3008a8d263521bbc9d7cdbd"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class BasicTemplateFuturesFrameworkWithExtendedMarketAlgorithm : BasicTem
{"Estimated Strategy Capacity", "$52000000.00"},
{"Lowest Capacity Asset", "GC VL5E74HP3EE5"},
{"Portfolio Turnover", "43.77%"},
{"OrderListHash", "ba6e16f476a2ddeeaab9c9091664f7a1"}
{"OrderListHash", "dcdaafcefa47465962ace2759ed99c91"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateFuturesHourlyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class BasicTemplateFuturesHourlyAlgorithm : BasicTemplateFuturesDailyAlgo
{"Estimated Strategy Capacity", "$9000.00"},
{"Lowest Capacity Asset", "ES VP274HSU1AF5"},
{"Portfolio Turnover", "17.91%"},
{"OrderListHash", "19d70e24c5d0922d1557de4adbf60ab5"}
{"OrderListHash", "b5214a0fcd0694093aa2a478a983de1a"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
{"Estimated Strategy Capacity", "$130000.00"},
{"Lowest Capacity Asset", "GC VOFJUCDY9XNH"},
{"Portfolio Turnover", "32523.20%"},
{"OrderListHash", "584fbdabd837921edc6a7e99759b9c66"}
{"OrderListHash", "0664a72652a19956ea3c4915269cc4b9"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class BasicTemplateFuturesWithExtendedMarketDailyAlgorithm : BasicTemplat
{"Estimated Strategy Capacity", "$1000.00"},
{"Lowest Capacity Asset", "ES VRJST036ZY0X"},
{"Portfolio Turnover", "4.16%"},
{"OrderListHash", "ce63f5e611a7ab2f49d49c9fdc777ef5"}
{"OrderListHash", "52580f1e94ab1875301d3bbd157f4580"}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class BasicTemplateFuturesWithExtendedMarketHourlyAlgorithm : BasicTempla
{"Estimated Strategy Capacity", "$3000.00"},
{"Lowest Capacity Asset", "ES VP274HSU1AF5"},
{"Portfolio Turnover", "56.68%"},
{"OrderListHash", "4ebc10fed9201f59aa7fcd90fbb49448"}
{"OrderListHash", "60f85901ecc345e597c0153506792285"}
};
}
}
2 changes: 1 addition & 1 deletion Algorithm.CSharp/BasicTemplateHourlyAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public override void OnData(Slice data)
{"Estimated Strategy Capacity", "$110000000.00"},
{"Lowest Capacity Asset", "SPY R735QTJ8XC9X"},
{"Portfolio Turnover", "19.96%"},
{"OrderListHash", "0f357e8eeee4108d6b53f2b671e97f29"}
{"OrderListHash", "966f8355817adbc8c724d1062691a60b"}
};
}
}
Loading

0 comments on commit cce8945

Please sign in to comment.