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:54:26 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)

The Buff Averages, as described by Buff Dormeier, in his article Buff Up Your Moving Averages, can easily be created in MetaStock 6.52 or higher.

To create the indicator select Indicator Builder from the Tools menu, click New and enter the following code:

Name: Buff Averages
Formula:
     X := Input( "Time Periods",1, 500, 25 );
     Sum( V * C, X ) / Sum( V, X )

To plot it locate Buff Averages in MetaStock's Indicator Quicklist.

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.