PureBytes Links
Trading Reference Links
|
Is there a way to determine a the current security's symbol inside a
formula/indicator?
Something like:
-----------------------
x:=if(CurrentSymbol(".DJI"),c,v);
or like:
----------
x:=if(CurrentSymbol("C:\Metastock Data\.DJI"),c,v);
or even:
------------
x:=if(CurrentSymbol()=".DJI",c,v);
--Johnathan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|