Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 16:26:25 +0000



Post From: plotting a condition on chart

[2021-03-15 21:38:55]
ForgivingComputers.com - Posts: 1122
sc.Low[sc.Index] <= P_R_Lower_Band

The right side needs an array index.

I think you want this instead:

sc.Low[sc.Index] <= PRLB