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

Notification

Icon
Error

Options
Go to last post Go to first unread
asicman  
#1 Posted : Sunday, August 29, 2010 9:53:59 PM(UTC)
asicman

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 8/23/2010(UTC)
Posts: 2

Hello everyone,

I have no experience programming metastock, to tell you the truth I just bought it a few weeks ago and barely know how to use it but I do want to build a new indicator.

I want an indicator that shows (in terms of percentage) how far away the day's high is from the 80-day bollinger band. For example:

Day's High: 4.00
80-Day Bollinger Band: 4.25

New Indicator:
(4.25-4.00)/4.00 = 0.0625 x 100 = 6.25%

Seems pretty simple but I have no way how to go about doing it. Help is very much appreciated.

Mark17  
#2 Posted : Monday, August 30, 2010 1:53:19 PM(UTC)
Mark17

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/25/2010(UTC)
Posts: 55

I'm still just learning but I'll take a stab: (BBandTop(C,80,S,2)-H)/H
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.