Pmm get my named str
From MultiCharts
Returns a string value, indicating the value of VariableName of the current strategy.
Usage
pmm_get_my_named_str(VariableName)
Parameters:
- VariableName - string variable.
Notes
This function can only be used in signals intended to be used with the Portfolio Trader.
Example
pmm_get_my_named_str("CustomStr");