PureBytes Links
Trading Reference Links
|
I copied and tried to paste your formula in indicator builder but it
keeps saying there's a parenthesis problem.
Any ideas?
Dominick
Martin Haesler wrote:
> I use the following formula to determine volatility.
>
> volat:=100*(hhv,h,10)-llv(l,10))/mov((h+l)/2,30,s);
> congestion:=volat<=3.0;
> hivolat:=volat>3.0;
>
> ie take the range of the highest high to lowest low over ten periods, as
> a percentage of the moving average of mid price over 30 periods.
>
> Then decide a threshhold test (I typically use 3%) to determine if you
> are in congestion or not.
>
> Martin
>
>
> ----- Original Message -----
> From: Fulvio <mailto:fulami@xxxxxxxxxxxx>
> To: metastock <mailto:equismetastock@xxxxxxxxxxxxxxx>
> Sent: Monday, March 22, 2004 9:28 PM
> Subject: [EquisMetaStock Group] high volatility
>
> in a exploration how I can reject stocks with low volatility?
> Thanks
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
> <http://rd.yahoo.com/SIG=12clt26kd/M=267637.4673019.5833256.1261774/D=egroupweb/S=1705375617:HM/EXP=1080083439/A=1945638/R=0/SIG=11t2rh2cf/*http://www.netflix.com/Default?mqso=60178383&partid=4673019>
>
>
> ------------------------------------------------------------------------
> Yahoo! Groups Links
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
> * To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|