This is read-only version of AFL library entry. Ability to add user formulas
and comment is only available from members-only area.
Details:
Formula name:
Stock price AlertIf
Author/Uploader:
Anthony van Rooyen - anthonyvan28 [at] hotmail.com
Date/Time added:
2004-07-28 12:39:53
Origin:
Gold Coast
Australia
Keywords:
Name, Alertif
Level:
basic
Flags:
exploration
DISCLAIMER: Most formulas present in AFL on-line library are submitted
by the users and are provided here on an "as is" and "as available" basis.
AmiBroker.com
makes no representations or warranties of any kind to the contents or the operation
of material presented here. We do not maintain nor provide technical support
for 3rd party formulas. Description:
If you want to be alerted to a stock reaching a certain price in "Alert Output" under "view" in Amibroker.
Simply add the stock code, were the XYZ is.
To set the price simply add it where $$$ is.
Cut and past if you have lots of stocks that you want to be alerted to.
Then just run the scan.
Formula:
Buy = Cross(C, $$$) AND Name()=="XYZ";
AlertIf( Buy, "", "Simple text alert", 4 );
Comments:
Hetal hetal333 [at] gmail.com 2005-07-22 18:16:06
Can I have more than one
philip p_navarre [at] yahoo.com 2005-11-13 06:21:26
and if i want to trigger an alert when the stock price got the parabolic price ...could you help me ?
thanks.
PHILIP
philip p_navarre [at] yahoo.com 2005-11-13 08:31:43
and if i want to trigger an alert when the stock price got the parabolic price ...could you help me ?
thanks.
PHILIP
qwert qwert [at] qwert.com 2007-01-08 13:53:30
not working for me
johan rjmm [at] webmail.co.za 2007-03-24 08:35:47
can we set it that if the price have move up 2% to alert us and the of price is greater that 2.5% to send us another email alert.