Support Board
Date/Time: Sat, 05 Jul 2025 01:57:58 +0000
Post From: Very low programming experience, help w/ simple trading system
[2014-04-06 21:25:17] |
Zosimus - Posts: 345 |
Just from a very first glance: Change Buy[sc.Index] = 1; to Buy[sc.Index] = sc.Low[sc.Index]- sc.TickSize; change Sell[sc.Index] = 1; to Sell[sc.Index] = sc.High[sc.Index]+sc.Ticksize; |