PureBytes Links
Trading Reference Links
|
Dear Tomasz,Thank you for 3.80
upgrade.A.Inwatchlist(listno) function is great.It is very simple
now to find missing stocks between two days.running filter=1 for eachday
and placing the results to List 5 and List 6,
thenFilter=InWatchList(5)==1 AND InWatchList(6)==0;(In ^NDX Yahoo
stopped data for ATHM after 9/28 and EXDS after 9/26.the stocks have stopped
for some days and came back again, but Yahoodid not update.In
stockcharts.com/historical they are called now ATHMQ and EXDSQ)B.The
example in GETSCRIPTOBJECT (AFL 1.8) SYNTAX getscriptobject( )
is not operating.After reading again and again I saw the
mistake.A ; is missing in EnableScript("jscript")!!!!!!!Best
regardsDimitris Tsokakis
|