Support Board
Date/Time: Sat, 28 Jun 2025 07:31:38 +0000
Post From: Time and Sales data - recalculation problem
[2021-09-12 10:39:38] |
User411647 - Posts: 21 |
Dear support I am working on study based on Time and sales data When I want to change study settings or any change so SC stop working during recalculation After restart SC I have to temporarily disconnect datafeed and then open chartbook, connect datafeed to make it work So changes are possible when disconnect datafeed c_SCTimeAndSalesArray TimeSales;
sc.GetTimeAndSales(TimeSales); if (TimeSales.Size() == 0) return; for (int TSIndex = mojIndex - 1; TSIndex >= 0; --TSIndex) .................................. |