Support Board
Date/Time: Wed, 15 Jan 2025 09:41:56 +0000
Post From: How to trade a different security from chart
[2017-06-07 02:41:59] |
User972044 - Posts: 154 |
According to your documentation, sc.Index initially starts at 0 and increments up to sc.ArraySize -1 when the study is fully recalculated. Well this is where the problem is. The sc.Index is NOT being incremented, it's staying at 0. I have sc.Autoloop = 0; and I have ALWAYS set it at 0 and sc.Index has always incremented but not this time. Do I have to manually increment sc.Index by 1 in my codes now? I have never had to do that before. Please advise. |