PureBytes Links
Trading Reference Links
|
Hi,
Why is it that the Alert Output isn't cleared automatically if a new scan is
made which leaves past buy/sell arrows in the Alert Output?
Also, I'm using the following and I am getting results from the last 2
days although I have the lookback set as 1. Any ideas? Thanks.
AlertIf( Buy, "", "buy tomorrow", 1, lookback = 1);
AlertIf( Sell==1, "", "sell tomorrow", 2, lookback = 1);
AlertIf( Sell==2, "", "sell tomorrow", 2, lookback = 1);
AlertIf( Sell==3, "", "sell tomorrow", 2, lookback = 1);
Cheers Glenn
------------------------ 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/l.m7sD/LIdGAA/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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|