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

Notification

Icon
Error

Options
Go to last post Go to first unread
eagle5  
#1 Posted : Monday, March 15, 2010 12:04:37 AM(UTC)
eagle5

Rank: Member

Groups: Registered, Registered Users
Joined: 9/3/2007(UTC)
Posts: 11

Hello,

I've set up the Ichimoku Charts in Metastock 10 which has resulted in a whole lot of lines. I've seen examples of Metastock charts with the cloud filled in - can anyone advise how I can do this?

And which are the lines that are used to form the cloud?




henry1224  
#2 Posted : Tuesday, March 16, 2010 2:27:42 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)
ST:=(HHV(H,26)+LLV(L,26))/2;
TL:=(HHV(H,9)+LLV(L,9))/2;
DL:=Ref(C,25);
1Span:=Ref((ST+TL)/2,-25);
2Span:=Ref((HHV(H,52)+LLV(L,52))/2,-25);

1Span;2Span;
mark1230  
#3 Posted : Wednesday, March 17, 2010 9:24:35 AM(UTC)
mark1230

Rank: Member

Groups: Registered, Registered Users
Joined: 2/5/2010(UTC)
Posts: 18

" ST:=(HHV(H,26)+LLV(L,26))/2;
TL:=(HHV(H,9)+LLV(L,9))/2;
DL:=Ref(C,25);
1Span:=Ref((ST+TL)/2,-25);
2Span:=Ref((HHV(H,52)+LLV(L,52))/2,-25);

1Span;2Span; "

thanks henry for it .

eagle5  
#4 Posted : Wednesday, March 17, 2010 2:12:46 PM(UTC)
eagle5

Rank: Member

Groups: Registered, Registered Users
Joined: 9/3/2007(UTC)
Posts: 11

Henry, thank you for responding - your formula gives me 3 lines which make it easier to see where the cloud should be. How do I fill in the cloud areas with colour?
wabbit  
#5 Posted : Wednesday, March 17, 2010 7:18:00 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)
Have you tried applying the Ichimoku indicator that is already built into MS? (Well it's in my MS8 and MS9 I have loaded on this machine; I haven't looked to see if it is still included in newer versions.)


wabbit [:D]

eagle5  
#6 Posted : Thursday, March 18, 2010 12:17:22 AM(UTC)
eagle5

Rank: Member

Groups: Registered, Registered Users
Joined: 9/3/2007(UTC)
Posts: 11

Hi Wabbit, thank you - well, in my Indicator list is "Ichimoku Chart" - I'm not sure if I made it (first started looking at this last year but got interrupted....) or it's built in. If it's supposed to be in v10, then it must be built in.

However, it just brings down a lot of lines and some of these need to be filled in to make the "clouds". That's my problem, firstly identifying which of the lines are the relevant ones for the cloud formation, and filling in the spaces.

I've searched the net and though I have seen a pic of the areas filled in on a Metastock chart, I can't find how to achieve this.

wabbit  
#7 Posted : Thursday, March 18, 2010 3:03:40 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)
Look further up your indicator quicklist to see the built in function, or read the manual.


wabbit [:D]

henry1224  
#8 Posted : Thursday, March 18, 2010 4:21:02 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)
Dear Eagle,

the ichimoku chart indicator plots six lines.

my indicator

ST:=(HHV(H,26)+LLV(L,26))/2;{Support & Resistance}
TL:=(HHV(H,9)+LLV(L,9))/2;{Support & Resistance}
DL:=Ref(C,25);{A Forward Ref Function is of no use but is plotted in the MS indicator}
1Span:=Ref((ST+TL)/2,-25);{Cloud edge}
2Span:=Ref((HHV(H,52)+LLV(L,52))/2,-25);{Cloud edge}

{The other line plotted in the MS version is the Close}

ST;TL:1Span;2Span;

so here are the six lines that are plotted in the Ichimoku Chart Indicator.
To fill in the cloud with color is just a waste of code and PC resources and serves no purpose, but I will agree that it looks great
eagle5  
#9 Posted : Thursday, March 18, 2010 11:13:22 PM(UTC)
eagle5

Rank: Member

Groups: Registered, Registered Users
Joined: 9/3/2007(UTC)
Posts: 11

Henry, thank you for your enhanced formula - much appreciated. I also like the formula you posted earlier which produces just the two lines - it's helped me identify which lines form the actual cloud in the most recent formula.

Wabbit, no in-built Ichimoku indicator in my Metastock, nor is there any mention in the manual.

Many thanks again Henry and Wabbit.
Eagle5
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.