| 
 PureBytes Links 
Trading Reference Links 
 | 
Steve80866@xxxxxxx wrote:
> For Metastock, to obtain the 10 day, midpoint line of the highest high and
> lowest low:
>
> (  hhv(High,10) + llv(Close,10)  )  /  2
>
> Then overlay this with a 1 day moving average of the Close as a way to
> connect the closes.
Steve, you can just set the Price Style of the security to "Line" instead of
"Bars"; then, there is no need to do a 1-day moving average of the Close.
Jim Harmon
 
 |