why no print function in PLEditor?  [SOLVED]

Questions about MultiCharts and user contributed studies.
Guest

why no print function in PLEditor?

Postby Guest » 04 Dec 2006

How do you print the source code?
I don't see any print function in PLEditor.

User avatar
Stanley Miller
Posts: 556
Joined: 26 Jul 2005
Has thanked: 3 times

Postby Stanley Miller » 04 Dec 2006

We'll add print option in the future version.

damageboy
Posts: 70
Joined: 15 Sep 2006
Been thanked: 15 times

  [SOLVED]

Postby damageboy » 06 Dec 2006

For the meanwhile you can use the following snippet of code to print directly to file.

I personally prefer this methos anyway since multiple indicators can redirect to multiple files.

Code: Select all

Print(File("C:\Indicator.txt"), "Hello World");


Return to “MultiCharts”