Discussions
»
Product and Service Development
»
Formula Assistance
»
Jeff Copper 5 Day Momentum Method (Help in making this into Metastock)
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 2/2/2005(UTC) Posts: 307
Thanks: 7 times Was thanked: 3 time(s) in 3 post(s)
|
Five Day Momentum Long
If ADX (14) >= 35 and DMIPlus (14) > DMIMinus (14) and FastK (20) <= 40
Then Begin
Plot1 (low, "FiveMMLong");
If checkalert then alert = True;
end;
Five Day Momentum Short
If ADX (14) >= 35 and DMIMinus (14) > DMIPLus (14) and FastK (20) >- 60
Then Begin
Plot1 (High, "FiveMMShort");
If checkAlert then alert = True;
end;
Can anybody take this formula and creat a Metastock formula?
Nasdaqtrader |
Regards,
Frank Koenig
Trade Like a Pro
Trend is your Friend |
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 12/28/2006(UTC) Posts: 1 Location: South Lyon MI
|
Did you ever get this answered?
I would like to know, I think it is a good question.
Thanks
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
Formula Assistance
»
Jeff Copper 5 Day Momentum Method (Help in making this into Metastock)
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.