PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "danielwardadams"
<danielwardadams@xxx> 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
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.10/624 - Release Date: 1/12/2007 2:04 PM
|