Support Board
Date/Time: Fri, 22 Nov 2024 17:17:58 +0000
Post From: Changes to Chart Settings > Chart Data > Dates to Exclude ignored
[2024-10-11 18:30:38] |
Sierra_Chart Engineering - Posts: 17143 |
The problem is this date-time has a small time component: SCDateTime SelectedTPODateTime = sc.BaseDateTimeIn[sc.ActiveToolIndex];
That needs to be removed like this: SCDateTime SelectedTPODateTime = sc.BaseDateTimeIn[sc.ActiveToolIndex].GetDateAsSCDateTime();
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2024-10-11 18:30:59
|