PureBytes Links
Trading Reference Links
|
ok thanks
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
<A title=dusant@xxxxxxxxxxxxxxxxxx
href="">Dusant@xxxxxxxxxxxxxxxxxx
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Monday, March 15, 2004 9:23
AM
Subject: Re: [Metastockusers] trend
Fulvio,
ColA: Up Trend
c > mov(c,2,e)
and
c > mov(c,12,e)
and
c > mov(c,24,e)
ColB: Down Trend
c < mov(c,2,e)
and
c < mov(c,12,e)
and
c < mov(c,24,e)
Run the exploration in Weekly mode.
It will be very helpful, if you first read the user's manual, or the
online help, because all these basic things are very clearly stated.
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Monday, March 15, 2004 13:29
PM
Subject: Re: [Metastockusers]
trend
<FONT
face=Verdana size=2>
I think that the term of trend
are:
short 2 weeks;
medium 3 months;
long 6 months
But I'm new of metastock's exploration and
I don't know a simple formula to recognize uptrend or downtrend and to
print in a column "1" if brief AND medium AND long trend are up OR "0"
if brief AND medium AND long trend are down
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
<A title=dusant@xxxxxxxxxxxxxxxxxx
href="">Dusant@xxxxxxxxxxxxxxxxxx
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Monday, March 15, 2004 5:03
AM
Subject: Re: [Metastockusers]
trend
Fulvio,
Please decide for yourself,
what conditions you want to define as
the short, medium, and long term trend.
It all depends on your trading temperament,
trading horizon, etc.
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=fulami@xxxxxxxxxxxx
href="">Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Sunday, March 14, 2004 21:31
PM
Subject: Re: [Metastockusers]
trend
do you know how to verify if brief and
medium and long trend are up or down? Thanks
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=dusant@xxxxxxxxxxxxxxxxxx
href="">Dusant@xxxxxxxxxxxxxxxxxx
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Sunday, March 14, 2004 2:30
PM
Subject: Re: [Metastockusers]
trend
Yes,
Put this in a column:
if(cond1 and cond2 and cond3, 1,
0)
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=fulami@xxxxxxxxxxxx
href="">Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastock Users
Sent: Sunday, March 14, 2004
18:52 PM
Subject: [Metastockusers]
trend
Hi,
into exploration's column I would to
view "1" if brief AND medium AND long trend is up OR "0" if brief
AND medium AND long trend is down.
Please, can you help me?
Thanks,
Fulvio
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|