PureBytes Links
Trading Reference Links
|
Preston,
Not exactly what i was looking for but thank you for your suggestion
and assistance. Its very much appreciated!!!
Regards,
Mark
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Mark,
>
> My bad! Last line was wrong. Should be:
>
> {Normalized Volume}
> Ind:= Volume;
> Npds:=Input("periods to normalize",
> 1,500,45);
> Norm:=(Ind-LLV(Ind,Npds))
> /(HHV(Ind,Npds)-LLV(Ind,Npds)+.0000001)*100;
> Norm; Mov(Norm,5,simple);67;33;
>
>
>
>
> Enjoy,
>
>
> Preston
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@> wrote:
> >
> > Mark,
> >
> > Hope you've been following the Zero Lag MACD thread with Paul and
> I.
> > You can do the same thing with volume like this:
> >
> > {Normalized Volume}
> > Ind:= Volume;
> > Npds:=Input("periods to normalize",
> > 1,500,45);
> > Norm:=(Ind-LLV(Ind,Npds))
> > /(HHV(Ind,Npds)-LLV(Ind,Npds)+.0000001)*100;
> > Norm; Mov(Volume,5,simple);67;33;
> >
> > Hope this helps,
> >
> > Preston
> >
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@>
> > wrote:
> > >
> > > Can someone help me build an indicator that would show me current
> > > volume relative to recent history. The theory goes like this:
> > > - The current volume is divided by (45-day highest volume minus
> 45-
> > day
> > > lowest volume times 100) to yield a percentage of range.
> > > - Then averaged the percent volume over 5 days to smooth it and
> > better
> > > see a trend.
> > > - Then, put a Buy alerts at 67% and a Sell 33%.
> > >
> > > Any coding assistance would be greatly appreciated!!!!!!
> > >
> > > Thanks!
> > > Mark
> > >
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|