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

Notification

Icon
Error

Options
Go to last post Go to first unread
vingador  
#1 Posted : Thursday, December 30, 2010 3:38:02 PM(UTC)
vingador

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/18/2010(UTC)
Posts: 7

Yes, I tried a lot more I could not.

I'm trying to program an explorer to show me stock who has 5% below of the higher price of the whole period.
If the most high from all period was 100 dollars, will be true if the high is > than 95 dollars


I try unsuccessfully:
H>(Highest( H)*0.95)

And if i use this function create error:
H>(hhv( H, 65000 )*0.95)
Because a wanna get the high value of all data, if the stock has less than 65000 show me a error, need to be some like this:
H>(hhv( H, all data?)*0.95)

Please help.
johnl  
#2 Posted : Thursday, December 30, 2010 6:57:58 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Does:

H>(LastValue(Highest(H))*0.95)

work?

vingador  
#3 Posted : Friday, December 31, 2010 5:20:24 AM(UTC)
vingador

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/18/2010(UTC)
Posts: 7

If i put this in the Expert Advisor works fine, but in the explorer the show true when is not true when I try to find the top historic.
Look the image:

http://img831.imageshack.us/img831/516/highest.png

vingador  
#4 Posted : Friday, December 31, 2010 5:36:48 AM(UTC)
vingador

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/18/2010(UTC)
Posts: 7

I think he's catching only the last bar,look:
http://img84.imageshack.us/img84/6024/lastbar.png

My Exploration notes:

Col A: LastValue(Highest(H))
Col B: Highest(H)

Filter enabled Yes
Periodicity Weekly
Records required 1

The "Records required 1" may be the problem?
They get only the last data?
In the "Exploration Option" is this configuration:
http://img222.imageshack.us/img222/6411/problemqw.png

How do I get the whole period?

johnl  
#5 Posted : Friday, December 31, 2010 7:05:21 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Try using

H>(LastValue(Highest(H))*0.95)

as the filter for the explorer.
vingador  
#6 Posted : Saturday, January 1, 2011 1:06:01 PM(UTC)
vingador

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/18/2010(UTC)
Posts: 7

Not work Johnl
Does not show anything

http://img257.imageshack.us/img257/4006/notwork.png
johnl  
#7 Posted : Saturday, January 1, 2011 7:25:05 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Go into options in the Explorer window and select like 1300 records. It looks like you are selecting just one.
vingador  
#8 Posted : Tuesday, January 4, 2011 3:09:24 AM(UTC)
vingador

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/18/2010(UTC)
Posts: 7

Works fine now Johnl!

Is the Explorer Option which was checked "Load Minimal Record"

Thank you very much
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.