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

Notification

Icon
Error

Options
Go to last post Go to first unread
gmb1994  
#1 Posted : Saturday, June 11, 2005 8:49:00 PM(UTC)
gmb1994

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 6/9/2005(UTC)
Posts: 34
Location: Dallas, Texas, USA

Is there any way to assign colors when building indicators?
Patrick  
#2 Posted : Saturday, June 11, 2005 8:49:36 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
No it's not possible :(
henry1224  
#3 Posted : Saturday, June 11, 2005 9:17:03 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
This is the best that you are going to get out of Metastock {Volume Color} UP:=If(Ref(C,-1)<C,V,0); Down:=If(Ref(C,-1)>C ,V,0); Flat:=If((C)=(Ref(C,-1)),V,0); MA:=Mov(V,10,S); Up;Down;Flat;MA This indicator plots 4 lines, once it is plotted on a chart, you have to change each line's color and style using the line quick list. color the "up" to green, "Down " to red, "flat" to blue and thestyle of each to plot as histogram. Now add all of your other indicators that you want and SAVE IT AS A TEMPLATE!!
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.