diff --git a/ViewModels/BollingerBandViewModel.cs b/ViewModels/BollingerBandViewModel.cs index 3666356..9da4de2 100644 --- a/ViewModels/BollingerBandViewModel.cs +++ b/ViewModels/BollingerBandViewModel.cs @@ -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(",");