internal void UserInterfaceUpdate(bool updateChart = true, bool updateAllocationTable = true) { if (updateChart) { _view.SetChartData(_TSManager.GetChartData(_view.IsIndex, _view.Frame, _view.ChartDataStartDate)); _view.PrintChart(); } if (updateAllocationTable) { _view.AllocationTableUpdate(); _view.TxExplorerPreparation(); _view.OpenOrdersPreparation(); } }