PureBytes Links
Trading Reference Links
|
Demir,
It looks like you are using the wrong function. In my version of Metastock
6.52 EOD when is not a function. But "value when" is.
I think the syntax for your system should be:
macd system
SIGNAL FORMULAS
---------------
Enter Long:
Cross(MACD(),Mov(MACD(),opt1,E))
Close Long:
Cross(Mov(MACD(),opt1,E),MACD())
Succes
----- Original Message -----
From: "Demir Dinc" <ddinc@xxxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Thursday, January 06, 2000 11:41 AM
Subject: Re: System Report Question
> Ian,
> Thank you for reminding.I saw that Long and close long rules were the
same :(.
> After correcting I have similar concerns,so I attach the new one.
>
> Demir
>
> System:
> Enter long When( MACD(), >, Mov( MACD(), opt1, EXPONENTIAL) )
> Close long When( MACD(),<, Mov( MACD(), opt1, EXPONENTIAL) )
> No shorting,no stops.
> Profit target stop Long positions only.
>
>
> Ian Burgoyne wrote:
>
> > Demir,
> > Post the System Test MACD code you used for listers to read.
> > Ian Burgoyne
> >
> > >From: "Demir Dinc" <ddinc@xxxxxxxxxxxxxxx>
> > >Reply-To: metastock@xxxxxxxxxxxxx
> > >To: metastock@xxxxxxxxxxxxx
> > >Subject: System Report Question
> > >Date: Wed, 05 Jan 2000 18:37:48 +0200
> > >
> > >When testing systems I get I get far too many arrows and stop
> > >signs(Although no stop
> > >configured)Attaching a Macd system where only 3 buy and 2 sell arrows
> > >should have
> > >been generated.
> > >What am I doing wrong?
> > >Thanks in advance.
> > >
> > >Demir
> > >
> > ><< Macdsystem.png >>
> >
> > ______________________________________________________
> > Get Your Private, Free Email at http://www.hotmail.com
----------------------------------------------------------------------------
----
|