[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Re: Metastock Signals into Excell



PureBytes Links

Trading Reference Links

--- In equismetastock@xxxxxxxxxxxxxxx, "rahul100" <rahul100@xxxx> wrote:
> Hi
> 
> Does anybody know if it is possible to get metastock buy and sell 
> signals into MS Excell?
> 
> Thanks in advance for yor help.
> 
> Rahul

of course it's possible,

here's an example assuming the signal is a ma crossing

q1:=input'"set lenght of lt ma",1,2000000,200);
q2:=input("set lenght of st ma",1,1000000,50);
k1:=if(cross(mov(c,q2,e),mov(c,q1,e)),1,0);
k2:=if(cross(mov(c,q1,e),mov(c,q2,e)),-1,0);
k1+k2;

now add this "indicator" to ur chart, open an exell spreadsheet
using the right clic copy/past it from MS to exell

it should work




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/