×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Pmm set my status - MultiCharts
Open main menu

Pmm set my status

Revision as of 12:48, 2 November 2016 by Angelina (talk | contribs) (Created page with "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). ==U...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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");