Support Board
Date/Time: Tue, 24 Dec 2024 17:58:16 +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]); |