Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 01:30:06 +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