Pmm set my status

From MultiCharts
Jump to navigation Jump to search

This function sets a text (string) status for the current strategy of the portfolio (status is indicated in the “Custom Text” column of Portfolio Real-Time Window).

Usage

pmm_set_my_status(Status)

Parameters:

Status - string variable.

Notes

This function can only be used in signals intended to be used with the Portfolio Trader.

Example

if marketposition < 0 then pmm_set_my_status("Short");