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 :( ??
|
|
|
|
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?
|
|
|
|
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?
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
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.