PureBytes Links
Trading Reference Links
|
Had a similar problem a couple of years ago. Tech support sent me a new
True-Type font file, which didn't help. Problem disappeared when (for
another reason) I had to re-install MStk. You could try that if all
else fails.
HHP
==================
Manuel Barquin wrote:
>
> Daryl, I also get the "O"'s & large red "Y"s and I do not know how to change
> them to standard arrows. I suppose that the O,Y are antries. I will try to
> give more info. MB
> ----------------------------------------------------------------------------
> --
>
> ----- Original Message -----
> From: daryl roberts <darylroberts@xxxxxxxxxxxxx>
> To: <metastock@xxxxxxxxxxxxx>
> Sent: Thursday, April 27, 2000 9:08 PM
> Subject: RE: Metastock - System tester question
>
> > Thanks. Fantastic returns for the tests in the report, that weren't
> > invalid. A strange thing happened with the arrows, they showed up as
> large
> > green "O"s & large red "Y"s, in close succession, a Y followed 1-2 bars
> > later by an O, paired like this at intervals of several weeks. Couldn't
> find
> > a way to change them. Also, I'm not sure how to apply the system to get
> > entry alerts.
> > Thanks again for any further input.
> > dr
> >
> > -----Original Message-----
> > From: owner-metastock@xxxxxxxxxxxxx
> > [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Manuel Barquin
> > Sent: Wednesday, April 26, 2000 3:15 PM
> > To: metastock@xxxxxxxxxxxxx
> > Subject: RE: Metastock - System tester question
> >
> >
> > 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
> > > > >
> > > > >
> > >
> > >
> > >
> >
> >
> >
|