PureBytes Links
Trading Reference Links
|
Why not add these two lines to the very end of your system?
Sell = Sell OR Cross(BarsSince(Buy), 15);
Sell = ExRem(Sell,Buy);
Why The first line generates an additional time-based Sell (15 bars in this
example).
The second line removes any lingering original Sell signals past the
time-based Sell.
Paul
----- Original Message -----
From: "kanowna2000" <kanowna@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, 8 November 2004 9:59 AM
Subject: [amibroker] Re: Limit Trade Length by Number of Bars
Hi Everyone,
If anyone can offer any other ideas or alternatives to my dilemma
(please see earlier posting) I would be very grateful. Somehow this
situation is driving me crazy, since the setups seem correct but are
not working as expected.
Joe
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
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|