Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 4/18/2006(UTC) Posts: 2 Location: Lewisville, NC
|
#-o
Raghee Horner uses an indicator she refers to as a "Wave" with a 34EMA - H,L,C to determine FOREX trends and trading strategy. I would like to create this indicator. How do I create the indicator with color options. Obviously, I am new to MetaStock. Your assistance will be appreciated - TX - BG
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Hi BN-
Welcome to the forum!
As far as I know, her wave is like this:
w1:=mov(C,34,E);
w2:=mov(L,34,E);
w3:=mov(H,34,E);
w1;w2;w3
You will have to color the lines after they are plotted. To assist you, consider plotting them one at a time and then changing the color prior to plotting the next one. Once they are all potted, save it as a template. You should be good from there.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 4/18/2006(UTC) Posts: 2 Location: Lewisville, NC
|
:D TX for the assistance with the "Wave" Indicator - BG
|
|
|
|
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.