Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 17:20:58 +0000



[User Discussion] - ACSIL Draw Line until End of Day

View Count: 366

[2022-06-23 17:00:16]
schopp - Posts: 3
hi,

I am trying to draw a line using n_ACSIL::s_LineUntilFutureIntersection for a configured number of bars(eg: 2000). With the s_LineUntilFutureIntersection API, I was able to draw the line either until Intersection or until End of Chart.

I am currently using sc.AddLineUntilFutureIntersectionEx() function to draw line UntilIntersection and UntilEndOfChart, which is working as expected...

Just looking for guidance around the api details to draw the line to EndOfDay.

Thanks in advance,
Suresh
Date Time Of Last Edit: 2022-06-24 09:52:27
[2022-07-04 09:35:48]
schopp - Posts: 3
managed to achieve this using EndBarIndex and deriving the end index value from the chart session end time clubbed with the bar index value.

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

Login

Login Page - Create Account