Fix Sell Date in the ClosePositionDialogViewModel
This commit is contained in:
@@ -148,8 +148,6 @@ namespace PortfolioManager.ViewModels
|
||||
bollingerBandRenderer.ExternalStopLimits = stopLimits;
|
||||
bollingerBandRenderer.SetData(selectedSymbol, selectedDayCount);
|
||||
bollingerBandRenderer.Render();
|
||||
// bollingerBandRenderer.SetData(selectedSymbol, selectedDayCount); // do it twice. The second render will figure out the text image overlaps
|
||||
// bollingerBandRenderer.Render();
|
||||
});
|
||||
workerTask.ContinueWith((continuation) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user