PureBytes Links
Trading Reference Links
|
This is what I'm talking about doing. This is ABT w/daily cycles,
from top to bottom, of 56d, 30d, 22d, 13d, 8d. Pretty interesting
chart, imho.
http://tinyurl.com/o621
Harold
--- In equismetastock@xxxxxxxxxxxxxxx, hcour <no_reply@xxxx> wrote:
> ________
>
> 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: Control live television
Special Sale: 50% off ReplayTV
CNet Ranked #1 over Tivo!
http://us.click.yahoo.com/aUMW7B/A6qGAA/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/
|