PureBytes Links
Trading Reference Links
|
Hello,
I have been checking new beta of Quote Tracker (released today) 3.1.1B
and although that they claim that the errors from previous version are fixed they are not
fixed completely yet.
>From http://www.quotetracker.com/beta/
"Ver 3.1.1B Changes:
FIXED - QTServer GetTimeSales - Was screwed up totally due to multi-day. Handles date & time as parameter now. Time only will
default to last trading day"
The error still exists in GetTimeSales function.
The problem is when GetTimeSales function is called with time
http://127.0.0.1:16239/req?getTimeSales(YHOO,10:00:00,0)
it produces invalid output.
I strongly recommend using official versions of QuoteTracker until they fix all errors,
however my tests show that you can run with latest beta if you turn off
"Use optimized routine for intraday data retrieval" in File->Database Settings->Configure
Turning this off causes that QT plugin always asks for entire history
http://127.0.0.1:16239/req?getTimeSales(YHOO,0,0)
which is slower but it workarounds QuoteTracker program bug.
Best regards,
Tomasz Janeczko
amibroker.com
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/
|