It doesn't matter if Sell = Short, or not. All the function does is remove redundant signals AFTER Buy/Sell/Short/Cover has been processed. This way you can PlotShapes using Buy/Sell/Short/Cover and you will only see the signals you would take.
Buy = ExRem(Buy,Sell); //Removes redundant Buy signals Sell = ExRem(Sell,Buy); //Removes redundant Sell signals. Do the same for Short,Cover -- Terry -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Charles J. Dudek Sent: Thursday, October 12, 2006 14:44 To: [email protected] Subject: [amibroker] ExRem and Short/Cover Can anyone tell me how to use ExRem to remove the extra buy/sell signals when using different criteria for buy, sell, short and cover, i.e. my sell signal is different than my short signal? The only examples I could find just showed exrem for buy/sell, assuming sell=short and cover=buy. TIA. Chuck Dudek 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 other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links 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 other support material please check also: http://www.amibroker.com/support.html 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:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
