Support Board
Date/Time: Wed, 02 Jul 2025 01:33:21 +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;
|