Trading update and some code cleanup

This commit is contained in:
2025-05-01 21:33:37 -04:00
parent 0cff3ccb5c
commit 9d154698e5
4 changed files with 407 additions and 397 deletions

View File

@@ -828,7 +828,7 @@ namespace MarketData.Generator.MGSHMomentum
}
else
{
MDTrace.WriteLine(LogLevel.DEBUG, String.Format("[UpdateStopLimitsForActivePositions] No stop adjustment for {0} on {1} because low price {2} is less then or equal to the purchase price {3}.",
MDTrace.WriteLine(LogLevel.DEBUG, String.Format("[UpdateStopLimitsForActivePositions] No stop adjustment for {0} on {1} because low price {2} is less than or equal to the purchase price {3}.",
position.Symbol,
analysisDate.ToShortDateString(),
Utility.FormatCurrency(price.Low),