PureBytes Links
Trading Reference Links
|
Thanks Graham. From trial and error, it seems that applying stops
manages the excess signals by themselves. Is this your experience
also?
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Filter is used for the exploration but you would need addcolumn 's
as well
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: walkegra [mailto:walkegra@x...]
> Sent: Sunday, March 21, 2004 4:16 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Auto Analysis Question
>
> Following the Buy/Sell/Short/Cover statements, I have seen the
> following lines in various Automatic Analysis scripts.
>
> -----------------
> Filter=Buy OR Sell OR Short OR Cover;
> Buy=ExRem(Buy,Sell); Sell=ExRem(Sell,Buy); Short=ExRem
(Short,Cover);
> Cover=
> ExRem(Cover,Short);
> -----------------
>
> I understand the need for the ExRem statements but could someone
> please explain the reason for the Filter statements?
>
> Also is it true that when stopTypeProfit and stopTypeLoss stops are
> applied that there is no requirement for the Filter of ExRem
> statements?
>
> Thank you.
>
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|