| 
 PureBytes Links 
Trading Reference Links 
 | 
If you have MetaStock EOD v8.01 / Pro v7.0 or above, you can use the 
Security() function to reference your other securities.
For example:
---8<-----------------------
{ Index data reference }
SP500:=Security("C:\PremiumData\Futures\Cash\$SP",C);
{ Filter signals }
buy:=SP500>Mov(SP500,21,S);
sell:=SP500<Mov(SP500,10,S);
{ Filter }
buy-sell
---8<-----------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, 
"seasons_deco" <seasons_deco@xxx> wrote:
>
> I have 2 indexes on 1 chart (ie. s@x and Dax).
> How can use the close from 1 index, and act on the 2nd index.
> (ie  if s@x close < x, then buy dax )
> Thank you all tech traders out there.
> 
> Tony
 
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/
 
 |