Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 12:58:47 +0000



[Programming Help] - Bar has Closed in Renko

View Count: 269

[2024-11-26 08:15:55]
User921201 - Posts: 6
When using Renko Bars in Sierra, how can I get to know if the renko bar has closed or not? is it the same as sc.GetBarHasClosedStatus() or something else for it? Also when using Renko Bar with Wicks, is there a way to get the high and low of the bar? Or I can only get Close and Open of the renko bar?
[2024-11-30 18:49:26]
ForgivingComputers.com - Posts: 1076
is it the same as sc.GetBarHasClosedStatus()
Yes.

Renko Bar with Wicks, is there a way to get the high and low of the bar? Or I can only get Close and Open of the renko bar?

float High = sc.BaseData[SC_HIGH][sc.Index];
float Low = sc.BaseData[SC_LOW][sc.Index];

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

Login

Login Page - Create Account