Traderji.com - Discussion forum for Stocks Commodities & Forex

Metamaster

Discuss Metamaster at the MetaStock within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Dear members, Here I post some of my METASTOCK EOD formulas. Below is one of ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software > MetaStock

Notices


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #11  
Old 22nd September 2007, 01:42 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Re: Metamaster

Dear members,

Here I post some of my METASTOCK EOD formulas. Below is one of them.



{NAME:BASU'S TRENDS}
pt:= FmlVar("BASU'S POINT THEORY","bPT");{already there in my previous posts}
ah:=ROC(H,4,$)-ROC(H,1,$)+Mov(H,6,E);
al:=ROC(L,4,$)-ROC(L,1,$)+Mov(L,6,E);
ac:=ROC(C,4,$)-ROC(C,1,$)+Mov(C,6,E);
ao:=ROC(O,4,$)-ROC(O,1,$)+Mov(O,6,E);

a:=If(ac>aO+7*pt,(aH+aC-ao-aL)*.8,
If(ac>aO+4*pt,(ac-al)*1.5,
If(ac>aO+2*pt,(ah-ao)*.5,
If(ac>aO-2*pt,(ao-ah)*.6,
If(ac>aO-4*pt,(al-ao)*.5,
If(ac>aO-7*pt,(ac-ah)*1.5,(ac-ao+al-ah)*.8))))));

a1:=If(a>8*pt,ah-a*.8,
If(a>5*pt,ah-a,
If(a>3*pt,aH-a,
If(a>2*pt,(aC+ao)/2-a*2,
If(a>pt,aC-a*2,
If(a>O,aO-a*3,
If(a>-pt,aO-a*3,
If(a>-2*pt,aC-a*2,
If(a>-3.5*pt,(aC+ao)/2-a*2,
If(a>-5*pt,aL-a,
If(a>-8*pt,al-a,al-a*.8)))))))))));
Mov((O-a+a1)/2,2,E)

{(TREND: BUY: BLUE)
fml("BASU'S TRENDS ")<c

(TREND: SELL: RED)
fml("BASU'S TRENDS")>c}

BASUDEO
Reply With Quote
Sponsored Links
  #12  
Old 27th September 2007, 02:08 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Re: Metamaster

Dear members,

Here I post some of my METASTOCK EOD formulas. Below is one of them.



{NAME:BASU'S TRENDS2}

pt:= FmlVar("BASU'S POINT THEORY","bPT");{already there in my previous posts}
ah:=ROC(H,5,$)-ROC(H,2,$)+Mov(Ref(H,-1),3,S);
al:=ROC(L,5,$)-ROC(L,2,$)+Mov(Ref(L,-1),3,S);
ac:=ROC(C,5,$)-ROC(C,3,$)+Mov(Ref(C,-1),3,E);
ao:=ROC(O,5,$)-ROC(O,3,$)+Mov(Ref(O,-1),3,E);

a:=If(C>O+7*pt,aH+aC-aO-aL,
If(C>O+4*pt,ah-al,
If(C>O+2*pt,ac-al,
If(C>O-2*pt,aC-aO,
If(C>O-4*pt,ac-ah,
If(C>O-7*pt,al-ah,aL+ac-ao-aH))))));

a1:=If(a>15*pt,aL+(ah-al)*.6,
If(a>10*pt,al+(ah-ao)*.9,
If(a>6*pt,al-(ac-al)*.2,
If(a>3*pt,ao-(ac-ao)*.3,
If(a>pt,ao-(ah-ao)*.5,
If(a>O,ao-(ah-al)*.8,
If(a>-pt,ao-(al-ah)*.8,
If(a>-3*pt,ao-(al-ao)*.5,
If(a>-6*pt,ao-(ac-ao)*.3,
If(a>-10*pt,ah-(ac-ah)*.2,
If(a>-15*pt,ah+(al-ao)*.9,aH+(al-ah)*.6)))))))))));


Mov(ROC(Mov(((ao-ac+ah-al)),1,S)+((ao+ac+ah+al)/4),1,$)+a1,3,E)

{(TREND: BUY: BLUE)
fml("BASU'S TRENDS2 ")<c

(TREND: SELL: RED)
fml("BASU'S TRENDS2")>c}

BASUDEO

Last edited by basudeo; 27th September 2007 at 02:17 PM. Reason: To make some minor changes in the name of the formula.
Reply With Quote
  #13  
Old 27th September 2007, 02:25 PM
Member
 
Join Date: Nov 2006
Location: calcutta
Posts: 2,042
Thanks: 197
Thanked 315 Times in 202 Posts
renu daga is just really nicerenu daga is just really nicerenu daga is just really nicerenu daga is just really nice
Reputation: 366
Default Re: Metamaster

basu ,,excellent ,,,though no one shares ones coding ,,because its hard effort and stil u ahve shared.. take help from asish da,, he is master of masters of metamaster,,,,as it is aish da is free now ,,for today.. did his quota of trading,,, and also his system is alos well set up.

asish da help him,,so that this thread becomes useful for evry new bies and tehy dont rely upon nay call giver and can themselves figure out agood buy/sell

renu
Reply With Quote
  #14  
Old 30th September 2007, 06:15 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Re: Metamaster

Dear members,

Here I post some of my METASTOCK EOD formulas. Below is one of them.



{NAME:BASU'S TRENDS3}

pt:= FmlVar("BASU'S POINT THEORY","bPT");{already there in my previous posts}
ah:=ROC(H,5,$)-ROC(H,2,$)+Mov(Ref(H,-1),3,E);
al:=ROC(L,5,$)-ROC(L,2,$)+Mov(Ref(L,-1),3,E);
ac:=ROC(C,5,%)-ROC(C,3,%)+Mov(Ref(C,-1),3,E);
ao:=ROC(O,5,%)-ROC(O,3,%)+Mov(Ref(O,-1),3,E);

a:=If(aC>ao+7*pt,aH+aC-aO-aL,
If(aC>ao+4*pt,ah-al,
If(aC>ao+1.5*pt,ac-ao,
If(aC>ao-1.5*pt,(C-O)*2,
If(aC>ao-4*pt,ac-ao,
If(aC>ao-7*pt,al-ah,aL+ac-ao-aH))))));

a1:=If(a>8*pt,ao+a*.8,
If(a>5*pt,al+a*1.2,
If(a>2*pt,ac-a*.8,
If(a>O,ah-a*2,
If(a>-2*pt,al-a*1.5,
If(a>-5*pt,ao-a*.6,
If(a>-8*pt,ah+a*.9,ao+a*.6)))))));

Mov(Mov(ROC((ao+ac+ah+al)/4,1,$),2,S)+a1,2,E)

{(TREND: BUY: BLUE)
fml("BASU'S TRENDS3 ")<c

(TREND: SELL: RED)
fml("BASU'S TRENDS3")>c}

BASUDEO
Reply With Quote
  #15  
Old 2nd October 2007, 06:40 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Re: Metamaster

Dear members,

Here I post some of my METASTOCK EOD formulas. Below is one of them.



{NAME:BASU'S TRENDS4}

pt:= FmlVar("BASU'S POINT THEORY","bPT");{already there in my previous posts}
ah:=ROC(H,5,$)-ROC(H,2,$)+Mov(Ref(H,-2),2,S);
al:=ROC(L,5,$)-ROC(L,2,$)+Mov(Ref(L,-2),2,S);
ac:=ROC(C,5,$)-ROC(C,3,$)+Mov(Ref(C,-1),3,S);
ao:=ROC(O,5,$)-ROC(O,3,$)+Mov(Ref(O,-1),3,S);

a:=If(aC>ao+7*pt,aH+aC-aO-aL,
If(aC>ao+4*pt,ah-al,
If(aC>ao+1.5*pt,ac-ao,
If(aC>ao-1.5*pt,ac-al,
If(aC>ao-4*pt,ac-ao,
If(aC>ao-7*pt,al-ah,aL+ac-ao-aH))))));

a1:=If(a>15*pt,aL+(ah-al)*.4,
If(a>10*pt,al+(ah-ao)*.5,
If(a>6*pt,al+(ac-al)*.6,
If(a>3*pt,ao-(ah-al)*.7,
If(a>pt,ao-(ac-al)*.8,
If(a>O,ao-(ah-ac)*.9,
If(a>-pt,ao-(al-ac)*.9,
If(a>-3*pt,ao-(ac-ah)*.8,
If(a>-6*pt,ao-(al-ah)*.7,
If(a>-10*pt,ah+(ac-ah)*.6,
If(a>-15*pt,ah+(al-ao)*.5,aH+(al-ah)*.4)))))))))));

Mov(Mov(ROC((ao+ac+ah+al)/4,1,$),2,S)+a1,5,E)

{(TREND: BUY: BLUE)
fml("BASU'S TRENDS4 ")<c

(TREND: SELL: RED)
fml("BASU'S TRENDS4")>c}

BASUDEO
Reply With Quote
  #16  
Old 2nd October 2007, 06:58 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Re: Metamaster

Dear members,

Here I post some of my METASTOCK EOD formulas. Below is one of them.



{NAME:BASU'S TEST}

pt:= FmlVar("BASU'S POINT THEORY","bPT");{already there in my previous posts}
a:=If(C>O,H+C-O-L,L+C-O-H);
aa:=(ROC(a,1,$)+ROC(a,2,$))-(ROC(a,4,$)+ROC(a,3,$));
aaa:=If(aa>7*pt,O+.67*a,
If(aa>4*pt,O+.5*a,
If(aa>pt,O+.33*a,
If(aa>-pt,O+.25*a,
If(aa>-4*pt,O+.33*a,
If(aa>-7*pt,O+.5*a,O+.67*a))))));

bb:=(Mov(aaa,6,S)*6-6*C-(C-aaa)*6)/pt;
b:=Ref(bb,-1)-bb;

If(b<-29,L-5*pt,
If(b<-7,L,
If(b<7,(L+H)/2,
If(b<29,H,H+5*pt))));

{This formula is just the part of another formula so save it as it is.}

BASUDEO
Reply With Quote
  #17  
Old 2nd October 2007, 07:16 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Re: Metamaster

Dear members,

Here is the final version of my series formulas already posted in trhis group.

{NAME:BASU'S SYMBOLS}

Mov(ROC(Fml( "BASU'S TEST"),2,%)*.25+
Mov(Fml( "BASU'S TRENDS4"),2,S),2,E)


{(SYMBOL:BUY)
Fml( "BASU'S SYMBOLS")<L-1.5*FmlVar("BASU'S POINT THEORY","bPT")}

{(SYMBOL:SELL)
Fml( "BASU'S SYMBOLS")>h+1.5*FmlVar("BASU'S POINT THEORY","bPT")}

BASUDEO

Last edited by basudeo; 2nd October 2007 at 07:21 PM. Reason: To make minor change.
Reply With Quote
  #18  
Old 2nd October 2007, 08:00 PM
Member
 
Join Date: May 2006
Posts: 30
Thanks: 2
Thanked 1 Time in 1 Post
anupsoni is on a distinguished road
Reputation: 21
Default Re: Metastock Formula

Hello ,
Can anybody tell me how to edit a password protected formula file or how to open a password protect formula file?????
Reply With Quote
  #19  
Old 8th October 2007, 06:54 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Basu's Breakouts

Dear members,

Here I post my breakout formula for METASTOCK EOD version.

{NAME: BASU'S VOLUME}

a:=Mov(V,4,S)-Mov(V,7,S);
b:=Mov(V,11,S)-Mov(V,18,S);
aa:=a-2*b;
If(aa>V/1000,H+3*FmlVar("BASU'S POINT THEORY","bPT"),
If(aa>-V/1000,(L+H)/2,L-3*FmlVar("BASU'S POINT THEORY","bPT")))

{Store separately}
=============================================
{NAME: BASU'S BREAKOUTS}

a:=((Mov(C,2,S)+((Mov(C,64,E)+((Mov(C,4,S)+((Mov(C ,32,E)+((Mov(C,8,S)+Mov(C,16,E))/2))/2))/2))/2))/2);

b:=((Mov(C,64,S)+((Mov(C,2,E)+((Mov(C,32,S)+((Mov( C,4,E)+((Mov(C,16,S)+Mov(C,8,E))/2))/2))/2))/2))/2);


aa:= Fml("BASU'S TRENDS4") ;
bb:= Fml( "BASU'S VOLUME") ;

Mov(a*.8+aa*.2,3,VOL);
Mov(b*.8+bb*.2,5,S);

=================================================

BASUDEO
Reply With Quote
  #20  
Old 12th October 2007, 07:23 PM
Member
 
Join Date: Apr 2007
Posts: 80
Thanks: 1
Thanked 2 Times in 2 Posts
basudeo is on a distinguished road
Reputation: 27
Default Basu'S lemsem

Dear members,

I started this thread to share indicators, experts for METASTOCK. Today I am posting here two of my formulas.

SEM:- First formula is "SEM" = Shorter Early Medians. In this formula I used medians of six moving averages. I used six averages of fibonacci numbers-2,3,5,8,13,21. You can use any periodicity in this formula. But start from shorter average first. Running order is - S L S L S L.

LEM:- Second formula is "LEM" = Longer Early Medians. In this formula the running order is - L S L S L S.

You can use any kind of sequences such as Power 2 = 2,4,8,16,32,64; Fibonacci = 2,3,5,8,13,21,34,55 etc; Lucas = 3,4,7,11,18,29,47,76 etc.
You plot both the formulas in your chart and judge yourself.

cross(lem,sem) = buy
cross(sem,lem) = sell

'sem' is neutral line while 'lem' is volatile line. Please post your comments and your new findings based upon these formulas.


{NAME = BASU'S SEM}
m1:=Input("put periods1",2,200,5);
m2:=Input("put periods2",2,200,8);
m3:=Input("put periods3",2,200,3);
m4:=Input("put periods4",2,200,13);
m5:=Input("put periods5",2,200,2);
m6:=Input("put periods6",2,200,21);
{Data Array}d:=C;

((Mov(d,m6,S)+((Mov(d,m5,S)+((Mov(d,m4,S)+((Mov(d, m3,S)+((Mov(d,m2,S)+Mov(d,m1,S))/2))/2))/2))/2))/2);

{NAME = BASU'S LEM}
m1:=Input("put periods1",2,200,8);
m2:=Input("put periods2",2,200,5);
m3:=Input("put periods3",2,200,13);
m4:=Input("put periods4",2,200,3);
m5:=Input("put periods5",2,200,21);
m6:=Input("put periods6",2,200,2);
{Data Array}d:= C;

((Mov(d,m6,E)+((Mov(d,m5,E)+((Mov(d,m4,E)+((Mov(d, m3,E)+((Mov(d,m2,E)+Mov(d,m1,E))/2))/2))/2))/2))/2);



BASUDEO
Reply With Quote
The Following User Says Thank You to basudeo For This Useful Post:
HBBHVN (28th August 2008)
Sponsored Links

Reply

Bookmarks


Advertise Here


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +5.5. The time now is 09:36 PM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com