ParamLong
ParamLong
Gets the value of specified parameter of long type.
long ParamLong(
int index // index
) constParameters
- index
[in] Parameter index.
Return Value
The value of specified parameter of long type, used in creation of the indicator.
Note
If the parameter index is invalid or the parameter is not of long type, it returns 0.
Last updated on