Skip to content

Commit 980cdea

Browse files
authored
Remove fill warnings from order tags (#8668)
* Remove warnings from tags and tests * Fix bugs * fix bugs * Revert wrong updates in some stats * Fix bugs
1 parent 26ef023 commit 980cdea

File tree

122 files changed

+164
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+164
-187
lines changed

Algorithm.CSharp/AddBetaIndicatorNewAssetsRegressionAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public override void OnOrderEvent(OrderEvent orderEvent)
145145
{"Estimated Strategy Capacity", "$87000.00"},
146146
{"Lowest Capacity Asset", "BTCUSD 2XR"},
147147
{"Portfolio Turnover", "2.22%"},
148-
{"OrderListHash", "4fcffc45d82203bb6ded8a0e86070b4f"}
148+
{"OrderListHash", "9fce77ef8817cf0159897fc64d01f5e9"}
149149
};
150150
}
151151
}

Algorithm.CSharp/AddOptionContractExpiresRegressionAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public override void OnData(Slice slice)
160160
{"Estimated Strategy Capacity", "$5700000.00"},
161161
{"Lowest Capacity Asset", "AOL VRKS95ENLBYE|AOL R735QTJ8XC9X"},
162162
{"Portfolio Turnover", "0.55%"},
163-
{"OrderListHash", "24191a4a3bf11c07622a21266618193d"}
163+
{"OrderListHash", "fc5ab25181a01ca5ce39212f60eb0ecd"}
164164
};
165165
}
166166
}

Algorithm.CSharp/BacktestingBrokerageRegressionAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public override OrderEvent MarketFill(Security asset, MarketOrder order)
339339
{"Estimated Strategy Capacity", "$0"},
340340
{"Lowest Capacity Asset", "GOOCV VP83T1ZUHROL"},
341341
{"Portfolio Turnover", "17.02%"},
342-
{"OrderListHash", "b1e5e72fb766ab894204bc4b1300912b"}
342+
{"OrderListHash", "a7ce5ff2bbe0fe273cf1631ea5a73fa6"}
343343
};
344344
}
345345
}

Algorithm.CSharp/BasicTemplateContinuousFutureAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
160160
{"Estimated Strategy Capacity", "$7100000.00"},
161161
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
162162
{"Portfolio Turnover", "2.33%"},
163-
{"OrderListHash", "04670183a0a4c9160167415aa5102499"}
163+
{"OrderListHash", "223735440010fcec5889bb7becacfa82"}
164164
};
165165
}
166166
}

Algorithm.CSharp/BasicTemplateContinuousFutureWithExtendedMarketAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
166166
{"Estimated Strategy Capacity", "$890000000.00"},
167167
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
168168
{"Portfolio Turnover", "2.32%"},
169-
{"OrderListHash", "f60fc7dcba2c1ff077afeb191aee5008"}
169+
{"OrderListHash", "1504a8892da8d8c0650018732f315753"}
170170
};
171171
}
172172
}

Algorithm.CSharp/BasicTemplateFutureRolloverAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void Dispose()
219219
{"Estimated Strategy Capacity", "$0"},
220220
{"Lowest Capacity Asset", "ES VMKLFZIH2MTD"},
221221
{"Portfolio Turnover", "0.13%"},
222-
{"OrderListHash", "7c8700a9baa24f6f76d866e7d88cc19c"}
222+
{"OrderListHash", "a6ccce3a1a7f549f887d83e84bfa878d"}
223223
};
224224
}
225225
}

Algorithm.CSharp/BasicTemplateFuturesDailyAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public override void OnSecuritiesChanged(SecurityChanges changes)
170170
{"Estimated Strategy Capacity", "$0"},
171171
{"Lowest Capacity Asset", "ES VRJST036ZY0X"},
172172
{"Portfolio Turnover", "0.92%"},
173-
{"OrderListHash", "c0713abdc4fb059c2be797fce36e4f36"}
173+
{"OrderListHash", "ddaa9dd20647fdbc4811d6e64bb30a40"}
174174
};
175175
}
176176
}

Algorithm.CSharp/BasicTemplateFuturesHourlyAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class BasicTemplateFuturesHourlyAlgorithm : BasicTemplateFuturesDailyAlgo
6969
{"Estimated Strategy Capacity", "$8000.00"},
7070
{"Lowest Capacity Asset", "ES VP274HSU1AF5"},
7171
{"Portfolio Turnover", "20.14%"},
72-
{"OrderListHash", "dedcc487d64e2f601990fc70393c89ed"}
72+
{"OrderListHash", "f6482c8757f82cb9f4c058e3ed6bc494"}
7373
};
7474
}
7575
}

Algorithm.CSharp/BasicTemplateFuturesWithExtendedMarketDailyAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class BasicTemplateFuturesWithExtendedMarketDailyAlgorithm : BasicTemplat
6969
{"Estimated Strategy Capacity", "$0"},
7070
{"Lowest Capacity Asset", "ES VRJST036ZY0X"},
7171
{"Portfolio Turnover", "0.87%"},
72-
{"OrderListHash", "8b8b733248a21fc717079be54b2e844c"}
72+
{"OrderListHash", "741a26424d2210171ad849d92fc75d23"}
7373
};
7474
}
7575
}

Algorithm.CSharp/BasicTemplateFuturesWithExtendedMarketHourlyAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class BasicTemplateFuturesWithExtendedMarketHourlyAlgorithm : BasicTempla
7474
{"Estimated Strategy Capacity", "$3000.00"},
7575
{"Lowest Capacity Asset", "ES VP274HSU1AF5"},
7676
{"Portfolio Turnover", "56.73%"},
77-
{"OrderListHash", "424536177e9be5895bab50638ef43a9d"}
77+
{"OrderListHash", "6ce7812de5c98744cc35169a86a24325"}
7878
};
7979
}
8080
}

0 commit comments

Comments
 (0)