PureBytes Links
Trading Reference Links
|
a:=Input(" Yüzdelik Değer :?",1,100,10);
b:=Input(" (Dip İçin=1 , Zirve için=2) Giriniz :?",1,2,1);
d:=Input(" Peryot Dilimi :?",1,500,50);
f:=Zig(C,a,%);
formulal:=If(Ref(f,-2)>Ref(f,-1),If(f>Ref(f,-1),If(L>Ref(L,-1),Ref
(L,-1),L),PREV),PREV);
formulSat:=If(Ref(f,-2)<Ref(f,-1),If(Ref(f,-1)>f,If(H>Ref(H,-1),H,Ref
(H,-1)),PREV),PREV);
al:=LLV(formulal,d);
sat:=HHV(formulsat,d);
feb:=(sat-al);
feb0:=LastValue(al) ;
Feb1:=LastValue(al+feb*.236);
feb2:=LastValue(al+feb*.382);
feb3:=LastValue(al+feb*.500);
feb4:=LastValue(al+feb*.618);
feb5:=LastValue(sat) ;
feb6:=LastValue(sat-feb*.236);
feb7:=LastValue(sat-feb*.382);
feb8:=LastValue(sat-feb*.618);
ValueWhen(1,b=1,feb0 );
ValueWhen(1,b=1,feb1 );
ValueWhen(1,b=1,feb2 );
ValueWhen(1,b=1,feb3 );
ValueWhen(1,b=1,feb4 );
ValueWhen(1,b=1,feb5 );
ValueWhen(1,b=2,feb5 );
ValueWhen(1,b=2,feb8 );
ValueWhen(1,b=2,feb7 );
ValueWhen(1,b=2,feb3 );
ValueWhen(1,b=2,feb6 );
ValueWhen(1,b=2,feb0 );
{created by Özgür Yıldırım}
http://marla76.sitemynet.com/borsa/id2.htm
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|