Debugging window  [SOLVED]

Questions about MultiCharts and user contributed studies.
al68
Posts: 14
Joined: 25 Mar 2016

Debugging window

Postby al68 » 21 Sep 2017

Hello,
in order to debug my strategy I have written
Print(Date,Time,barnumber,currentbar,buybar,buycount,...)
at the end of the code.
Now I'm looking for a debugging window that shows the relative data, possibly scrolling together with the chart, but I can't find it!
Any suggestion?
I've also tried to write:
Print("C:\test.txt",Date,Time,barnumber,currentbar,buybar,buycount,...)
but, since I'm testing on a vps I don't manage to find the relative file TXT.
Any help will be appreciated.
Many thanks in advance

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

Re: Debugging window

Postby TJ » 21 Sep 2017

Go to your PowerLanguage Editor,

look at the bottom half of the window,

click on the "Output" tab.

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: Debugging window

Postby sptrader » 21 Sep 2017

At the top of the editor page, make sure that the "View" , "Output Bar" is checked. Then do what TJ said .

al68
Posts: 14
Joined: 25 Mar 2016

Re: Debugging window  [SOLVED]

Postby al68 » 06 Mar 2018

Many thanks. Done


Return to “MultiCharts”