Support Board
Date/Time: Sat, 05 Jul 2025 15:43:04 +0000
Post From: Bar has Closed in Renko
[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]; |