Portfolio Trader Custom Text pmm_set_my_status C#

Questions about MultiCharts .NET and user contributed studies.
jegardne
Posts: 2
Joined: 06 Mar 2015

Portfolio Trader Custom Text pmm_set_my_status C#

Postby jegardne » 06 Mar 2015

In the multicharts.net version of Portfolio Trader how do you write to "Custom Text " from C#


Instrument – name of the instrument;
Position – current market position of the instrument;
Open P/L – open position profit/loss of the instrument;
Net Profit – net profit of the instrument;
Risk Capital - amount invested into the current position;
Equity - current equity of the instrument (Net Profit + Open P/L);
Custom Text - a text line generated by a signal (pmm_set_my_status) or PMM signal (pmms_strategies_set_status_for_all);
Pause/Resume Trading Instrument button - allows the user to pause/resume order generation for the selected instrument;
Close Position instrument button - allows the user to close the position for the selected instrument.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Portfolio Trader Custom Text pmm_set_my_status C#

Postby Henry MultiСharts » 19 Mar 2015

Hello jegardne,

You need to use IPortfolioStrategy.Status Property for that.


Return to “MultiCharts .NET”