[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] noise average



PureBytes Links

Trading Reference Links




Fulvio,
I think that you should write your formula in 
this manner.
Mind you, I have not tested it, because of lack 
of time due to my website launch.
 
<FONT face=Arial 
size=2>trend:=If(Mov(C,30,S)>Mov(C,60,S),1,0);
dpd:= if(black(), mov(sum(O-C),30,s)), 0);upd:= 
if(white(), mov(sum(O-C),30,s)), 0);
if(trend = 1, upd, 
dnd)
Please try it and post the picture of the 
plotting.
DusantChief Architect<A 
href="">http://www.candlestrength.com/
<BLOCKQUOTE dir=ltr 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  Fulvio 
  
  To: <A 
  title=equismetastock@xxxxxxxxxxxxxxx 
  href="">equismetastock@xxxxxxxxxxxxxxx 
  
  Sent: Wednesday, April 07, 2004 19:53 
  PM
  Subject: Re: [EquisMetaStock Group] noise 
  average
  
  
  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=equismetastock@xxxxxxxxxxxxxxx 
    href="">equismetastock@xxxxxxxxxxxxxxx 
    
    Sent: Wednesday, April 07, 2004 1:14 
    PM
    Subject: Re: [EquisMetaStock Group] 
    noise average
    
      
    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));
     
    Thanks
    <BLOCKQUOTE dir=ltr 
    >
      ----- Original Message ----- 
      <DIV 
      >From: 
      Fulvio 
      
      To: <A 
      title=equismetastock@xxxxxxxxxxxxxxx 
      href="">equismetastock@xxxxxxxxxxxxxxx 
      
      Sent: Wednesday, April 07, 2004 12:23 
      PM
      Subject: Re: [EquisMetaStock Group] 
      noise average
      
      
       
      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=fulami@xxxxxxxxxxxx 
        href="">Fulvio 
        To: <A 
        title=equismetastock@xxxxxxxxxxxxxxx 
        href="">metastock 
        Sent: Monday, April 05, 2004 1:11 
        PM
        Subject: [EquisMetaStock Group] 
        noise average
        
        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/equismetastock/ 
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.