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

Notification

Icon
Error

Options
Go to last post Go to first unread
Jill  
#1 Posted : Thursday, January 21, 2010 4:29:02 AM(UTC)
Jill

Rank: Newbie

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

Hi, how can i create an indicator showing the stock price divide its 200 simple moving average price? thanks.
vienna  
#2 Posted : Thursday, January 21, 2010 7:10:30 AM(UTC)
vienna

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/14/2009(UTC)
Posts: 140
Location: Austria

Go into Indicatorbuilder - [f(x)]
then [New] - enter a name e.g. "test"
enter formula:
C/Mov(C,200,S);
[OK]


C is the Close Price, 200 the period (in a daily chart days), S is for simple
Jill  
#3 Posted : Thursday, January 21, 2010 7:46:10 AM(UTC)
Jill

Rank: Newbie

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

vienna wrote:
Go into Indicatorbuilder - [f(x)]
then [New] - enter a name e.g. "test"
enter formula:
C/Mov(C,200,S);
[OK]


C is the Close Price, 200 the period (in a daily chart days), S is for simple
Thank you very much!!!
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.