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
|
|
|
|
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
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 4/30/2005(UTC) Posts: 3
|
|
|
|
|
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.