Change display of Bollinger Band Price

This commit is contained in:
2025-12-01 19:47:22 -05:00
parent 761b4cee4e
commit 247eb8141b

View File

@@ -820,7 +820,9 @@ namespace TradeBlotter.ViewModels
sb.Append(" Thru ");
sb.Append(Utility.DateTimeToStringMMHDDHYYYY(prices[0].Date));
sb.Append(" (").Append(Utility.FormatCurrency(prices[0].Close));
sb.Append("(C)");
sb.Append("/").Append(Utility.FormatCurrency(prices[0].Low));
sb.Append("(L)");
if(!float.IsNaN(change))
{
sb.Append(",");