PureBytes Links
Trading Reference Links
|
Make sure your exploration option is NOT set to load a minimum number of
data points. You must specify a specific number of data points to load,
otherwise the exploration will not load enough data to see the crossing
points you are interested in.
Ken Hunt
Programming Manager
Equis International
-----Original Message-----
From: John Manasco [mailto:john@xxxxxxxxxxx]
Sent: Wednesday, August 30, 2000 12:06 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: Parabolic SAR Exploration
I'm not sure what the problem is. I tried it and got either a 0.0000 or
1.0000 in colA or ColB. I also have v7.02 EOD. What securities are you
trying it on?
John Manasco
----- Original Message -----
From: "hcong" <hcong@xxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Wednesday, August 30, 2000 12:11 PM
Subject: Parabolic SAR Exploration
> Hi list member:
>
> I try to code the following in MetaStock EOD ver 7.02 but was not
> successful, and appreciate someone can help:
>
> Col A: Buy
> Cross(L,SAR(0.02,0.2))
>
> Col B: Sell
> Cross(SAR(0.02,0.2),H)
>
> Filter
> V>300
>
> I received N/A in Col A and Col B of the report generated. I had try
> using L>SAR(0.02,0.2) if Col A but the same result occured.
>
> I was wondering what did I did wrong?
>
> All help is very much appreciated.
>
>
>
> --
>
> Regards.
>
> Ong Hock Choon
> hcong@xxxxxxxxxxxxxx
>
|