PureBytes Links
Trading Reference Links
|
________
denom1:= If(HHV(H,10)-LLV(L,10)>0, HHV(H,10)-LLV(L,10), 1);
P1:= Mov(((C-LLV(L,10))/ denom1)*100,3,E);
denom2 := If(HHV(P1,10)-LLV(P1,10)>0, HHV(P1,10)-LLV(P1,10), 1);
Mov(((P1-LLV(P1,10))/denom2)*100,3,E)"
By Jim
Atlanta GA from Trader.online.PL
________
I would like to use this indicator w/different periods corresponding
to the various cycles of the particular stock or index, for instance
a 13d, 21d, and 35d, which I put in different panes stacked on top of
each other.
Is there a way to write this formula so one can enter a choice of
input for the periods? The way it is now I have to write a new
indicator for each period.
Thanks,
Harold
------------------------ Yahoo! Groups Sponsor ---------------------~-->
ReplayTV: CNet Ranked #1 over Tivo!
Instant Replay & Pause live TV.
Special Sale: 50% off!
http://us.click.yahoo.com/UUMW7B/.5qGAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|