Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 22:50:33 +0000



Post From: trying to get started programming, problem with simple exampe (own SMA)

[2023-09-18 23:53:11]
ForgivingComputers.com - Posts: 1042
Your loop starts off meeting the condition so it exits. Try adding this before the loop:
if(sc.Index < BarIndexSize)
return;