PureBytes Links
Trading Reference Links
|
<SPAN
class=675045704-11062003>Juan,
You
might try exrem() which is designed to limit 1 buy for each
sell....
<SPAN
class=675045704-11062003>
<SPAN
class=675045704-11062003>example;
<SPAN
class=675045704-11062003>
<SPAN
class=675045704-11062003>buy=whatever your buy conditions
are;
<SPAN
class=675045704-11062003>sell=whatever your sell conditions
are;
<SPAN
class=675045704-11062003>buy=exrem(buy,sell);
<SPAN
class=675045704-11062003>sell=exrem(sell,buy);
<SPAN
class=675045704-11062003>
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: emarco
[mailto:emarco@xxxxxxxxxxxxxxx]Sent: Tuesday, June 10, 2003 11:04
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
developing systemmy problem is that my sell condition
keeps giving me sell signals after thelong position is closed.See
picture attached.How can I restrict this. (after close position, stop giving
sell signals).ThanksJuan----- Original
Message ----- From: "Owen Davies" <owen5819@xxxxxxxxxxxx>To:
<amibroker@xxxxxxxxxxxxxxx>Sent: Tuesday, June 10, 2003 10:34
PMSubject: Re: [amibroker] developing system> emarco asked
for help with:>> > Buy = IIf(Cross(ADX(14),20) AND
PDI(14)>MDI(14),1,0); (etc.)>> Get rid of the IIf()
functions. "Buy=Cross(...". And so on.>> Owen
Davies>>>> Send BUG REPORTS to
bugs@xxxxxxxxxxxxx> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx>
-----------------------------------------> Post AmiQuote-related messages
ONLY to: amiquote@xxxxxxxxxxxxxxx> (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group FAQ at:<A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>>
Your use of Yahoo! Groups is subject to <A
href="">http://docs.yahoo.com/info/terms/>>>Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|