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

Notification

Icon
Error

Options
Go to last post Go to first unread
KTP2  
#1 Posted : Wednesday, November 12, 2008 4:34:05 PM(UTC)
KTP2

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 2/2/2007(UTC)
Posts: 367

Was thanked: 1 time(s) in 1 post(s)

In his article "Normalization", Brian Bell introduces some methods for normalizing indicators. These methods can be easily created in MetaStock 6.52 or higher. Select Indicator Builder from the Tools Menu, click New and enter the formula for the desired method.

Name: Simple Moving Average Oscillator
OscP(4,8,S,$)

Name: Simple MA Osc norm to Std Dev
OscP(4,8,S,$)/Stdev(C,8)

Name: Simple MA Osc norm to Ave True Range
OscP(4,8,S,$)/ATR(8)

Name: Simple MA Osc norm to Historical Range
plot:=OscP(4,8,S,$);
(( plot - LLV(plot,200) / (HHV(plot,200)-LLV(plot,200))) * 100

Note: To apply these methods to different indicators replace the Simple Moving Average Oscillator portion with the desired indicator's formula.

Users browsing this topic
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.