Rank: Newbie
Groups: Registered, Registered Users Joined: 1/30/2006(UTC) Posts: 2
|
Can anyone tell me the forumula for securities hitting a 52 week low?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Hey b2f-
Check out the formula primer in the download section... a must have (5 star rating)!
You will be interested in the llv(data array, periods) function. Also, sheck out llvbars(), lowestsince(), and lowestsincebars().
An exploration example might be:
If(C<=LLV(C, 252),1,0);
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Oops, I see Hayseed beat me to it... I moved b2f's original post to an appropriate place. Everyone should be able to reply, now.
Hayseed wrote:hey b2f.... we can't, or at least i can't reply on that thread..... you might try something along the line of below......h
-------------------------
L<REF(LLV(L,260),-1)
-------------------------
|
|
|
|
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.