Login Page - Create Account

Support Board


Date/Time: Thu, 01 May 2025 03:32:29 +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;