Support Board
Date/Time: Sun, 28 Feb 2021 01:10:22 +0000
Post From: Version 2151 Available: Foundation For Millisecond/Microsecond Timestamping
[2020-08-20 06:22:22] |
|
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: https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html#scGetBarPeriodParameters 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. If possible please keep your questions brief and to the point. Please be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation If your question/request has been answered and you do not have anything further, then it is easiest for us if you do not reply again to say thank you. Date Time Of Last Edit: 2020-08-20 20:58:53
|