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

Notification

Icon
Error

Options
Go to last post Go to first unread
alex256  
#1 Posted : Saturday, December 30, 2006 5:56:58 PM(UTC)
alex256

Rank: Newbie

Groups: Registered, Registered Users
Joined: 4/30/2005(UTC)
Posts: 3

all i have so far is this:

CLOSE < 1 AND Mov(C,3,S) > Mov(C,5,S)

and my search is in monthly bases.

now how can i write some thing like this:

close price of this month is bigger than close price of last month

(doesnt have to be last day of the month....any day of the month)

thanks

knorthington  
#2 Posted : Sunday, December 31, 2006 7:55:29 PM(UTC)
knorthington

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/30/2006(UTC)
Posts: 15
Location: North Carolina

That would be

C > Ref(C, -1)

This will work on a monthly exploration. If you do a daily chart or exploration it would just pertain to today vs yesterday.

K

alex256  
#3 Posted : Sunday, December 31, 2006 11:42:01 PM(UTC)
alex256

Rank: Newbie

Groups: Registered, Registered Users
Joined: 4/30/2005(UTC)
Posts: 3

oh thanks for that
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.