Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 17:35:27 +0000



Post From: Bill Williams Alligator indicator returning incorrect values from what is rendered

[2023-11-19 20:52:04]
quriousqitty - Posts: 13
In case others run into this issue in the future, the values returned at sc.Index in code were different from the values rendered because for some weird reason, the values at sc.Index are actually lagging. i.e. WATeeth3m[sc.Index] is actually WATeeth3m[sc.Index - 5]. I'm not sure why 5 or why this behavior but it is what it is. :(