| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi,
 
    
    How do i keep the true value of an opening gap for the rest 
of the day?
 
here's my code....but does not 
work..
 
 
x = IIf(<FONT 
color=#0000ff>GapUp(),1,<FONT 
color=#0000ff>IIf(GapDown(),-<FONT 
color=#ff00ff>1,0));<FONT 
face="Courier New">
tt=<FONT 
color=#0000ff>IIf(TimeNum()=<FONT 
face="Courier New">=93000 AND <FONT 
face="Courier New">x=1<FONT 
face="Courier New">,1<FONT 
face="Courier New">,0<FONT 
face="Courier New">);
Plot(<FONT 
face="Courier New">tt,"Gaps",<FONT 
color=#ff00ff>1,8);
 
Thanks
 
J.<FONT 
size=1>
Yahoo! Groups Sponsor
  ADVERTISEMENT 
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.
 
 |