Support Board
Date/Time: Wed, 10 Sep 2025 13:22:20 +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;
|