PureBytes Links
Trading Reference Links
|
Combine the your numerous conditions with logical "OR".
Don't forget the parenthesis for order of operations.
Buy = ( Cross(C,062) AND Name ()=="BBI" ) OR ( Cross(C,2.00) AND Name
()=="CEY" ) OR etc...
Chris wrote:
>
> Hi everyone I am totally illiterate when it comes to putting formula
> together. So can someone help me.
> I have put this together but I am only receiving an alert for the last
> line , AMP. Can someone help please And is there a better and easer
> way of doing this
>
> Buy = Cross(C,062)AND Name ()=="BBI";
>
> Buy = Cross(C,2.00)AND Name ()=="CEY";
>
> Buy = Cross(C,1.06)AND Name ()=="COU";
>
> Buy = Cross(C,8.90)AND Name ()=="CTX";
>
> Buy = Cross(C,5.19)AND Name ()=="RMD";
>
> Buy=Cross(C,1.70)AND Name ()=="MAP";
>
> Buy = Cross(C,4.67)AND Name ()=="AMP";
>
> Thanks Chris
>
>
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.0.237 / Virus Database: 270.11.35/2034 - Release Date: 04/01/09 06:06:00
>
>
------------------------------------
**** 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/
|