Change display of Bollinger Band Price
This commit is contained in:
@@ -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(",");
|
||||
|
||||
Reference in New Issue
Block a user