Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 01:32:31 +0000



Typo in Manual re sc.SetBarPeriodParameters

View Count: 493

[2018-07-26 21:35:28]
Marmany - Posts: 303
For info:
There is an error in the Manual
n_ACSIL::s_BarPeriod NewBarPeriod;
NewBarPeriod.ChartDataType = INTRADAY_DATA;
NewBarPeriod.IntradayChartBarPeriodType = IBPT_DAYS_MINS_SECS;
NewBarPeriod.IntradayChartBarPeriodParameter1 = 300;// 300 seconds per bar which is 5 minutes

//Set the bar period parameters. This will go into effect after the study function returns.
sc.SetBarPeriodParameters(BarPeriod);

Should be sc.SetBarPeriodParameters(NewBarPeriod);
[2018-07-27 13:34:49]
John - SC Support - Posts: 31480
Thank you for letting us know. This has been corrected.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account