[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Barchart Query



PureBytes Links

Trading Reference Links

This question is in reply to a previous post:  (see below)

A barchart request returns what type of object?  I still do not get to see
the individual rows of data in the grid with the VB data access example
using the code you specified.  Is this a problem with the barchart?  Does
the barchart return data in a table format?

john
----- Original Message -----
From: Developer Support <DevSupport@xxxxxxxxxxxxxxxxx>
To: 'John Menke' <john@xxxxxxxxxxxxxxxxxxxx>
Sent: Friday, June 02, 2000 2:57 PM
Subject: RE: Query Language


>
> Dear Mr. Menke,
>
> If you want to request more than one row of data you would need to use a
> barchart request.  Please note that at this time the field 228 will always
> default to the current date so it is not necessary to specify it.  Here is
> an example on how to do the same query:
>
> ADVISE CHART(BARCHART,1,MINUTE,201) FROM SYMBOL_DATA WHERE 31="AOL" AND
> 276="1/1/1999"
>
>
> William H.
> Support Services Department
> Omega Research, Inc.
>
> -----Original Message-----
> From: John Menke [mailto:john@xxxxxxxxxxxxxxxxxxxx]
> Sent: Friday, June 02, 2000 1:39 PM
> To: Tradestation Support
> Subject: Query Language
>
> I am having syntax problems with GlobalServer Query
> Language.... how can I
> retrieve a set range of dates into the ORData object?  I am
> using the
> following syntax and it only returns one day of data:
>
> REQUEST 0 FROM SYMBOL_DATA WHERE  31="MSFT" AND
> 228="10/07/99" AND 276 =
> "10/1/99"
>
> Is there something wrong with my syntax?
>