PureBytes Links
Trading Reference Links
|
Copy & paste into a text editor, then save as:
Setcont1.js
/*
======================================================================
NAME:
setcont.js
AUTHOR: Tomasz Janeczko
DATE : 2001-08-28
=========================================================================
*/
oAB = new ActiveXObject("Broker.Application");
iQty = oAB.Stocks.Count;
for( i = 0; i < iQty; i++ )
{
oAB.Stocks(
i ).Continuous = false;
}
oAB.RefreshAll();
At 06:01 PM 11/2/01 +0000, you wrote:
Hi Tom,
just wanted to let you know, that the downloaded sciptfile is empty (
again, thanks for your yelp anyway )
regards
Stefan
--- In amibroker@xxxx, "Tom Supera" <tom_supera@xxxx>
wrote:
> Hello Stefan,
> Thanks for your reply about support and resistance.
>
> Your problem in the title bar:
> 1.) Menü: Stock - Information - Continuous quotations - Check the
boxes
> 2.)If this doesn't work run the attached script
>
>
> I hope it helps
>
> Tom Supera
>
>
>
>
> ----- Original Message -----
> From: <tradeshark@xxxx>
> To: <amibroker@xxxx>
> Sent: Friday, November 02, 2001 12:35 PM
> Subject: [amibroker] AM 3.79 beta - main chart problems
>
>
> > Hello Thomazs,
> >
> > just experienced a small, but strange problem with 3.79beta
release
> > concerning the main chart.
> >
> > Usually, I find OHLC + %change + volume information in the
title-
line
> > of the main-chart.
> >
> > Now, on every 2nd. or 3.rd chard, I find only Name, Price,
price
> > change% and volume, although I use only OHLCV data in my
database.
> >
> > When pointing with the mouse to the last bar, the popup display
shows
> > all values - so database is correct. ???
> >
> > Any ideas what causes this problem and how to solve it ?
> >
> > regards
> > Stefan
> >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
|