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?
|
|
|
|
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)
|
|
|
|
|
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.