PureBytes Links
Trading Reference Links
|
William,
I ended up coding a little window just to invoke the script from
within it. Now I don't even need to key-stroke 'ALT - Tools - Custom
Import' anymore. The script, evenif it's invoked every time the
database is loaded, is taking but a fraction of a sec, because all
the intermediate ASCII files are deleted once the initial import is
finished, so at every subsequent executions, it find nothing to
import and finishes very quickly !
At the end of next trading trading day, the ASCII files will re-
appear, the script will do its then initial import, and delete the
intermediate ASCII files ... and so on !
This is working pretty much like a data plugin ... *smile*
Regards,
- Salil V Gangal
--- In amibroker@xxxxxxxxxxxxxxx, William Peters <williampeters@xxxx>
wrote:
> Salil,
>
> You could launch AmiBroker from inside the script, and run that
script from
> your desktop instead of starting AmiBroker and then running the
> script. In the case you didn't want to open that database then you
> would launch Amibroker from the standard AmiBroker icon.
>
> From memory there was some sort of autoexec functionality in the
> ABTools plugin, if you have a copy. If you dont then I'm not sure
> where you could get a copy either, the author doesn't seem to post
> here anymore.
>
>
> Regards,
> William Peters
> www.amitools.com
>
>
> Saturday, May 22, 2004, 5:39:48 PM, you wrote:
>
> SVG> William,
>
> >>>> The later boils down to 1 menu selection. <<<
>
> SVG> Indeed. ... I've set-up a menu item. Next question - is
there
> SVG> anything like old 'AUTOEXEC.BAT' of DOS that will
automatically fire
> SVG> once a *particular* database is loaded ? Sure ... I can do key-
> SVG> strokes 'Alt - Tools - Custom Import', it's not a big
trouble, but
> SVG> if upon loading a *particular* database, if the custom import
fires
> SVG> automatically, then it's one less thing to do using key-
strokes.
>
> SVG> What I need is 'database specific invoke'. Therefore, what
comes to
> SVG> mind is setting up a little window for that database and
calling
> SVG> custom import from within the window indicator. Any other
suggestion
> SVG> (s) ?
>
> SVG> Regards,
> SVG> - Salil V Gangal
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/
|