logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
M.J.K  
#1 Posted : Saturday, December 19, 2009 2:35:08 AM(UTC)
M.J.K

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/7/2009(UTC)
Posts: 6

Is it possible to have the time retracement in metastock (been able to move the retracement horizontally instead of vertical)?? Just to compare the price movements with time??? I have seen that in other softwares but unfortunately not in metastock :( ??
VFT63  
#2 Posted : Sunday, January 31, 2010 7:52:12 AM(UTC)
VFT63

Rank: Newbie

Groups: Registered, Registered Users
Joined: 10/23/2008(UTC)
Posts: 2

hi all I need such a function too. Does any one know how to build a Fibo time tool?? Any1?
towcobra  
#3 Posted : Sunday, January 31, 2010 11:55:30 AM(UTC)
towcobra

Rank: Member

Groups: Registered, Registered Users
Joined: 9/12/2008(UTC)
Posts: 13

I move the FIBS horizontally all the time by right clicking on one of the retracemnt lines and then changing the start date. Is that what you are referring to?
henry1224  
#4 Posted : Monday, February 1, 2010 4:31:05 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
this indicator gives you fib time between two dates

A1:=Input("date A mmddyyyy",1011960,12312100,1072000);
B1:=Input("date B mmddyyyy",1011960,12312100,1082000);
BSA:=BarsSince(A1=Month()*1000000 + DayOfMonth()*10000+ Year());
BSB:=BarsSince(B1=Month()*1000000 + DayOfMonth()*10000+ Year());
F1:=Int(If(((BSA-BSB)*.382)-BSB>0,((BSA-BSB)*.382)-BSB,0));
F2:=Int(If(((BSA-BSB)*.5)-BSB>0,((BSA-BSB)*.5)-BSB,0));
F3:=Int(If(((BSA-BSB)*.618)-BSB>0,((BSA-BSB)*.618)-BSB,0));
F4:=Int(If(((BSA-BSB)*.1)-BSB>0,((BSA-BSB)*.1)-BSB,0));
F5:=Int(If(((BSA-BSB)*1.618)-BSB>0,((BSA-BSB)*1.618)-BSB,0));
F6:=Int(If(((BSA-BSB)*2.618)-BSB>0,((BSA-BSB)*2.618)-BSB,0));
F1;F2;F3;F4;F5;F6;

the dates should be mmddyyyy format

plot in it's own window
M.J.K  
#5 Posted : Sunday, April 4, 2010 2:48:45 PM(UTC)
M.J.K

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/7/2009(UTC)
Posts: 6

Not really it’s a time divider tool works like retracement but not for price, it’s for time. Unfortunately I can’t find it anywhere in metastock or as an add-on.
M.J.K  
#6 Posted : Sunday, April 4, 2010 2:54:35 PM(UTC)
M.J.K

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/7/2009(UTC)
Posts: 6

thank you, but i am not sure this thing work like a time divider, its just another retracement tool work the same way exactly but horizontally
FormulaPrimer  
#7 Posted : Sunday, April 4, 2010 10:07:43 PM(UTC)
FormulaPrimer

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 8/12/2005(UTC)
Posts: 73

Fib Days Cycles by Dusant is what you are looking for. It is in another user group and formula is password protected..
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.