Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 13:35:07 +0000



Post From: Bar Difference - Doji Only. Study programming help needed

[2015-10-29 15:14:46]
KhaosTrader - Posts: 128
prob is this


if (sc.Close[sc.Index] = sc.Open[sc.Index]);


should be


if (sc.Close[sc.Index] == sc.Open[sc.Index]);