Pmm get global named num
From MultiCharts
Returns a numerical value, indicating the global numerical value with VariableName name.
Usage
pmm_get_global_named_num(VariableName)
Parameters:
- VariableName - string variable.
Notes
This function can only be used in signals intended to be used with the Portfolio Trader.
Example
Value1 = pmm_get_global_named_num("GlobalVar");