Support Board
Date/Time: Tue, 24 Dec 2024 02:57:48 +0000
Post From: sc.TicksToPriceValue
[2015-10-21 15:27:52] |
DarthSidious - Posts: 63 |
Yes, but from sierrachart.h: float TicksToPriceValue(unsigned int Ticks)
And TickSize is defined here{ return Ticks*TickSize; } http://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Variables_And_Arrays.html#scTickSize So TicksToPriceValue() will tell you the total value of that many ticks for the current chart |