Support Board
Date/Time: Mon, 13 Jan 2025 02:44:04 +0000
Post From: Point & Figure Chart, sc.Index
[2017-03-15 21:03:38] |
TerellDunn - Posts: 8 |
The statements below are my assumptions. Correct me if I am wrong. With automatic looping enabled, sc.BaseData[SC_LAST][sc.Index] is the last (closing/ current) price of the right most visible bar on the chart. This particular bar, let's call it "green bar 1", would still be in the process of updating to new data. Once the price has reached the reversal size I specified, a new bar is formed, let's call it "red bar 1". Now, to access the high price of "green bar 1", I would use sc.BaseData[SC_HIGH][sc.Index - 1]. |