PureBytes Links
Trading Reference Links
|
SYNTAX exrem( ARRAY1, ARRAY2 )
RETURNS ARRAY
FUNCTION removes excessive signals:
returns 1 on the first occurence of "true" signal in Array1
then returns 0 until Array2 is true even if there are "true" signals
in Array1
EXAMPLE buy = ExRem( buy, sell );
sell = ExRem( sell, buy );
-----Original Message-----
From: micmus2002 [mailto:micmus2002@xxxxxxxxx]
Sent: Tuesday, August 17, 2004 7:14 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: limit signals
If you use the backtest rather than the scan function you will get
real trades - i.e. you have to buy beofre you can sell.
However if you use the scan function you will get an entry for any bar
where your buy or sell conditions are true
--- In amibroker@xxxxxxxxxxxxxxx, "YEA RIGHT" <suedeuno@xxxx> wrote:
> How do you limit signals? i.e sell only after a buy and vice versa
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|