At a high level, I believe that running a scan every XX minutes during the
day and then using Alertif() would allow you to achieve this.  Lookup
alertif(), you can use this function to send e-mails from Amibroker.

<your code here>
alertif(buy,xxxxxxx);

On 06/02/07, carlacash26 <[EMAIL PROTECTED]> wrote:

  --- In [email protected] <amibroker%40yahoogroups.com>,
"inner_records" <[EMAIL PROTECTED]>
wrote:
>
> Hi, how can I automatically have Amibroker do a scan for system
> signals and e-mail me the results, for when I'm travelling?
>
> Has someone already written a script for this and is willing to share?
>
> Thanks so much for your help!
>

I don't know if there is this functionality in Amibroker, hopefully the
gurus here can tell you more.

Look at this free service that lets you log on to your computer at
home, from any computer with internet access. http://www.logmein.com.

You could also do it with a macro. A macro is like a recording of the
tasks you want to perform, and then run this recording on a scheduled
basis. So you can record your computer to do your scan and then e-mail
it to you. Then schedule our computer to do this every day at 4. I
think theree are numerous macro-software out there.

Reply via email to