×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

TickValue

416 bytes added, 10:48, 27 January 2012
Created page with "The TickValue function returns the currency value of one tick. == Code == <syntaxhighlight> TickValue = (MinMove / PriceScale) * BigPointValue; </syntaxhighlight> == Usage ==..."
The TickValue function returns the currency value of one tick.

== Code ==
<syntaxhighlight>
TickValue = (MinMove / PriceScale) * BigPointValue;
</syntaxhighlight>
== Usage ==
<syntaxhighlight>
if (LastBarOnChart_s = True) then
Print(GetSymbolName, " - ", TickValue);
</syntaxhighlight>
returns
<syntaxhighlight>
6E - 12.5
</syntaxhighlight>
Here the 6E is has a tick value of $12.50.

[[Category:Functions]]

Navigation menu