[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Deleting a Composite from afl?



PureBytes Links

Trading Reference Links




I 
would think you could modify TJ's example of resetting a composite from earlier 
today. Something like this:
<FONT face=Arial color=#0000ff 
size=2> 

EnableScript("jscript");
<%
function Remove<SPAN 
class=531495100-29122003>Composite( name ){
AB = new ActiveXObject("Broker.Application");
AB.Stocks( name ).Remove;

}
%>
 
if( name() == "MSFT" ) // reset composite when MSFT is 
scanned
{
 scr = GetScriptObject();
 scr.Remove<SPAN 
class=531495100-29122003>Composite("~YOURCOMPOSITE");
}
 
 
NOTE: I HAVE NOT TRIED 
THIS.
 
<FONT 
size=2>d

  
  <FONT 
  face=Tahoma size=2>-----Original Message-----From: Herman 
  vandenBergen [mailto:psytek@xxxxxxxx] Sent: Sunday, December 28, 
  2003 7:15 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: 
  [amibroker] Deleting a Composite from afl?
  <FONT face=Arial color=#0000ff 
  size=2>Hello,
  <FONT face=Arial color=#0000ff 
  size=2> 
  <FONT face=Arial color=#0000ff 
  size=2>since i get such excellen help from the list, one more question: is it 
  possible to delete Composites from afl?
  <FONT face=Arial color=#0000ff 
  size=2> 
  <FONT face=Arial color=#0000ff 
  size=2>many thanks,
  <FONT face=Arial color=#0000ff 
  size=2>hermanSend 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 
  
  
  Yahoo! Groups Links
  
    To visit your group on the web, go to:<A 
    href="">http://groups.yahoo.com/group/amibroker/  

    To unsubscribe from this group, send an email to:<A 
    href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  

    Your use of Yahoo! Groups is subject to the <A 
    href="">Yahoo! Terms of Service. 
  


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 the Yahoo! Terms of Service.