How to change column color(s) of Real-Time Market SCanner?

Questions about MultiCharts and user contributed studies.
Spaceant
Posts: 254
Joined: 30 May 2009
Has thanked: 1 time
Been thanked: 3 times

How to change column color(s) of Real-Time Market SCanner?

Postby Spaceant » 12 Oct 2010

as title....

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: How to change column color(s) of Real-Time Market SCanne

Postby Dave Masalov » 12 Oct 2010

Dear Spaceant,

You can use the following indicator:

Code: Select all

plot1(1, "plot", red, green);
The fourth parameter is the background color.


Return to “MultiCharts”