Login Page - Create Account

Support Board


Date/Time: Mon, 28 Oct 2024 11:18:02 +0000



Post From: Changes to Chart Settings > Chart Data > Dates to Exclude ignored

[2024-10-11 18:30:38]
Sierra_Chart Engineering - Posts: 16755
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