PureBytes Links
Trading Reference Links
|
A1:=Input("date A mmddyyyy",1011960,12312100,1072000);
B1:=Input("date B mmddyyyy",1011960,12312100,1082000);
C1:=Input("date C mmddyyyy",1011960,12312100,1092000);
BSA:=BarsSince(A1=Month()*1000000 + DayOfMonth()*10000+ Year());
BSB:=BarsSince(B1=Month()*1000000 + DayOfMonth()*10000+ Year());
BSC:=BarsSince(C1=Month()*1000000 + DayOfMonth()*10000+ Year());
F1:=Int(If(((BSA-BSB)*.382)+(BSA-BSC)-BSC>0,((BSA-BSB)*.382)+(BSA-
BSC)-BSC,0));
F2:=Int(If(((BSA-BSB)*.618)+(BSA-BSC)-BSC>0,((BSA-BSB)*.618)+(BSA-
BSC)-BSC,0));
F3:=Int(If(((BSA-BSB)*1)+(BSA-BSC)-BSC>0,((BSA-BSB)*1)+(BSA-BSC)-
BSC,0));
F1;F2;F3;
Enter the dates in mmddyyyy format from 3 dates and plot into it's
own window, the lines will angle down till they cross 0
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/Tq9otC/XP.FAA/3jkFAA/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/
|