Support Board
Date/Time: Wed, 15 Jan 2025 18:44:13 +0000
Post From: Question about how sc.GetBarHasClosedStatus() works
[2017-07-21 21:51:18] |
CustomIndicators - Posts: 126 |
Yes, my study does use automatic looping. I wasn't sure if I should use sc.UpdateStartIndex or not, even after reading the documentation on that a few times. I assume from your comment, its only needed in manual looping? I've recompiled and added the version to the chart not using sc.UpdateStartIndex. It still isn't finding my pivot points. Any idea why? The only thing different, is having my pivot point finding if statements inside an if statement checking for the end of the bar. |