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

Notification

Icon
Error

Options
Go to last post Go to first unread
Anne Hunt  
#1 Posted : Monday, June 20, 2005 9:24:53 AM(UTC)
Anne Hunt

Rank: Member

Groups: Registered, Registered Users
Joined: 6/8/2005(UTC)
Posts: 10
Location: Sydney Australia

Hello Patrick, Would it be possible to get the Metastock Formulae for the "Ichinoku Kinko Hyo" Indicator. I would like the formulae to display the indicator exactly as it is displayed by Metastock 9. I am running Metastock 8. Thanks Anne. :D :lol: :o
wabbit  
#2 Posted : Monday, June 20, 2005 1:13:29 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
A quick Google came up with this: http://www.investopedia..../technical/04/072104.asp Hope this helps. wabbit :D P.S. Can someone remember how to "fill in" the space between two lines. A long time ago now, Jose demonstrated how to do it. I have since forgotten.
hayseed  
#3 Posted : Monday, June 20, 2005 6:49:50 PM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey anne..... here would be a starting point, admittedly a rough one..... patrick, wabbit or joetrade might be able to clean it up some.... or perhaps you could.... i'm reasonably sure some of the values are off.... tl = turning line, bl=base line, dl= delay line and so on..... naturally all lines will be the same color until you change them......h itchi lookalittlelike
nper1:=7; TL:=(HHV(H,nper1)+LLV(L,nper1))/2; TL; nper2:=22; BL:=(HHV(H,nper2)+LLV(L,nper2))/2; BL; nper2:=22; DL:=Ref(C,+(nper2-1)); DL; nper1:=7; nper2:=22; TL:=(HHV(H,nper1)+LLV(L,nper1))/2; ST:=(HHV(H,nper2)+LLV(L,nper2))/2; SSpanA:=Ref((ST+TL)/2,-(nper2-1)); SSpanA; nper2:=22; nper3:=44; SSpanB:=Ref((HHV(H,nper3)+LLV(L,nper3))/2,-(nper2-1)); SSpanB ------------------------------------------------------------------
henry1224  
#4 Posted : Tuesday, June 21, 2005 1:31:22 AM(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)
Have you checked out the expert in the Metastock formula collection area?
Anne Hunt  
#5 Posted : Tuesday, June 21, 2005 11:44:28 PM(UTC)
Anne Hunt

Rank: Member

Groups: Registered, Registered Users
Joined: 6/8/2005(UTC)
Posts: 10
Location: Sydney Australia

Thanks Wabbit, Thanks Hayseed, I now Have some form of an Ichinoku indicator. Henry 1224, I cannot locate and Expert for the Ichimoku Indicator. Do you know where to get one? How do I get the Ichimoku Indicator to look Like this in Metastock 8 Anne.
Anne Hunt  
#6 Posted : Tuesday, June 21, 2005 11:55:17 PM(UTC)
Anne Hunt

Rank: Member

Groups: Registered, Registered Users
Joined: 6/8/2005(UTC)
Posts: 10
Location: Sydney Australia

Sorry Guys Here is the right attachment.
Anne Hunt  
#7 Posted : Wednesday, June 22, 2005 12:06:28 AM(UTC)
Anne Hunt

Rank: Member

Groups: Registered, Registered Users
Joined: 6/8/2005(UTC)
Posts: 10
Location: Sydney Australia

3rd time lucky I hope. Anne
henry1224  
#8 Posted : Wednesday, June 22, 2005 12:36:17 AM(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)
Anne Hunt  
#9 Posted : Wednesday, June 22, 2005 5:24:44 AM(UTC)
Anne Hunt

Rank: Member

Groups: Registered, Registered Users
Joined: 6/8/2005(UTC)
Posts: 10
Location: Sydney Australia

Thanks Henry 1224, I now have the Formulae with fully adjustable parameters. Pds1:= Input("Tenkan-Sen period:",1,200,9); Pds2:= Input("Kijun-Sen period:",1,200,26); Pds3:= Input("Senkou Span B period:",1,200,52); Pds4:= Input("Chikou Span Backshift period:",1,200,26); Pds5:= Input("Senkou Span A Forwardshift:",1,200,26); Pds6:= Input("Senkou Span B Forwardshift:",1,200,26); TenSen:=(HHV(H,pds1)+LLV(L,pds1))/2; KijSen:=(HHV(H,pds2)+LLV(L,pds2))/2; Chiklag:=Ref(C,-pds4); SenkSpanA:=Ref((TenSen+KijSen)/2,+pds5); SenkSpanB:=Ref((HHV(H,52)+LLV(L,52))/2,+pds6); TenSen; KijSen; Chiklag; SenkSpanA; SenkSpanB How do I modify the above formulae to fill in the area between the Senkou Span A and Senkou Span B lines, please refer to attached image above. Anne.
wabbit  
#10 Posted : Wednesday, June 22, 2005 11:43:20 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
See my request for the same information as the response to your initial request! When Jose gets back from holidays, hopefully we will all know. LOL wabbit :D
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.