| 
 PureBytes Links 
Trading Reference Links 
 | 
I have a script that checks for certain conditions for a buy and then sells 
next day on close - I trade overnight options.
For example........
sttlong = StochK(5) > StochD(5);
ccilong = cross(cci(13), -100);
buy = sttlong and ccilong;
sell = c;
I sell the next day - but the buy condition still applies subsequent days - 
but I don't want to do another trade till I get a new buy signal - not a 
succession of buy/sell signals till the next crossovers and buy signal.
I need some way to only give me one buy/sell signal  - any suggestions 
would be appreciated.
Arthur
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
 
 |