PureBytes Links
Trading Reference Links
|
oooops, forgot one input.
>
> try this.
>
> {**********************************************}
>
> inputs: topcolor(blue), botcolor(red), length(14);
>
> if slowd(length)<20 then plotpaintbar(h, l, "", botcolor);
> if slowd(length)>80 then plotpaintbar(h, l, "", topcolor);
>
> {*********************************************}
>
> regards
>
> michael
>
|