Does anyone in this millist have the guideline to setup preference for alertif 
email function?

I've search in google and didn't find any guidance
Would u help me?
Tq
Sent from my BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...!

-----Original Message-----
From: "Tomasz Janeczko" <[email protected]>
Date: Fri, 25 Sep 2009 17:43:02 
To: <[email protected]>
Subject: Re: [amibroker] Alertif help

The code is correct, but you need to use it from Automatic Analysis SCAN 
function
over all symbols, instead of chart.

Best regards,
Tomasz Janeczko
amibroker.com
  ----- Original Message ----- 
  From: Vinay Gakkhar. 
  To: Amibroker 
  Sent: Friday, September 25, 2009 5:31 PM
  Subject: [amibroker] Alertif help


  Dear Tomasz,

  I have posted this problem many times in recent days, but unfortunately could 
not get a solution, may I bother you  now with a request to help me solve it.

  I use Amiquote to get intraday quotes every 1 minute and have written the 
following lines in my code:-

  AlertIf( Buy, "EMAIL", "Buy alert on "+FullName() + ")" + " " + 
LastValue(Close), 1 );
  AlertIf( Buy, "SOUND C:\\Windows\\Media\\Ding.wav", "Audio alert", 1 );
  AlertIf( Sell, "EMAIL", "Sell alert on "+FullName() + ")" + " " + 
LastValue(Close), 2 );
  AlertIf( Sell, "SOUND C:\\Windows\\Media\\Chord.wav", "Audio alert", 2 );

  At present I receive email & audio alerts only for the symbol of the 
currently open chart, but I want to get alerts for all symbols for which my 
condition is met during this tick.

  Request please tell me what is wrong in my code, and how to correct it.

  Thank you,

  vgakkhar



  -- 


Reply via email to