Cross (HHV(C,240)-LLV(C,240)*.382;
I suppose this would be the formula ie. plotting 240 days
.382 retracement. Weird thing is that when I plot it to my
chart, it´s not going to placed exactly in the same place
as metastock automatically added fibonacci lines.
What did you mean by using "valuenwhen" indicator,
I suppose to take out any timeframe fibonacci line
starting point should allways be very sharp bottom line.
Fib lines won´t work so well for the equities which has
had very narrow trading range, bottom and top should
be very clear&sharp to recognice, but I don´t have a clu
how to tell this for metastock. Perhaps fibstarting line (0%)
should be placed where powerfull ABC correction has ended.
To see such an example could be found from this link>
http://www.acrotec.com/ewt.htm
This site gives even more clear picture of different wave structures>
http://www.tradersedgeindia.com/elliott_wave_theory.htm
There seems to be very few issues in this forum about fibonacci´s,
which really surprize me as they are very powerfull in the market
when important retracement reversal appears.
1) Actually only formula I found from here is written by you I think
as following code. Btw. Would it be possible to change colours of
each line automatically of those lines to be more clearly recognable ?
2) Do you have anything similiar code for this to use it in explorer ?
b:=Input(".236",.01,2,.78);
bb:=Input("..382",.01,2,.382);
bbb:=Input(".50",.01,2,.50);
bbbb:=Input(".618",.01,2,.618);
bbbbb:=Input("when applying, always choose overlay without scale",0,0,0);
m:=1;
d:=3;
y:=2006;
a:=ValueWhen(1, Month()=m AND DayOfMonth()=d AND Year()=y,Ref(C,-1));
aa:=ValueWhen(1, Month()=m AND DayOfMonth()=d AND Year()=y,O);
aaa:=(b*(a-aa))+aa;
aaaa:=(bb*(a-aa))+aa;
aaaaa:=(bbb*(a-aa))+aa;
aaaaaa:=(bbbb*(a-aa))+aa;
a;aa;aaa;aaaa;aaaaa;aaaaaa;