Description & scanner window

Questions about MultiCharts and user contributed studies.
hmma
Posts: 4
Joined: 15 Apr 2012
Has thanked: 3 times

Description & scanner window

Postby hmma » 09 May 2012

Hi

How I can add instruments description to scanner window?

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

Re: Description & scanner window

Postby Henry MultiСharts » 09 May 2012

Create a new indicator in the PowerLanguage editor with the following code:

Code: Select all

plot1(description);
Then add this indicator to the scanner window (Right click on any cell->Insert study->Indicators->Your study).


Return to “MultiCharts”