Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 07:23:02 +0000



Post From: sc.TicksToPriceValue

[2015-10-21 15:27:52]
DarthSidious - Posts: 63
Yes, but from sierrachart.h:
  float TicksToPriceValue(unsigned int Ticks)
  {

    return Ticks*TickSize;
  }
And TickSize is defined here
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