Support Board
Date/Time: Tue, 21 Oct 2025 04:45:08 +0000
Post From: convert price to price-in-ticks
[2013-04-25 12:47:38] |
vegasfoster - Posts: 444 |
Dividing price by sc.TickSize will give you the number of ticks, e.g. int Ticks = sc.Close[sc.Index]/sc.TickSize;
|