PureBytes Links
Trading Reference Links
|
William,
>>> The later boils down to 1 menu selection. <<<
Indeed. ... I've set-up a menu item. Next question - is there
anything like old 'AUTOEXEC.BAT' of DOS that will automatically fire
once a *particular* database is loaded ? Sure ... I can do key-
strokes 'Alt - Tools - Custom Import', it's not a big trouble, but
if upon loading a *particular* database, if the custom import fires
automatically, then it's one less thing to do using key-strokes.
What I need is 'database specific invoke'. Therefore, what comes to
mind is setting up a little window for that database and calling
custom import from within the window indicator. Any other suggestion
(s) ?
Regards,
- Salil V Gangal
--- In amibroker@xxxxxxxxxxxxxxx, William Peters <williampeters@xxxx>
wrote:
>
> SVG> However, I was keen on avoiding large replication of data 255
* 2
> SVG> tickers - for each data going back 4+ years. It will be
in 'MASTER'
> SVG> format, and then in ASCII format,
>
> The Ascii file is temporary (delete it when your finished, via
code),
> the Ascii file is created as an intermediate measure until the data
is
> imported into the main AmiBroker database but I think you know that
> right.
> If data is in daily format the amount of temporary data transfered
to
> this Ascii file each day is very small indeed.
>
> SVG> Creation of each export files and subsequent import of each
will
> SVG> be time consuming as well.
>
> No it wont, the whole process will take seconds or less (provided
you
> are only interested in the most recent quote/s) The initial transfer
> of ALL quote might take a little longer but not much.
>
> SVG> So got to decide about what will work better for me. Key-
strokes to
> SVG> import 2 'MASTER' or OLE automation to do 3 loaddatabase, 2
exports
> SVG> and then 1 import. Hmmm ...
>
> The later boils down to 1 menu selection.
>
> SVG> As I wrote before, wanted to know if there are some
suggestions to
> SVG> import without first having to convert to ASCII and then
importing.
> SVG> But if this is one of the reasonable ways, then I'll follow
it. I'll
> SVG> delete the intermediate ASCII files after AmiBroker import is
over,
> SVG> to free-up a part of replicated data.
>
> You could load the quotes into an array and then use the quotations
> collection to add the data to the stock but the import method is
much
> quicker. You could also write a plugin style solution.
>
> I think all your concerns will fall away once you write the script.
>
>
> Regards,
> William Peters
> www.amitools.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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
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/
|