Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 11/9/2005(UTC) Posts: 6 Location: Leicester UK
|
hi all
I wonder if you could help me with a bit of simple code.
How do I get explorer to find stocks that have made a new 20 day high or low?
Any reply would be much appreciated.
All the best
Jon
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
Try this exploration:
[code:1:9f31d5d08d]
ColA: NuHi
periods:=20;
NewHighs:=H=HHV(H,periods);
NewHighs
ColB: NuLo
periods:=20;
NewLows:=L=LLV(L,periods);
NewLows
Filter
ColA OR ColB
[/code:1:9f31d5d08d]
jose '-)
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 11/9/2005(UTC) Posts: 6 Location: Leicester UK
|
Jose wrote:Try this exploration:
[code:1:4816454030]
ColA: NuHi
periods:=20;
NewHighs:=H=HHV(H,periods);
NewHighs
ColB: NuLo
periods:=20;
NewLows:=L=LLV(L,periods);
NewLows
Filter
ColA OR ColB
[/code:1:4816454030]
jose '-)
Jose,
Thanks a lot mate.I knew it was simple!
Hope Sydney's nice at the minute.I'm in the process of applying for emigration to Oz at the moment.Might catch up with you one day!
All the best
Jo
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
The weather is great here in Sydney at the moment. :)
jose '-)
|
|
|
|
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.