Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 16:12:36 +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]);