PureBytes Links
Trading Reference Links
|
Tomasz & Ken,
Problem fixed. I posted to soon. I discovered that there was a
corruption in the database for the symbol $NYNH and therefore, it
wouldn't plot. When I fixed the DB, everything worked fine.
Sorry,
Bill
--- In amibroker@xxxxxxxxxxxxxxx, "BillBarack" <wbarack@xxxx> wrote:
> Tomasz & Ken,
>
> With version 4.48.1, I tried to duplicate your window cloning
> observation that tab 1 was duplicated. I had the strangest thing
> happen. The following code, which plotted perfectly before doesn't
> anymore.
>
> NHNY=Foreign("$NYNH","C");
> NLNY=Foreign("$NYNL","C");
> NLNas=Foreign("NSNLQ","C");
> NHNas=Foreign("NSNHQ","C");
> Diff=NHNY-NLNY;
> Plot(NHNY,"NY (Grn)",5,2);
> Plot(-NLNY,"NY (Red)",4,2);
> Plot(0,"",colorLightBlue,1);
> Plot(MA(diff,10),"10day MA",1,4);
> Title="NY NH (Grn) and NL (Red),Net 10 day MA";
>
>
> The "Plot(NHNY,"NY (Grn)",5,2);" no longer plots.
>
> Any ideas?
>
> Bill
------------------------ 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/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|