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

Re: [amibroker] Re: More on data holes - for TJ



PureBytes Links

Trading Reference Links




Tomasz,
CSCO.BE, CSCO.D, CSCO.F, CSCO.SG have their last data on 
Dec19.
CSCO.HA continues with Dec 22, 23 and 29.
All above CSCOs are in my WL6.
WL6 does not include any other ticker.
After running the composite scan for WL6, all quotations, I 
have the att. gif for
 
<FONT 
size=2>AddToComposite(C,"~C","C");AddToComposite(1,"~COUNT","V");Buy=0;Plot(Foreign("~C","C")/Foreign("~COUNT","V"),"AV 
C",1,8);function CreateAverageForWatchList( listnum ) {    
list = CategoryGetSymbols( categoryWatchlist, listnum );    
Average = 0;    for( i = 0; ( sym = StrExtract( list, i ) ) != ""; 
i++ )    {       f = Foreign( sym, 
"C" );       if( i == 0 ) Average = f; 
      else Average = Average + f;    
}    return Average / i; } Plot( 
CreateAverageForWatchList( 6 ), "Avg of WL 6", 4,8 ); 
Could you explain the last 3 bars of 
the  "Avg of WL 6" [red] line ?
The [black] "AV C" line is exactly what should be, ie CSCO.HA 
close.
TIA,
Dimitris Tsokakis


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.




Attachment:
csco5.gif

Attachment: Description: "Description: GIF image"