PureBytes Links
Trading Reference Links
|
Ok Dr. R. Bhanja, I deleted old reports and also I run the system tester
again and I obtained the standard entry arrows again. I also noticed that I
in the reports section I had some failure status reports that may also
caused the problem. Thnaks again for your interest. Manuel Barquin
---------------------------------------
----- Original Message -----
From: Dr. R.BHANJA <bhanjar@xxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Monday, May 01, 2000 3:19 AM
Subject: Re: Metastock - System tester question
> Had a similar problem recently. Even the box from where you can put the
> symbols changed to letters " a b c d ....z" (I mean the buy arrows and
sell
> arrows and other symbols not present). Even I found that while system
> testing the system tester was not reporting some reports (i.e. some of the
> Test# were missing totally although there will be no rejection message
while
> the testing going on). Those same test# will reappear when I was doing the
> same testing 2nd time.
> I just deleted the bigger reports (some 20-25) generated from the system
> tester. The problem got solved and automatically the arrows came. Try this
> and let us know whether this works out. Probably the system tester gives
> erratic behaviour after some fixed spaces covere by it's reports ( Imean
> there may be some limit on the size of the system tester reports and
files).
> BHANJA
> -----Original Message-----
> From: Manuel Barquin <ALEMANIA@xxxxxxxxxxxxxxxxxxxxx>
> To: metastock@xxxxxxxxxxxxx <metastock@xxxxxxxxxxxxx>
> Date: Monday, May 01, 2000 2:44 AM
> Subject: RE: Metastock - System tester question
>
>
> >Thanks HHP. Sometimes I get the right arrows and other times (apparently
> >withou doing anything to correct them) I get the strange characters. I
will
> >keep trying. Thanks. MB
> >
> >
> >----- Original Message -----
> >From: HHP <hhp@xxxxxxxx>
> >To: <metastock@xxxxxxxxxxxxx>
> >Sent: Friday, April 28, 2000 6:49 PM
> >Subject: Re: Metastock - System tester question
> >
> >
> >> 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
> >> > > > > >
> >> > > > > >
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >>
> >
>
>
|