Support Board
Date/Time: Sun, 11 May 2025 05:45:55 +0000
Post From: Incorrect ACSIL Function (SCALE_CONSTRANGE)
[2024-08-30 18:36:36] |
Sierra_Chart Engineering - Posts: 19539 |
We have corrected the documentation. We see no problem with these variables. Below is a test function: /*==========================================================================*/
SCSFExport scsf_TestFunction9(SCStudyInterfaceRef sc) { SCSubgraphRef Subgraph_Test = sc.Subgraph[0]; if (sc.SetDefaults) { // Set the configuration and defaults sc.GraphName = "Test Function 9"; sc.AutoLoop = 0; sc.GraphRegion = 0; return; } if (sc.IsFullRecalculation) { // constant range testing sc.BaseGraphScaleRangeType = SCALE_CONSTANT_RANGE; sc.BaseGraphScaleConstRange = 30; } } 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-08-30 18:37:14
|