Login Page - Create Account

Support Board


Date/Time: Mon, 23 Dec 2024 10:54:21 +0000



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

[2015-09-21 19:10:25]
ejtrader - Posts: 688
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