PureBytes Links
Trading Reference Links
|
Mark,
Try this.
Preston
>From Wikipedia
The velocity of an object is its speed in a particular direction.
Velocity can also be defined as rate of change of displacement or
just as the rate of displacement.
The average velocity of an object undergoing constant acceleration
is (u+v)/2 , where u is the initial velocity and v is the final
velocity. To find the displacement, s, of such an accelerating
object during a time interval, t, substitute this expression into
the first formula to get: s=((u+v)/2)*t
{Velocity Change}
Pdr:= Input("ROC Periods",1,250,10);
Pdv:= Input("VELOCITY Periods",1,500,200);
A:= ROC(C,pdr,$);
((A+Ref(A,-pdv))/2)*pdv
{end}
--- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@xxx>
wrote:
>
>
> Can any one help with coding the following indicator:
>
> Velocity Change = (Velocity today � Velocity on day X) / Time
>
> where Velocity = change in price over a number of days
>
> Thanks in advance.
>
> Mark
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Transfer from your equities account.
Receive up to $1,000 from GFT. Click here to learn more.
http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|