PureBytes Links
Trading Reference Links
|
Sainath,
The simplest solution which comes to my mind is
that you must have set the exploration periods to a small number, please check
the exploration periods under the options.
DusantChief Architect<A
href="">www.candlestrength.com
----- Original Message -----
From: "sainath s" <<A
href=""><FONT face=Verdana
size=2>sai20_2000@xxxxxxxxx<FONT face=Verdana
size=2>>
To: <<A
href=""><FONT face=Verdana
size=2>Metastockusers@xxxxxxxxxxxxxxx<FONT face=Verdana
size=2>>
Sent: Saturday, February 21, 2004 16:56
PM
Subject: [Metastockusers] Trading
Systems
<FONT face=Verdana
size=2>> The following error uccurs while exploring the data> for the
channel breakout system which is conceptually> as > I)>
> long- the buy on close if todays close is higher> than the highest
> > high of last 20 days > >
Long:=C>ref(hhv(h,20),-1);> > > short- if todays close is
lower than the lowest low> of last 20 days> >
Short:=C<ref(llv(l,20),-1);> > > Error in column A:
Invalid time period (zero or> negative) passed to HHV() function.passed
to HHV()> function. > > and > > II)>
> > 3)TRend Following system> > Long- if the three
consecutive closes is above 65 D> SMA> >
Long:=sum(C>mov(c,65,s),3)>=3;> > > Short- if the three
consecutive close is below 65 D> SMA> >
Short:=sum(C<mov(c,65,s),3)>=3;> > > >
Error:Period value out of data range in Mov() function> > Thanks
in advance for the response> > > > =====>
Good Luck &> Take Care> > Sainath
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|