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

Re: [Metastockusers] Re: Custom Indicator and variable input



PureBytes Links

Trading Reference Links




 
Yes, I'm working about this, tks :-)
Even if it isn't so easy to obtain what's in my purpose.
 
 
 
For all... a stupid modification to Hystorical Voltatilty 
Indicator...
 
_______________________________________
 
 
ShortTerm:=Input("ShortTerm",1,1000,10);LongTerm:=Input("LongTerm",1,1000,100);
 
Std(Log(C/Ref(C,-1)),ShortTerm)/Std(Log(C/Ref(C,-1)),LongTerm)
 
_____________________________________
 
 
Two personal indicators on the same inner window I can't overlay, anyway. 
(for example 10,100) and (6,100).
 
Bye
R.
 
 
<BLOCKQUOTE 
>
   There 
  are several ways to make an indicator more responsive to market action, 
  but you have to use variables to make that statement,not an input 
  value--- In <A 
  href="">Metastockusers@xxxxxxxxxxxxxxx, 
  "Robin Hood" <robinhood@x...> 
  wrote:> "Henry"... ops sorry :-)> > 
  >   ----- Original Message ----- >   From: 
  Robin Hood >   To: <A 
  href="">Metastockusers@xxxxxxxxxxxxxxx 
  >   Sent: Tuesday, December 09, 2003 9:39 
  PM>   Subject: Re: [Metastockusers] Re: Custom Indicator and 
  variable input> > >   Very kind, Hendy. 
  Thanks :-)> >   It seems a useful formula but, if I 
  understand it correctly, we cannot launch an indicator. We have to write 
  the number of periods we've found in the main indicator (so it's 
  impossible to see it "auto-adaptive"). However it's an interesting way 
  even if not direct.> >   rob.> > 
  > >      
  >     Tushar Chande uses this method to filter out 
  spikes in his cmo> >     
  momu:=If(C>Ref(C,-1),C-Ref(C,-1),0);>     
  momd:=If(C<Ref(C,-1),Ref(C,-1)-C,0);>     
  A1:=Stdev(momu,100);>     
  A2:=Stdev(momd,100);>     
  Mup:=If(C-Ref(C,-1)>A1,C-Ref(C,-1),A1);>     
  Mdn:=If(Ref(C,-1)-C>A2,Ref(C,-1)-C,A2);>     
  Per1:=Input("Length of CMO",5,100,13);>     
  Pk:=100*((Sum(Mup,Per1)-Sum(Mdn,Per1))>     
  /(Sum(Mup,Per1)+Sum(Mdn,Per1)));>     Pk;> 
  > > >     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. > > 
  >         Yahoo! Groups Sponsor 
  >               
  ADVERTISEMENT>              
  >        
  >        > 
  >   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.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


  ADVERTISEMENT 









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.