[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Metastock - System tester question


  • To: <metastock@xxxxxxxxxxxxx>
  • Subject: RE: Metastock - System tester question
  • From: "Manuel Barquin" <ALEMANkkkkkkkkkkkkkkkkkkkkkkkk>
  • Date: Thu, 27 Apr 2000 08:53:32 -0700
  • In-reply-to: <NDBBKEENGLBDENCAPEDLAENCCOAA.darylroberts@xxxxxxxxxxxxx>

PureBytes Links

Trading Reference Links

Daryl, opt7 is 1 to 3, and opt8 is 1 to 5. MB




----- Original Message -----
From: daryl roberts <darylroberts@xxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Wednesday, April 26, 2000 7:56 PM
Subject: RE: Metastock - System tester question


> What are the number ranges for the optimization variables 7 & 8?
>
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of iamken
> Sent: Tuesday, April 25, 2000 5:02 PM
> To: metastock@xxxxxxxxxxxxx
> Subject: Re: Metastock - System tester question
>
>
> No problem.  I guess I should mention that the exit count actually begins
on
> the bar after entry, not on entry bar like I said earlier.  Looks like
> you're
> not the only one with a-counting problems. :-)
>
> Manuel Barquin wrote:
>
> > Ken, thank you for your two messages. Let me have a couple of days to
test
> > your reply (I have been busy with some accounting problems). As always I
> > thank you for your cooperation
> > Manuel
> >
> > ----- Original Message -----
> > From: iamken <iamken@xxxxxxxxxxxxxxx>
> > To: <metastock@xxxxxxxxxxxxx>
> > Sent: Tuesday, April 25, 2000 4:21 AM
> > Subject: Re: Metastock - System tester question
> >
> > > Manuel,
> > >
> > > Let's try that again and see if I can get it slightly better
> > > organized<g>:
> > > The following will get you long when the indicator crosses above 30,
and
> > > it should
> > > exit on bar 5, (count begins on enry bar).
> > >
> > >   --EnterLong--
> > > BmIndicator:=
> > > Mov((Sum((CLOSE -OPEN) >0,opt7)/
> > > (Sum((CLOSE -OPEN) >0,opt7)+
> > > Sum((CLOSE -OPEN) <0,opt7)))*100,opt8,S);
> > > EnterLong:=Cross(BmIndicator,30);
> > > EnterLong;
> > >
> > >   --CloseLong--
> > > BmIndicator:=
> > > Mov((Sum((CLOSE -OPEN) >0,opt7)/
> > > (Sum((CLOSE -OPEN) >0,opt7)+
> > > Sum((CLOSE -OPEN) <0,opt7)))*100,opt8,S);
> > > EnterLong:=Cross(BmIndicator,30);
> > > ExitLong:=BarsSince(EnterLong)=5;
> > > ExitLong
> > >
> > >
>
>
>