Support Board
Date/Time: Sun, 02 Nov 2025 09:21:38 +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]); |
