This commit is contained in:
2025-05-01 11:28:28 -04:00
parent 648541d0ef
commit c9ec1a4ee8
4 changed files with 2 additions and 1 deletions

View File

@@ -413,6 +413,7 @@ namespace MarketData.Generator.MGSHMomentum
if(TradeDate.Equals(AnalysisDate))
{
TradeDate = nextBusinessDay;
Cycle++; // advance the cycle so the next monthly run calculates the correct slot
break;
}