Buy= Reason1 OR Reason2; << this will use either condition to signal a buy

Buy= Reason1; << this will set uparray for buy signals using only reason1
Buy=Reason2; << this will overwite the previous buy array and only use
reason2 for buy signals


--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com


On 22/12/06, Jerry Laster <[EMAIL PROTECTED]> wrote:

Hi,
Is there any difference between implementing

Buy= Reason1 OR Reason2;

As oposed to

Buy= Reason1;
Buy=Reason2;

What's the best practice?
Thanks
Jerry

--
Kind regards,
Jerry


Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

Yahoo! Groups Links




Reply via email to