PureBytes Links
Trading Reference Links
|
explore woreks in whatever time period you select
firstly suggest you use newer exploration statements, you should find
these quicker, easier and a lot more versatile
filter=1;
AddColumn(O,"open",1.3);
AddColumn(H,"high",1.3);
AddColumn(L,"low",1.3);
AddColumn(C,"close",1.3);
AddColumn(V,"volume",1);
secondly select what stocks you want in the AA window, in "Apply to" section
then in AA settings select the time period from pull down
On Tue, 15 Mar 2005 10:39:53 -0000, sinhavishal <sinhavishal@xxxxxxxxxxx> wrote:
>
>
> Hi,
> I would like to export data from dtabase to an excel file.
>
> When I select all quotations for all symbols in the database in the
> exploration formula I expect each and evey quotation to be listed in
> the exploration result. Its not???
>
> I have tried with tick based database as well as 1 minute interval
> database. Exploration brings only few rows from the database. It
> brings out all the symbols and all the days but not all the quotations
> for the sysmbol in the ame day. Only few quotations for each symbol
> for every listed day in the database.
>
> Does exploration only work over the EOD databse and not the real time
> databases?
>
> I run an exploration on the database using following:
> =======
> NumColumns = 5;
> Column0 = Open;
> Column1 = High;
> Column2 = Low;
> Column3 = Close;
> Column4 = Volume;
> //JPY .000000
> Column0Format = 1.6;
> Column1Format = 1.6;
> Column2Format = 1.6;
> Column3Format = 1.6;
> Column4Format = 1;
> Filter =
> 1==1
> ;
> ==========
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Attachment:
applyto.gif
Description: GIF image
Attachment:
period.gif
Description: GIF image
|