[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fw: StochasticPop



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
>