PureBytes Links
Trading Reference Links
|
It would seem by this post, that this indicator will draw parallel
lines at 0, 38.2, 50, 61.8 and 100. What about stocks above 100?
What I would have thought prudent should be :
lval:= LLV(L, 200);
lval;
lval*1.382;
lval*1.5;
lval*1.618;
lval*2;
Does it make more sense?
Dusant
--- In Metastockusers@xxxxxxxxxxxxxxx, Kevin <kevin_barry@xxxx> wrote:
> Hello Claud,
>
> Yes, the indicator is created exactly like this (for fib levels):
>
> 0;
> 38.2;
> 50;
> 61.8;
> 100
>
> It's great.
>
> Regards,
> Kevin
>
> At 16:04 17/02/03 +0000, you wrote:
> >
> >Did anyone ever get the MS formula to set up Terry's
> >indicator for the DOR levels?
> >I would appreciate seeing it.
> >Thank you.
> >
> >
> >To unsubscribe from this group, send an email to:
> >Metastockusers-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> >Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|