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

Notification

Icon
Error

Options
Go to last post Go to first unread
kentyew  
#1 Posted : Thursday, December 19, 2013 8:11:53 AM(UTC)
kentyew

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/19/2013(UTC)
Posts: 1

Hi,
I wish to use explorer to scan securities that fulfilled the following conditions
a) Dynamic Momentum Index with reading >= 50
b) Dynamic Momentum Index with reading >= 50 AND closing price above 15 days, 30 days, 60 days, 100 days and 200 days simple moving averages

anyone can provide the coding or help me to create this explorer.

thank you very much.
henry1224  
#2 Posted : Friday, December 20, 2013 7:28:17 AM(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)
Code:
 Con1:=If(C>Max(Mov(C,15,S),Max(Mov(C,30,S),Max(Mov(C,60,S),Max(Mov(C,100,S),Mov(C,200,S))))),1,If(C<Min(Mov(C,15,S),Min(Mov(C,30,S),Min(Mov(C,60,S),Min(Mov(C,100,S),Mov(C,200,S))))),-1,0));Con2:=If(DMI(CLOSE)>=50,1,-1);Con1+Con2
a +2 reading will give you what you were looking for
a -2 reading is the reverse of what you were looking for
Users browsing this topic
Similar Topics
Dynamic Momentum Index (DMZ) w TDC (Plugins & Addons)
by henry1224 1/5/2006 2:28:47 AM(UTC)
DMZ Dynamic Momentum Index...zerolag (Formula Assistance)
by pumrysh 8/19/2005 5:14:21 AM(UTC)
Dynamic Momentum Index (DMI) (Formula Assistance)
by pumrysh 8/9/2005 11:01:00 PM(UTC)
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.