Support Board
Date/Time: Sat, 01 Nov 2025 08:30:47 +0000
Post From: Bar has Closed in Renko
| [2024-11-30 18:49:26] |
| ForgivingComputers.com - Posts: 1150 |
|
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]; |
