PureBytes Links
Trading Reference Links
|
now I use candlestick to recognize
retracements but I don't find the correct syntax to calculate the average
of the difference (O-C) of these trend's retracements:
<FONT face=Arial
size=2>trend:=If(Mov(C,30,S)>Mov(C,60,S),1,0);If(trend=1,Mov(Black(),30,S),Mov(White(),30,S));
<-----------------| :(
Please help me
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 07, 2004 1:37
PM
Subject: Re: [Metastockusers] average
noise
Thanks Dusant for your help, in an exploration I
would to calculate the average of the difference between open and close only
of trend's retracements.
I identify retracements if O>C in long or
O<C in short
<FONT face=Arial
size=2>trend:=If(Mov(C,30,S)>Mov(C,60,S),1,0);If(trend=1,Mov(O>C,30,S),Mov(O<C,30,S));
----- Original Message -----
<BLOCKQUOTE dir=ltr
>
<DIV
>From:
<A title=dusant@xxxxxxxxxxxxxxxxxx
href="">Dusant
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 07, 2004 1:39
PM
Subject: Re: [Metastockusers] average
noise
I have not tested this. On cursory glance,
this formula looks wrong.
<FONT face=Arial
size=2>If(trend=1,Mov(O>C,30,S),Mov(O<C,30,S));
There should be an if() for "O>C" or
"O<C", and the data array to be averaged should be
specified.
The open>close will create a
Boolean.
Also what about a doji, where O = C?
Depends on what Fulvio is trying to do.
DusantChief Architect<A
href="">http://www.candlestrength.com/
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=martin@xxxxxxxxxxxxxxx
href="">Martin Blain
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 07, 2004 4:57
PM
Subject: Re: [Metastockusers] average
noise
<FONT face=Verdana
size=2>
Fulvio
I am looking for a way to find stocks
(combined with other indictors) that have very little noise. Any
ideas
Martin BlainBurlington Ontario
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
<A title=fulami@xxxxxxxxxxxx
href="">Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 07, 2004
6:23 AM
Subject: Re: [Metastockusers]
average noise
<FONT face=Verdana
size=2>
Thanks Martin,
to calculate noise I create an exploration,
I hope that it is correct:
<FONT face=Arial
size=2>trend:=If(Mov(C,30,S)>Mov(C,60,S),1,0);If(trend=1,Mov(O>C,30,S),Mov(O<C,30,S));
I would calculate the average of the
oscillations in the opposite direction of the trend
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=martin@xxxxxxxxxxxxxxx
href="">Martin Blain
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Tuesday, April 06, 2004
1:30 AM
Subject: Re: [Metastockusers]
average noise
Fulvio
This is what I use.
<A
href="">http://www.tradernexus.com/advancedstop/advancedstop.html
Martin BlainBurlington Ontario
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
<A title=fulami@xxxxxxxxxxxx
href="">Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Monday, April 05, 2004
12:01 PM
Subject: Re: [Metastockusers]
average noise
I search an exploration to calculate
small frequency oscillators (noise).
I would use noise to calculate a
correct stoploss.
Can you help me?
Thanks,
Fulvio
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=fulami@xxxxxxxxxxxx
href="">Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastock Users
Sent: Monday, April 05, 2004
1:12 PM
Subject: [Metastockusers]
average noise
how I could to calculate the average
noise with an exploration?
Thanks,
<FONT face=Arial
size=2>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.
|