TickValue ( String symbol , String symbol );
Default values:
symbol: getSymbol()
symbol: getSymbol()
Description
Returns the dollar value of a symbol tick.
Input parameters
Parameter | Default value | Description |
---|---|---|
symbol | current symbol | Defines symbol for which the tick value is returned. |
Example
AddLabel(yes, "Contract size is " + TickValue()/TickSize());
In this example the contract size is calculated using the tick size and value.