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

Notification

Icon
Error

Options
Go to last post Go to first unread
C1Miller  
#1 Posted : Monday, April 28, 2008 8:36:27 PM(UTC)
C1Miller

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 1/6/2005(UTC)
Posts: 17
Location: Hurricane Alley, La.

Like to see it like a histogram or option or what you like, and showing a color for neg. and another color for pos. and base on a 0 scale showing neg. and posit. positions.
Bulli  
#2 Posted : Saturday, May 3, 2008 3:24:56 PM(UTC)
Bulli

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 9/26/2005(UTC)
Posts: 185
Location: Brazil

You mean something like this:

UserPostedImage

If yes, you can do it with any version of Metastock:

Create a new indicator with this formula:

x:=If(C>Ref(C,-1),1,0);
If(x=1,V,0); {Green}
If(x=0,V,0); {Red}

[]s

Bulli

C1Miller  
#3 Posted : Saturday, May 3, 2008 9:43:31 PM(UTC)
C1Miller

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 1/6/2005(UTC)
Posts: 17
Location: Hurricane Alley, La.

Thanks for all the help!

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.