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

RE: [EquisMetaStock Group] Dividing one stock price MA by another



PureBytes Links

Trading Reference Links

The Security Data function allows a formula to access price data for any online or local security.  This function can be used in any of MetaStock's formula tools.

Online securities are referenced by including "ONLINE:" before the symbol.  Local securities are referenced by including the full path to the security file.  If the security exists in the same folder as the base security, the path does not need to be included.  The symbol, including the path or online reference, is enclosed in quotation marks.

To reference Microsoft's close as an online security:
Security("ONLINE:MSFT",C)
To reference Microsoft's close as a local security using the full path:
Security("C:\Metastock Data\Sample\MSFT",C)
To reference Microsoft's close as a local security in the same folder as the base security:
Security("MSFT",C)
The last type of reference is particularly useful if you use local data exclusively, and store all of your securities in the same local data folder.

For example, the following indicator displays a 30-day moving average of Microsoft's close on any chart, if your online data vendor is active.
Mov(Security("ONLINE:MSFT",C),30,S)
The same formula could be written as:
Security("ONLINE:MSFT",Mov(C,30,S))


------------------------------------------

-----Original Message-----
From:	bex1210 [mailto:hmw3@xxxxxxxxxxxxxx]
Sent:	Sun 3/16/2003 10:46 AM
To:	equismetastock@xxxxxxxxxxxxxxx
Cc:	
Subject:	Re: [EquisMetaStock Group] Dividing one stock price MA by another

Joe J:

I looked in my version 8 manual, and the Metastock Help screen. I cannot find anything called a Security () function! Can you tell me where I can find info about it, or give me the syntax and parameters?

Thanks,

Harry

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/BefplB/TM
---------------------------------------------------------------------~->

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/ 


<<winmail.dat>>