Support Board
Date/Time: Wed, 10 Sep 2025 05:24:24 +0000
Post From: Bar has Closed in Renko
[2024-11-30 18:49:26] |
ForgivingComputers.com - Posts: 1114 |
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]; |