PureBytes Links
Trading Reference Links
|
If we calculate the average of the oscillations in
the opposite direction of the trend in an exploration, we can get the
percentage of this average and stocks with little noise etc...
My idea is 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, but needs your help
<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
>
<DIV
>From:
Martin
Blain
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 07, 2004 1:27
PM
Subject: Re: [Metastockusers] average
noise
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:
Fulvio
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, April 07, 2004 6:23
AM
Subject: Re: [Metastockusers] average
noise
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 Sponsor
ADVERTISEMENT
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.
|