Page 1 of 1

Can you have your OHLC bars colored using rules?  [SOLVED]

Posted: 28 Mar 2007
by AlexSamant
For instance can you have your OHLC bars colored:

green if MACDhistogram and EMA13 are rising
red if they are falling
and blue when one is rising and the other is falling?

Alex

Posted: 28 Mar 2007
by sparkz
It seems you can do it in TS with a PaintBar Study. Not too sure if you can do it in MCFX though?

There is a PlotPaintBar function which will plot another bar over the original, so you could change it in theory (except for Candles). Unfortunately, there seems to be a bug in that the 2 bars don't align properly.