{"id":1259,"date":"2016-08-10T05:45:34","date_gmt":"2016-08-10T10:45:34","guid":{"rendered":"http:\/\/www.amibroker.com\/devlog\/?p=1259"},"modified":"2016-08-10T05:46:19","modified_gmt":"2016-08-10T10:46:19","slug":"new-iqfeed-plugin-6-0-3","status":"publish","type":"post","link":"http:\/\/www.amibroker.com\/wordpress\/devlog\/2016\/08\/10\/new-iqfeed-plugin-6-0-3\/","title":{"rendered":"New IQFeed plugin 6.0.3"},"content":{"rendered":"

A new version of IQFeed plugin has been released that features the following changes\/improvements as compared to 5.0x:<\/p>\n

    \n
  1. Microsecond timestamp resolution in Tick mode (see Symbol->Quote editor to see the timestamps)\n

    _N(Title = StrFormat(\"{{NAME}} - {{INTERVAL}} {{DATE}}.%03g%03g {{VALUES}}\", MilliSec(), MicroSec() ));
    \n<\/code><\/p>\n

  2. Historical Bid\/Ask data in the Tick mode available as arrays in Aux1 and Aux2 fields\n

    Plot( C, \"Last\", colorDefault, styleDots | styleNoLine );
    \nPlot( Aux1, \"Bid\", colorRed );
    \nPlot( Aux2, \"Ask\", colorGreen );
    \n<\/code><\/p>\n

  3. OpenInterest data available in EOD mode (base time interval: EOD)\n
  4. Slightly lowered CPU usage\n<\/ol>\n

    IMPORTANT: The plugin *requires* newest IQFeed Client software version 5.2.x as it relies on protocol version 5.2. You can download IQClient 5.2 from http:\/\/www.iqfeed.net\/iqfeed_client_5_2_4_0.exe<\/a><\/p>\n

    You can try out new IQFeed plugin now
    \n
    http:\/\/www.amibroker.com\/bin\/iq603\/IQFeed.dll<\/a> (32-bit)
    \n
    http:\/\/www.amibroker.com\/bin\/iq603x64\/IQFeed.dll<\/a> (64-bit)<\/p>\n

    Choose the version matching your installed AmiBroker, close any running AmiBroker instance and copy the DLL to \"Plugins\" subfolder.<\/p>\n

    You should see plugin version 6.0.3 in Tools->Plugins window.<\/p>\n

    Note this plugin is still beta version. Thanks go to Jorgen for early testing & feedback.<\/p>\n","protected":false},"excerpt":{"rendered":"

    A new version of IQFeed plugin has been released that features the following changes\/improvements as compared to 5.0x: Microsecond timestamp resolution in Tick mode (see Symbol->Quote editor to see the timestamps) _N(Title = StrFormat(“{{NAME}} – {{INTERVAL}} {{DATE}}.%03g%03g {{VALUES}}”, MilliSec(), MicroSec() )); Historical Bid\/Ask data in the Tick mode available as arrays in Aux1 and Aux2 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[10,11,9],"tags":[],"_links":{"self":[{"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/posts\/1259"}],"collection":[{"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/comments?post=1259"}],"version-history":[{"count":0,"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/posts\/1259\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/media?parent=1259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/categories?post=1259"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.amibroker.com\/wordpress\/devlog\/wp-json\/wp\/v2\/tags?post=1259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}