PureBytes Links
Trading Reference Links
|
Hi all
Tomasz was good enough to give me this formula for me to use , could either Tomasz or someone modify this formula to a sell alert. Where I can put in the price for a stock and when it falls through that price the alert will show when I run the formula. I know this is very simple stuff for most but to me it would be very much appreciated.
Chris
switch( Name() )
{
case "BBI": Buy = Cross( C, 0.62 ); break;
case "CEY": Buy = Cross( C, 2.0 ); break;
case "COU": Buy = Cross( C, 1.06 ); break;
}
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|