Support Board
Date/Time: Tue, 13 May 2025 19:09:46 +0000
Post From: Sierra Chart Now Supports Building Custom Chart Bars Efficiently in ACSIL
[2017-12-27 23:36:13] |
gomifromparis - Posts: 244 |
It seems ChartBarInterface.InsertNewRecord = 1; is missing in the sample. The chart is starting to add bars, but still some issues. I see the bars created in IsInsertFileRecordsProcessing being sent once, so they arrive in IsDeterminingIfShouldStartNewBar, and then in IsFinalProcessingAfterNewOrCurrentBar, but then there is a problem, IsFinalProcessingAfterNewOrCurrentBar is sent one more time instead of IsInsertFileRecordsProcessing , so the bar splitting process can't continue. So if we add no bar, we have IDISNB IFPANOCB IIFRP IDISNB IFPANOCB IIFRP IDISNB IFPANOCB IIFRP but if we create a new bar in the underlined IIFRP, we get the sequence IDISNB IFPANOCB IIFRP IDISNB IFPANOCB IFPANOCB IDISNB IFPANOCB IIFRP IDISNB IFPANOCB IIFRP but I think we may be close.. Date Time Of Last Edit: 2017-12-27 23:36:42
|