Color of "Last Price Marker"

Questions about MultiCharts and user contributed studies.
capgain
Posts: 63
Joined: 14 Apr 2008
Been thanked: 3 times

Color of "Last Price Marker"

Postby capgain » 15 Dec 2008

Is there any way to set the color of "last price marker". I am using canlestick chart and last price marker of the quote is using the color of the candle (up color and down colors). The problem is that when the cnadle is up (white), the last price marker is transparent or mixes with the background and hence not visible. Is there a way to set the color of the last price marker of the quote ..

Thanks

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

Postby TJ » 15 Dec 2008

do you have another indicator on the chart that has the last price?

you can use that indicator to mark the last price,

or, make a dummy indicator to mark the last price.

e.g.

Code: Select all

plot1( Close, "Last Price Marker");

capgain
Posts: 63
Joined: 14 Apr 2008
Been thanked: 3 times

Postby capgain » 16 Dec 2008

do you have another indicator on the chart that has the last price?
Thanks, TJ
I used moving average of 1 day and made it invisible. Thanks again


Return to “MultiCharts”