Updates to support calculated betas in the fundamental feed.
This commit is contained in:
@@ -829,7 +829,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),
|
||||
|
||||
Reference in New Issue
Block a user