Support Board
Date/Time: Tue, 21 Jan 2025 04:00:23 +0000
[Programming Help] - Some Index Questions
View Count: 562
[2018-07-19 15:41:34] |
User39772 - Posts: 311 |
Hello Support, is the meaning of: sc.IndexOfLastVisibleBar; and sc.ArraySize identical ? If not, please explain. Are the following statement a valid statement, if my study should always and only process the last 100 bars in the chart during a Replay ? if (sc.Index > (sc.ArraySize - 100) ) { // Study Code ... } if (sc.Index > (sc.IndexOfLastVisibleBar - 100) ) { // Study Code ... } Thanks for a reply ... |
To post a message in this thread, you need to log in with your Sierra Chart account: