PureBytes Links
Trading Reference Links
|
Hi Tomasz,
Great Thanks to you, <FONT face=Arial
size=2>now it works correct.
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, August 28, 2001 9:39
AM
Subject: Re: [amibroker] O,H,L,C in every
price chart
Dear Tom,
Run the following script:
/*
======================================================================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 = true;}
oAB.RefreshAll();
(you will find it attached also)
Best regards,
Tomasz Janeczko
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tom Supera
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: 28 August, 2001 07:42
Subject: Re: [amibroker] O,H,L,Cin
every price chart
Hi Tom McDaniel,
I've tested it, but it brings
nothing
Thanks for your help
Tom Supera
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tom
McDaniel
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, August 28, 20014:48
AM
Subject: Re: [amibroker] O,H,L,C in
every price chart
Hi Tom-
Select the preferences main page and select Bars as the Default
style. Apply and save preferences.
-Tom McDaniel
Tom Supera wrote:
Dear Tomasz,
I want to see the H,O,L,andC at
every stock in the price chart. <FONT
face=Verdana>When I mark: Stock - Information - Continuous
quotations,I seeon every
stock all prices, but after i restart amibroker i see it only at the
stock i've market continuous quotations.<FONT
face=Verdana>Tools - Save preferences brings
nothing. Mydatabase
have 1200 stocks. I can't mark them all.<FONT
face=Verdana>Is there any
way? Tom
Supera
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|