Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 06:37:30 +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;