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

Re: Band-its...?



PureBytes Links

Trading Reference Links

> Anyone have some code to play with that might plot the central 'trend 
> line'...?

Sure.

plot1[100](average(close,200),"");

Adjust the numbers as needed to get the smoothing you want, keeping the
first one half the size of the second one.

Then scroll the chart back so it ends where the centered average ends
and publish it on your web page. :-)

-- 
  Dennis