Pmm set my named num
From MultiCharts
This function sets the value of VariableName of the current strategy.
Usage
pmm_set_my_named_num(VariableName, VariableValue)
Parameters:
- VariableName - string variable.
- VariableValue - numeric variable.
Notes
This function can only be used in signals intended to be used with the Portfolio Trader.
Example
pmm_set_my_named_num("MarketPosition", marketposition);