I'd like to be able to use schedule to open a specific database, then update those quotes, then save those quotes and have the programe close.
I start with a .BAT;
"C:\Program Files\AmiBroker\broker.exe" /database "C:\Program Files\AmiBroker\Databases\YahooEOD" /runbatch "C:\Program Files\AmiBroker\Formulas\Systems\#######\Updater.abb" /exit
The updater.abb look like this.
Autoupdate.BAT reads;
"C:\Program Files\AmiBroker\AmiQuote\Quote.exe" /autoupdate /exit
The task in quote specifies that it has finished
But Amiquote does not exit as per the command from the .BAT, meaning that the .abb cannot move on to the next step in the sequence. This can be problematic for a number of reasons. Is there a way that Amiquote can be closed once it finished downloading, or is there a different way to address this problem?