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

Notification

Icon
Error

Options
Go to last post Go to first unread
streamyx  
#1 Posted : Wednesday, May 9, 2007 1:41:13 AM(UTC)
streamyx

Rank: Member

Groups: Registered, Registered Users
Joined: 3/22/2007(UTC)
Posts: 10

hi

does anyone know what is the metastock formula for MACD TEMA crossover ?

i have been using MACD but realized that MACD TEMA actually cross up or down a bit earlier than MACD.

would appreciate the help.

thanks

streamyx

wabbit  
#2 Posted : Wednesday, May 9, 2007 2:32:28 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)
streamyx,

The little text box in the top right hand corner of the Forum is your access to the search function. Give it a try one day and see what happens if you enter a search term like "tema"

In the mean time, for those people keen on MACD and its variations : http://forum.equis.com/forums/post/14991.aspx
streamyx  
#3 Posted : Sunday, May 13, 2007 7:41:06 AM(UTC)
streamyx

Rank: Member

Groups: Registered, Registered Users
Joined: 3/22/2007(UTC)
Posts: 10

Dear Wabbit

i am still quite new to metastock

i saw your thread suggesting that MACD Tema formula as follows :

shortperiods:=Input("Enter the shorter TEMA periods: ",3,20,12);
longperiods:=Input("Enter the longer TEMA periods: ",21,50,26);
signal:=Input("Enter the number of signal line periods: ",3,50,9);
Tema(C,shortperiods)-Tema(C,longperiods);
Mov(Tema(C,shortperiods) - Tema(C,longperiods),signal,E);

so how do i put these information into the explorer columns, eg column A, B, C and the filter column?

would apprecite your help

streamyx

wabbit  
#4 Posted : Sunday, May 13, 2007 8:16:31 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)
streamyx wrote:
i am still quite new to metastock


Because you are new to MetaStock, we will work this issue out in slow time...

First, read the MS Users Manual. Then read the free Equis Formula Primer available from the Files section and attempt all the exercises contained therein. Then try to make the exploration yourself from the function (make sure you read the bit in the Users Manual about not using the Input() function in explorations).

If you get stuck, please ask for help and show us all of the code you have used and I am sure someone will assist you.

If we did all the work for you, you would not learn anything.

"Give a man a fish.... teach a man to fish...."




wabbit [:D]


wabbit  
#5 Posted : Monday, May 14, 2007 6:26:49 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)
http://www.stockmeetingplace.com/forum/viewthread.php?tid=1549 wrote:

Subject: Formula help - MACD TEMA crossover

streamyx88
Posts: 1
Registered: 15-5-2007

posted on 15-5-2007 at 16:19

Formula help - MACD TEMA crossover

hi can anyone help me with the following :

i am new to metastock and trying to figure out what is the formula to put in the filter setting for explorer if i want to scan for stocks with MACD TEMA crossover?

i was given the following but have no idea how to use the information below.

shortperiods:=Input("Enter the shorter TEMA periods: ",3,20,12);
longperiods:=Input("Enter the longer TEMA periods: ",21,50,26);
signal:=Input("Enter the number of signal line periods: ",3,50,9);
Tema(C,shortperiods)-Tema(C,longperiods);
Mov(Tema(C,shortperiods) - Tema(C,longperiods),signal,E);


would appreciate the help

thanks

streamyx



http://www.stockmeetingplace.com/forum/viewthread.php?tid=1549 wrote:

streamyx,

If you read through the MS Users Manual and complete the free Equis Formula Primer then you will have no difficulties in creating this exploration. You could also look at some of the built in explorations that come packaged with MS.

This is exactly the same information as I offered you over at the Equis Forum too!

If you are going to visit every MetaStock Forum on the web I am sure someone will eventually give you the answer you are looking for, but you wont have learned anything. Instead of trawling the bulletin boards, why don't you pick up the Users Manual and read this instead; it is a better use of your time.

Or don't you have a Users Manual, which comes shipped with every legitimate copy of MetaStock?



wabbit :D


[:@]


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.