How to monitor multiple print() from diff. Signals?  [SOLVED]

Questions about MultiCharts and user contributed studies.
tonyng
Posts: 51
Joined: 04 Oct 2013
Has thanked: 2 times
Been thanked: 5 times

How to monitor multiple print() from diff. Signals?

Postby tonyng » 29 Apr 2014

We have multiple signals running with Print() statement to monitor the health of the tradings.
In TS, the output screen is attached to each chart BUT MC only has one output screen attached to the editor. Is there a way to do it with MC to monitor Print() message from diff. Signals?

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: How to monitor multiple print() from diff. Signals?  [SOLVED]

Postby TJ » 29 Apr 2014

We have multiple signals running with Print() statement to monitor the health of the tradings.
In TS, the output screen is attached to each chart BUT MC only has one output screen attached to the editor. Is there a way to do it with MC to monitor Print() message from diff. Signals?
you can add the following keywords to your PRINT statement:

GetStrategyName
GetSymbolName
BarInterval


Return to “MultiCharts”