Dan, try this:
Plot( RSI(12), "RSI(12)", colorWhite); r = RSI(12); PlotOHLC( r,r,50,r, "", IIf( r > 50, colorRed, colorBrightGreen ), styleCloud | styleNoLabel | styleClipMinMax, 40, 65 ); regards, Tom --- In [email protected], "danielwardadams" <[EMAIL PROTECTED]> wrote: > > Is there any way to color the area under a curve only when it is above > a certain value? I'm trying to do what they do with the RSI function > at stockcharts.com. IFF RSI > 70, they color the area between 70 and > the curve. > > TIA, > Dan >
