PureBytes Links
Trading Reference Links
|
Hi,
I received my version 9.0 upgrade yesterday.
I looked at the BM Nasdaq and BM NYSE layouts and I found an
error in the expert used in the BM NYSE layout.
In the expert editor under the Trends tab, the data used is Nasdaq
data not NYSE data!
The Bullish and Bearish formula starts like this:
ADI:=Security("C:\MetaStock Data\BM Data\X.NASD-A",C);
USV:=Security("C:\MetaStock Data\BM Data\X.NASD-A",V);
DCI:=Security("C:\MetaStock Data\BM Data\X.NASD-D",C);
DSV:=Security("C:\MetaStock Data\BM Data\X.NASD-D",V);
NNH:=Security("C:\MetaStock Data\BM Data\X.NASD-H",C);
NNL:=Security("C:\MetaStock Data\BM Data\X.NASD-L",C);
MKT:=Security("C:\MetaStock Data\BM Data\.IXIC",C);
but they should be
ADI:=Security("C:\MetaStock Data\BM Data\X.NYSE-A",C);
USV:=Security("C:\MetaStock Data\BM Data\X.NYSE-A",V);
DCI:=Security("C:\MetaStock Data\BM Data\X.NYSE-D",C);
DSV:=Security("C:\MetaStock Data\BM Data\X.NYSE-D",V);
NNH:=Security("C:\MetaStock Data\BM Data\X.NYSE-H",C);
NNL:=Security("C:\MetaStock Data\BM Data\X.NYSE-L",C);
MKT:=Security("C:\MetaStock Data\BM Data\.NYA",C);
Stephane
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|