PureBytes Links
Trading Reference Links
|
What's wrong with the answer that I gave you days ago in message ID
124745?
Does that not do what you wanted?
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "Vinay Gakkhar." <vgakkhar@xxx>
wrote:
>
> Dear Prashanth,
>
> Can you please help me with this?
>
> At present I calculate the number of days in the past period since
the last volume spike using the following formula:
>
> BackRef = 150; // Number of days to look back
>
> DaysSinceLastVolumeSpike = BarsSince(V>(MA(V,BackRef)+StDev
(V,BackRef)));
>
> Now I want to find the number of days in the future period till the
next volume spike.
>
> For example, if today I select a past date (suppose 22nd Jan 2008)
both in the 'from' and in the 'to' boxes of 'Range' in 'Automatic
Analyssis' and press the 'Explore', maybe it will show to me that the
next volume spike took place 9 days after 22nd Jan 2008.
>
> I hope I have explained in an understandable manner.
>
> Can you please guide me now?
>
> Best regards,
>
> Vinay
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|