Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 17:58:19 +0000



Post From: Version 2151 Available: Foundation For Millisecond/Microsecond Timestamping

[2020-08-20 06:22:22]
Sierra Chart Engineering - Posts: 104368
We have done some additional ACSIL cleanup in version 2155, to be released. The following functions and data members have been removed:

int AreTimeSpecificBars()

int AreRangeBars()

int AreNumberOfTradesBars()

int AreVolumeBars()

int AreRenkoBars()

int AreReversalBars()

int ArePriceChangesBars()

int AreDeltaVolumeBars()

int ArePointAndFigureBars()

sc.NumberOfTradesPerBar
sc.VolumePerBar
sc.RenkoTicksPerBar
sc.ReversalTicksPerBar
sc.PointAndFigureBoxSizeInTicks      
sc.PointAndFigureReversalSizeNumBoxes
sc.RenkoTrendOpenOffsetInTicks      
sc.RenkoReversalOpenOffsetInTicks
sc.DeltaVolumePerBar
sc.PriceChangesPerBar
sc.DailyDataBarPeriod
sc.DaysPerBar
sc.RangeBarValue
sc.RangeBarType  
sc.MonthsPerBar

These functions and members have been out of date now for years and have been documented as being deprecated during all of that time.

The replacement function to access this data is:
sc.GetBarPeriodParameters()

The following text string members are now changed to functions:

SCString sc.VersionNumber();
SCString sc.UserName();
SCString sc.DataFilesFolder();
SCString sc.ServiceCodeForSelectedDataTradingService();
SCString sc.SCDataFeedSymbol();
SCString sc.CustomAffiliateCode();
SCString sc.ChartbookName();
SCString sc.ChartTextFont();

This is now a function:

n_ACSIL::DTCSecurityTypeEnum sc.SecurityType();

There are two reasons for this code cleanup. One reason is just to remove members which are just out of date and deprecated and the other reason is to improve performance and improve code safety.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2020-08-20 20:58:53