Login Page - Create Account

Support Board


Date/Time: Sat, 12 Sep 2026 07:47:25 +0000



Post From: ACSIL - sc.AreRenkoBars() - true for delta bars

[2015-09-21 19:10:25]
ejtrader - Posts: 689
Thank you sc team.

For any one else referencing this thread in the future, the following code seems to detect the painted open/close properly for any type of chart (as of this date). Verified manually.

if(sc.RenkoTicksPerBar)
{
// SC_RENKO_OPEN & SC_RENKO_CLOSE - These values are likely to represent the candle open/close values
}

thanks