PureBytes Links
Trading Reference Links
|
(My apologies is this gets posted twice.)
Oran:
1. ratio.
2. proportion.
3. rate.
4. relation.
5. measure.
6. percentage.
Yzdelik:
1. percentage.
Zirve:
1. peak.
2. acme.
3. apex.
4. apogee.
5. cap.
6. climax.
Periyot:
1. period.
OK, now somebody else take over.
Philip
>Hi all,
>
>Febhonici oran;
>
>
>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),Ref(L,-
>1),PREV),PREV);
>formulSat:=If(Ref(f,-2)<Ref(f,-1),If(Ref(f,-1)>f,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 YILDIRIM}
>
>
>
>
>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|