logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
stefanols  
#1 Posted : Sunday, January 3, 2010 6:37:00 AM(UTC)
stefanols

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 1/3/2010(UTC)
Posts: 2

How to translate formula in easy language to metastock language: Easy language is volatility factor = (Average(Range,40)/ Close)*100 Thanks in advance
mstt  
#2 Posted : Sunday, January 3, 2010 1:09:48 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)

Hi Stefanols

Assuming that "Range" means "True Range" in MetaStock terms then this could be a legitimate interpretation. I don't know Easy Language so this is more of an educated guess than fact.

VolatilityFactor:=100*ATR(40)/C;

If you wanted to apply an averaging method other than Wilders then the following format would allow you to do that.

VolatilityFactor:=100*Mov(ATR(1),40,S)/C;

Roy

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.