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

Notification

Icon
Error

Options
Go to last post Go to first unread
hayseed  
#1 Posted : Wednesday, March 23, 2005 4:58:04 PM(UTC)
hayseed

Rank: Advanced Member

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

kinda new to metastock myself.... but it didn't take long to learn that with the hundreds of indicators there are millions of combinations..... so possibly in an effort to improve that learning curve we could post some ..... perhaps we should leave trading systems to other forums, so just charts, templates or layouts in a friendly only educational format..... such as diamonds and oex and i trust marilyn or patrick will delete this if its inapproriate.....h
Patrick  
#2 Posted : Wednesday, March 23, 2005 5:34:21 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
Quote:
kinda new to metastock myself
How long have you been using metastock for? You have some great insights into the program and we really appreciate all of your tips and tricks.
Quote:
and i trust marilyn or patrick will delete this if its inapproriate.....h
The forum is for our users, we made it for you guys and it is up to you to decide what you want to accomplish with it :wink:... Marilyn and I will just make sure that the atmosphere on the forum remains friendly and courteous ( Unlike others I have seen :roll: ...), and we will also try to improve it and make it more interesting. The only thing that I don't want to see on this forum, is advertising. And that includes Equis's adds ... I will notify people of seminars, webinars and things like that but I won't fill the forum with metastock advertisement and I expect the same from our users. Patrick
hayseed  
#3 Posted : Wednesday, March 23, 2005 7:10:46 PM(UTC)
hayseed

Rank: Advanced Member

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

hey patrick...... i bought meta 9 last summer.... someone with equis suggested spending some time reading the manuals.... that was a valuable tip..... seem to still discover something new everyday...... heres another favorite of mine.... this template has fibonacci retracements in a 'live' state.... so as you scroll back in time they adjust to the new data.... or if you change the security they adjust also..... a neat way to study the retracement theory..... the base chart is meta's stock 'color' template..... to which i added psar ..........and the fib retracement tool code below, just cut and paste into your indicator builder.......h
{from ozgur1976yildirim and jose} {C:\\Documents and Settings\\hayseed\\Desktop\\jose} a:=Input("ZigZag minimum percentage",.01,100,5); b:=Input("Fib levels based on: [1]Troughs, [2]Peaks",1,2,1); d:=Input("HHV/LLV periods",1,500,50); formulal:=Trough(1,C,a); formulSat:=Peak(1,C,a); al:=LLV(formulal,d); sat:=HHV(formulsat,d); feb:=sat-al; feb0:=LastValue(al) ; feb1:=LastValue(al+feb*.236); feb2:=LastValue(al+feb*.382); feb3:=LastValue(al+feb*.500); feb4:=LastValue(al+feb*.618); feb5:=LastValue(sat) ; feb6:=LastValue(sat-feb*.236); feb7:=LastValue(sat-feb*.382); feb8:=LastValue(sat-feb*.618); { Plot on price chart } If(b=1,feb0,feb8); If(b=1,feb3,feb3); If(b=1,feb1,feb7); If(b=1,feb2,feb6); If(b=1,feb4,feb0); feb5; -------------------------------------------------
Blissfully  
#4 Posted : Monday, August 1, 2005 4:44:15 PM(UTC)
Blissfully

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/1/2005(UTC)
Posts: 4

hayseed, I noticed your template for OEX. I am curious as to what indicators you are using in the lower window of the chart that you posted (the red and blue lines) - they move and look like binary waves. 'seems they provide some nice signals. -Daniel
hayseed  
#5 Posted : Wednesday, August 3, 2005 3:28:40 AM(UTC)
hayseed

Rank: Advanced Member

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

hey blissfully..... sorry to reply late.... my metastock is down right now so i can't post a current chart.... those red/blue lines are moving averages.... the chart is confusing for many, i am only concerned with the direction of the red line.... here is a previous attempt at posting it where you can download the layout into your meta.... those indicators have to be in you indicator list first, and named exactly..... most often used on the daily but it can be used on 60 minute charts also.....h
StorkBite  
#6 Posted : Wednesday, August 3, 2005 3:45:29 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
This is neat h... thanks for sharing it!
Blissfully  
#7 Posted : Wednesday, August 3, 2005 5:56:59 PM(UTC)
Blissfully

Rank: Newbie

Groups: Registered, Registered Users
Joined: 8/1/2005(UTC)
Posts: 4

I appreciate the code!
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.