PureBytes Links
Trading Reference Links
|
Typo..should be..
EXAMPLE cross( close, mov(close,40,e)
)
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=richandellen@xxxxxxxxxxx
href="">richandellen
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 23, 2003 1:21
PM
Subject: Re: [Metastockusers] Re:
backtesting user created systems
If you want to know when DATA ARRAY 1 crosses
below DATA ARRAY 2, use the formula "cross( DATA ARRAY 2, DATA ARRAY
1)"
EXAMPLE cross( close, mov(close,40e)
)..
Switch data array 1 and 2 for buys and
sells..
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Adrian
Zaremba
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 23, 2003 11:50
AM
Subject: [Metastockusers] Re:
backtesting user created systems
What I was really interested is not MA crossovers but MA
crossover with the stocks price. Using AmiBroker it looks like
this:Buy = Cross( Close, MA( Close, 40 ) );Sell = Cross( MA(
Close, 40 ), Close );How can I do this in
MS?To unsubscribe from this group,
send an email to:<A
href="">Metastockusers-unsubscribe@xxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
To
unsubscribe from this group, send an email
to:Metastockusers-unsubscribe@xxxxxxxxxxxYour use
of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|