Metastock Formula

#81
Metastock Books:
1) BroadMarket Indicators
2) Dynamic Trading tools
3) Metastock Formulabook
4) Metastock Pro Manual
5) Point and Figure toolbox
6) PowerPivots 80
7) Code snippets for Metastock



P.S.: ERASE full stop from r.a.p.i.d.share then use link

(moneypick)
Really thanks a lot man... was dying to get my hands on this one.
 
#82
Hi all,

Can anyone help me with this.. I have been trying to program a system in metastock from the past one week but it seems i am heading no where.

can someone please let me know the code of the formula used for checking this condition:

If the stocs (14,5) are below 20 on a 5 minute chart and below 20 also on the 10 minute and the 15 minute chart as well. Then only it should give a buy signal.

The database I am using has 1 minute intra-day bars.
 
#83
hi
i need the help by you seniors pls help , i am looking for good profit making formulas for meta stock day trading currently i am using two combinations open 5ema and close 6 ema / 20 ema breakout pls suggest if you have something more effective formulas.

thanx
 
#84
Respected My Dear Super Moderator Traderji,
Thank U very very much for Teaching "How to create Expert Advisor".
This happens only in Traderji
Thank you sir again
Yours
Tkamal[/:thanx::thanx::thanx:B]
 
#85
hi all,
i want a metastock 10.1 explorer formula and i have been seraching for it among various sites and m unable to find it....
Can you please give me a formula for metastock exploration exponential moving average of 5 and 13 days(signal) ....on closinf basis.... which gives buy signal if moving average 5 days crosses mov avg of 13 days ....and sell signal if mov avg of 13 days crosses moving average 5 days on a particular day?
:thanx::thanx::thanx::thanx:
 
Last edited:
#86
Hi All,

I am trying to find Metastock explorer formula for MACD divergence but unable to find a good one. Though I can find some in the website but it doesn't meet my requirement. Could some kind soul help to write formula for attached chart? Many thanks in advance!
 

Attachments

#87
Metastock explorer is providing incorrect MACD buy signal...

Hi fellow Traders, I am using MS 9 EOD and it it giving wrong results in MS explorer. Metastock explorer is providing incorrect MACD buy signal... I manually checked India Infoline and it generated a buy signal as the MACD has crossed over it signal line but Metastock explorer is not providing a lot of Scrips which have generated a buy signal in its results.. .Is it me or someone else is also facing this issue.. plz advice..
I MACD buy signal formula I am using is-

* CLOSE
* MACD()
* Ref(MACD(),-1)
* Mov(MACD(),9,EXPONENTIAL)
* Ref(Mov(MACD(),9,EXPONENTIAL),-1)
* ((MACD() - Mov(MACD(),9,EXPONENTIAL)) /Mov(MACD(),9,EXPONENTIAL)) * 100
*Cross( MACD(), Mov(MACD(),9,EXPONENTIAL))
I have already posted this topic as a separate thread but it seems as if this is the proper place to post this.. ( Moderators plz excuse if this counts a duplicate post, I tried to delete my earlier post but did not find any option )
 
#88
Hi Traderji,

Is there anyway I can try this formula in MS10 and see if it would be a successful trading system or certain equity.???

Awaiting your reply ASAP.

Hardik

Open Metastock, Click on Tools->Expert Advisor->New and enter whatever name you want to give.

Then Click the Highlights tab -> New -> enter Bullish as name. Under condition add:
Mov(C, 5, E ) > Mov(O, 6, E ), Select colour as Blue. Click Ok.

Then similarly add an another condition under Highlights called Bearish under it add:
Mov(O, 6, E ) > Mov(C, 5, E ), select colour as Red and click ok.


For the BUY and SELL arrows:

Add the following two conditions under Symbol.

BUY

Cross( Mov(C, 5, E ) , Mov(O, 6, E ))

Select the appropriate symbol.

SELL

Cross( Mov(O, 6, E ) , Mov(C, 5, E ))

Select the symbol.

Click ok -> ok.

TO display this expert advisor, open any chart, then right click, select Expert Advisor -> Attach. Select the Expert Advisor you had jus made then click on Ok.
 
#89
Open Metastock, Click on Tools->Expert Advisor->New and enter whatever name you want to give.

Then Click the Highlights tab -> New -> enter Bullish as name. Under condition add:
Mov(C, 5, E ) > Mov(O, 6, E ), Select colour as Blue. Click Ok.

Then similarly add an another condition under Highlights called Bearish under it add:
Mov(O, 6, E ) > Mov(C, 5, E ), select colour as Red and click ok.


For the BUY and SELL arrows:

Add the following two conditions under Symbol.

BUY

Cross( Mov(C, 5, E ) , Mov(O, 6, E ))

Select the appropriate symbol.

SELL

Cross( Mov(O, 6, E ) , Mov(C, 5, E ))

Select the symbol.

Click ok -> ok.

TO display this expert advisor, open any chart, then right click, select Expert Advisor -> Attach. Select the Expert Advisor you had jus made then click on Ok.
Great!!! :clapping:
I hv put this formula in my expert advisor its working .....
could u tell me how to do it or could u give such EXPERT ADIVSOR FORMULA THAT INVOLVE MOST OF PARAMETER OR OSCILATORS FOR SHORT TERM (7 - 15 DAYS) BUY SELL SIGNAL....
PLEASE HELP ME........
THANX:thumb:
 
#90
open metastock, click on tools->expert advisor->new and enter whatever name you want to give.

Then click the highlights tab -> new -> enter bullish as name. Under condition add:
Mov(c, 5, e ) > mov(o, 6, e ), select colour as blue. Click ok.

Then similarly add an another condition under highlights called bearish under it add:
Mov(o, 6, e ) > mov(c, 5, e ), select colour as red and click ok.


For the buy and sell arrows:

Add the following two conditions under symbol.

Buy

cross( mov(c, 5, e ) , mov(o, 6, e ))

select the appropriate symbol.

Sell

cross( mov(o, 6, e ) , mov(c, 5, e ))

select the symbol.

Click ok -> ok.

To display this expert advisor, open any chart, then right click, select expert advisor -> attach. Select the expert advisor you had jus made then click on ok.
sir, please tell how to build an exploration formula when moving average(close,expo) 20 is about to surpass moving average (close,expo) 40 & vice versa also so that i can identify with buy or sell remarks when i explore the securities in real time :)
 

Similar threads