Discussions
»
Product and Service Development
»
MetaStock
»
Indicator plotting percentage price is above or below a moving average
Rank: Newbie
Groups: Registered, Registered Users Joined: 11/7/2010(UTC) Posts: 4
|
Hi there,
Wondering if someone can point me in the direction of
an indicator that I have seen on Metastock but cannot seem to find on my
own version. It is very simple in that it plots the percentage that the
price of a security is above or below a particular moving average. It
is particularly to determine when to attack a market from the short side
e.g. once the S&P 500 trades at 5% below its 35 week moving average
there is a high probability of a very fast sell off.
Does this sound familiar to anyone or is it something we need to code ourselves (which I have no idea how to do!).
Any help most appreciated.
Cheers
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 5/13/2005(UTC) Posts: 715 Location: Midwest, USA
Was thanked: 1 time(s) in 1 post(s)
|
{ Assume chart set to Weekly Periodicity }
x:=Mov(C,35,S); (x-C)/x>=0.05;
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
MetaStock
»
Indicator plotting percentage price is above or below a moving average
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.