<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AmiBroker DevLog &#187; Plugins</title>
	<atom:link href="http://www.amibroker.com/devlog/category/releases/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amibroker.com/devlog</link>
	<description>News, Announcements, and more... directly from AmiBroker.com</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:26:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IQFeed plugin 4.0.4 released</title>
		<link>http://www.amibroker.com/devlog/2011/12/20/iqfeed-plugin-4-0-4-released/</link>
		<comments>http://www.amibroker.com/devlog/2011/12/20/iqfeed-plugin-4-0-4-released/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 12:49:43 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=724</guid>
		<description><![CDATA[A new version of  IQFeed plugin (4.0.4) is available for download from:

32-bit:  http://www.amibroker.com/bin/iq404/IQFeed.dll
64-bit:  http://www.amibroker.com/bin/iq404&#215;64/IQFeed.dll

INSTALLATION:

Make backup before installing.
Download the file above and copy it to the Plugins subdirectory inside AmiBroker folder.

IMPORTANT:
V4.0.4 CHANGES (as compared to version 4.0.3)

implemented backfill queuing
number of simultaneous backfill requests set back to 4 (now thanks to backfill queuing requests [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of  IQFeed plugin (4.0.4) is available for download from:</p>
<ul>
<li>32-bit:  <a href="http://www.amibroker.com/bin/iq404/IQFeed.dll">http://www.amibroker.com/bin/iq404/IQFeed.dll</a>
<li>64-bit:  <a href="http://www.amibroker.com/bin/iq404x64/IQFeed.dll">http://www.amibroker.com/bin/iq404&#215;64/IQFeed.dll</a>
</ul>
<p><strong>INSTALLATION:</strong>
<ol>
<li>Make backup before installing.
<li>Download the file above and copy it to the Plugins subdirectory inside AmiBroker folder.
</ol>
<p><strong>IMPORTANT:</strong><br />
<strong>V4.0.4 CHANGES (as compared to version 4.0.3)</strong>
<ul>
<li>implemented backfill queuing
<li>number of simultaneous backfill requests set back to 4 (now thanks to backfill queuing requests are recorded and never lost)
<li>stability fixes
</ul>
<p><strong>V4.0.3 CHANGES (as compared to version 3.0.1)</strong>
<ul>
<li>IQFeed plugin uses new faster IQFeed API (4.8.1), downloads less and uses way more efficient method to backfill 1/5/15-second base time intervals
<li>Added support for pre/after hours Level-1 stream. By default it is turned on. Can be turned off via Configure (uncheck &#8220;Use Extended Trading Last field&#8221;)
<li>IQFeed plugin now can use upto 8 simultaneous backfills
<li>added &#8220;You can&#8217;t close plugin window&#8221; on attempt to close working IQFeed window.
</ul>
<p><strong>V3.0.1 CHANGES (as compared to version 3.0.0)</strong>
<ul>
<li>Removed limit of backfill length (full intraday history provided by IQFeed can be downloaded)
</ul>
<p><strong>V3.0.0 CHANGES (as compared to version 2.0.2)</strong>
<ul>
<li>Implemented tracking of streaming symbols accross multiple clients via S,STATS
<li>Uses new method of staring up IQFeed (command line), asynchronous operation (no wait for plugin)
<li>Aux fields initialized properly to zero
<li>Native 64-bit version implemented
</ul>
<p><strong>IMPORTANT: </strong>this plugin uses <strong>NEW IQFeed Client 4.8.1.7</strong><br />
<a href="ftp://www.dtniq.com/beta/iqfeed_client_4_8_1_7.exe">ftp://www.dtniq.com/beta/iqfeed_client_4_8_1_7.exe</a> or higher. Older Client API versions will not work.</p>
<p>The biggest improvement can be seen when using 1-, 5- and 15- second databases.Thanks to new IQFeed API the plugin does not need to download tick data anymore to construct second bars as second bars are now natively supported by IQFeed API. This dramatically decreases the amount of data that needs to be downloaded and increases the speed of backfill for N-second databases.</p>
<p>Also improved is backfill in other intervals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2011/12/20/iqfeed-plugin-4-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IQFeed plugin 4.0.3</title>
		<link>http://www.amibroker.com/devlog/2011/12/15/iqfeed-plugin-4-0-1/</link>
		<comments>http://www.amibroker.com/devlog/2011/12/15/iqfeed-plugin-4-0-1/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 19:43:31 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=717</guid>
		<description><![CDATA[A new version of  IQFeed plugin is available for download from:

32-bit:  http://www.amibroker.com/bin/iq403/IQFeed.dll
64-bit:  http://www.amibroker.com/bin/iq403&#215;64/IQFeed.dll

INSTALLATION:

Make backup before installing.
Download the file above and copy it to the Plugins subdirectory inside AmiBroker folder.

IMPORTANT:
V4.0.3 CHANGES (as compared to version 3.0.1)

IQFeed plugin uses new faster IQFeed API (4.8.1), downloads less and uses way more efficient method to backfill [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of  IQFeed plugin is available for download from:</p>
<ul>
<li>32-bit:  <a href="http://www.amibroker.com/bin/iq403/IQFeed.dll">http://www.amibroker.com/bin/iq403/IQFeed.dll</a>
<li>64-bit:  <a href="http://www.amibroker.com/bin/iq403x64/IQFeed.dll">http://www.amibroker.com/bin/iq403&#215;64/IQFeed.dll</a>
</ul>
<p><strong>INSTALLATION:</strong>
<ol>
<li>Make backup before installing.
<li>Download the file above and copy it to the Plugins subdirectory inside AmiBroker folder.
</ol>
<p><strong>IMPORTANT:</strong><br />
<strong>V4.0.3 CHANGES (as compared to version 3.0.1)</strong>
<ul>
<li>IQFeed plugin uses new faster IQFeed API (4.8.1), downloads less and uses way more efficient method to backfill 1/5/15-second base time intervals
<li>Added support for pre/after hours Level-1 stream. By default it is turned on. Can be turned off via Configure (uncheck &#8220;Use Extended Trading Last field&#8221;)
<li>IQFeed plugin now can use upto 8 simultaneous backfills
<li>added &#8220;You can&#8217;t close plugin window&#8221; on attempt to close working IQFeed window.
</ul>
<p><strong>V3.0.1 CHANGES (as compared to version 3.0.0)</strong>
<ul>
<li>Removed limit of backfill length (full intraday history provided by IQFeed can be downloaded)
</ul>
<p><strong>V3.0.0 CHANGES (as compared to version 2.0.2)</strong>
<ul>
<li>Implemented tracking of streaming symbols accross multiple clients via S,STATS
<li>Uses new method of staring up IQFeed (command line), asynchronous operation (no wait for plugin)
<li>Aux fields initialized properly to zero
<li>Native 64-bit version implemented
</ul>
<p><strong>IMPORTANT: </strong>this plugin uses <strong>NEW IQFeed Client 4.8.1.7</strong><br />
<a href="ftp://www.dtniq.com/beta/iqfeed_client_4_8_1_7.exe">ftp://www.dtniq.com/beta/iqfeed_client_4_8_1_7.exe</a> or higher. Older Client API versions will not work.</p>
<p>The biggest improvement can be seen when using 1-, 5- and 15- second databases.Thanks to new IQFeed API the plugin does not need to download tick data anymore to construct second bars as second bars are now natively supported by IQFeed API. This dramatically decreases the amount of data that needs to be downloaded and increases the speed of backfill for N-second databases.</p>
<p>Also improved is backfill in other intervals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2011/12/15/iqfeed-plugin-4-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64-bit Metastock plugin released</title>
		<link>http://www.amibroker.com/devlog/2011/04/19/64-bit-metastock-plugin-released/</link>
		<comments>http://www.amibroker.com/devlog/2011/04/19/64-bit-metastock-plugin-released/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 12:41:42 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=620</guid>
		<description><![CDATA[A new 64-bit native Metastock plugin 2.0.3 BETA is available for download from:
http://www.amibroker.com/x64/MS.dll
IMPORTANT:
This plugin is ONLY for use with 64-bit native version of AmiBroker Professional (see http://www.amibroker.com/x64/). It should NOT be used when you are running normal AmiBroker (32bit) that is installed by default, even if you are using 64-bit Windows.
Feature comparison between 32-bit and [...]]]></description>
			<content:encoded><![CDATA[<p>A new 64-bit native Metastock plugin 2.0.3 BETA is available for download from:</p>
<p><a href="http://www.amibroker.com/x64/MS.dll">http://www.amibroker.com/x64/MS.dll</a></p>
<p><strong>IMPORTANT:</strong><br />
This plugin is ONLY for use with 64-bit native version of AmiBroker Professional (see <a href="http://www.amibroker.com/x64/">http://www.amibroker.com/x64/</a>). It should <strong>NOT</strong> be used when you are running normal AmiBroker (32bit) that is installed by default, even if you are using 64-bit Windows.</p>
<p>Feature comparison between 32-bit and 64-bit is available here:<br />
<a href="http://www.amibroker.com/guide/compat.html">http://www.amibroker.com/guide/compat.html</a></p>
<p><strong>INSTRUCTIONS:</strong><br />
After downloading it, copy it to AmiBroker 64-bit Plugins subfolder.<br />
Then follow manual to configure external database:<br />
<a href="http://www.amibroker.com/guide/h_extsources.html">http://www.amibroker.com/guide/h_extsources.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2011/04/19/64-bit-metastock-plugin-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IQFeed plugin version 3.0.1</title>
		<link>http://www.amibroker.com/devlog/2011/03/03/iqfeed-plugin-version-3-0-1/</link>
		<comments>http://www.amibroker.com/devlog/2011/03/03/iqfeed-plugin-version-3-0-1/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 22:37:26 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=579</guid>
		<description><![CDATA[A new version of  IQFeed plugin is available for download from:

32-bit:  http://www.amibroker.com/bin/iq301/IQFeed.dll
64-bit:  http://www.amibroker.com/bin/iq301&#215;64/IQFeed.dll

INSTALLATION:
Download the file above and copy it to the Plugins subdirectory inside AmiBroker folder.
IMPORTANT:
V3.0.1 CHANGES (as compared to version 3.0.0)

Removed limit of backfill length (full intraday history provided by IQFeed can be downloaded)

V3.0.0 CHANGES (as compared to version 2.0.2)

Implemented tracking [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of  IQFeed plugin is available for download from:</p>
<ul>
<li>32-bit:  <a href="http://www.amibroker.com/bin/iq301/IQFeed.dll">http://www.amibroker.com/bin/iq301/IQFeed.dll</a>
<li>64-bit:  <a href="http://www.amibroker.com/bin/iq301x64/IQFeed.dll">http://www.amibroker.com/bin/iq301&#215;64/IQFeed.dll</a>
</ul>
<p><strong>INSTALLATION:</strong><br />
Download the file above and copy it to the Plugins subdirectory inside AmiBroker folder.</p>
<p><strong>IMPORTANT:</strong><br />
<strong>V3.0.1 CHANGES (as compared to version 3.0.0)</strong>
<ul>
<li>Removed limit of backfill length (full intraday history provided by IQFeed can be downloaded)
</ul>
<p><strong>V3.0.0 CHANGES (as compared to version 2.0.2)</strong>
<ul>
<li>Implemented tracking of streaming symbols accross multiple clients via S,STATS
<li>Uses new method of staring up IQFeed (command line), asynchronous operation (no wait for plugin)
<li>Aux fields initialized properly to zero
<li>Native 64-bit version implemented
</ul>
<p><strong>IMPORTANT: </strong>this plugin uses <strong>NEW IQFeed Client 4.7.1.3</strong><br />
<a href="http://www.iqfeed.net/iqfeed_client_4_7_1_3.exe">http://www.iqfeed.net/iqfeed_client_4_7_1_3.exe</a><br />
or higher. Older Client API versions may not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2011/03/03/iqfeed-plugin-version-3-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADK updated with 64-bit example DLL</title>
		<link>http://www.amibroker.com/devlog/2010/08/03/adk-updated-with-64-bit-example-dll/</link>
		<comments>http://www.amibroker.com/devlog/2010/08/03/adk-updated-with-64-bit-example-dll/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 23:26:50 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=448</guid>
		<description><![CDATA[AmiBroker Development Kit (ADK) has been updated with VC++2005 project files for 64-bit version of Sample.DLL and updated header file for proper compilation of 64-bit indicator plugins.
ADK 2.10a can be downloaded from:
http://www.amibroker.com/bin/ADK.exe (self-extracting exe)
http://www.amibroker.com/bin/ADK.zip (plain zip file)
]]></description>
			<content:encoded><![CDATA[<p>AmiBroker Development Kit (ADK) has been updated with VC++2005 project files for 64-bit version of Sample.DLL and updated header file for proper compilation of 64-bit indicator plugins.</p>
<p>ADK 2.10a can be downloaded from:<br />
<a href="http://www.amibroker.com/bin/ADK.exe">http://www.amibroker.com/bin/ADK.exe</a> (self-extracting exe)<br />
<a href="http://www.amibroker.com/bin/ADK.zip">http://www.amibroker.com/bin/ADK.zip</a> (plain zip file)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2010/08/03/adk-updated-with-64-bit-example-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native 64-bit IQFeed plugin</title>
		<link>http://www.amibroker.com/devlog/2010/07/20/native-64-bit-iqfeed-plugin/</link>
		<comments>http://www.amibroker.com/devlog/2010/07/20/native-64-bit-iqfeed-plugin/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:10:13 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=409</guid>
		<description><![CDATA[A first version of native 64-bit IQFeed plugin version is available for download from:
http://http://www.amibroker.com/x64/IQFeed.dll
INSTALLATION:
This plugin is already included in the setup of AmiBroker 5.30.3 (x64).
Installation is only required if you are using older AmiBroker 5.30.1: Download the file above and copy it to the Plugins subdirectory inside AmiBroker 64-bit folder.
IMPORTANT:
This plugin is ONLY for 64-bit [...]]]></description>
			<content:encoded><![CDATA[<p>A first version of native 64-bit IQFeed plugin version is available for download from:</p>
<p><a href="http://www.amibroker.com/x64/IQFeed.dll">http://http://www.amibroker.com/x64/IQFeed.dll</a></p>
<p><strong>INSTALLATION:</strong><br />
This plugin is already included in the setup of AmiBroker 5.30.3 (x64).<br />
Installation is only required if you are using older AmiBroker 5.30.1: Download the file above and copy it to the Plugins subdirectory inside AmiBroker 64-bit folder.</p>
<p><strong>IMPORTANT:</strong><br />
This plugin is <strong>ONLY</strong> for 64-bit version of AmiBroker (http://www.amibroker.com/x64/). It is BETA release and may contain bugs.</p>
<p><strong>V3.0.0 (64-bit) CHANGES (as compared to version 2.0.2)</strong>
<ul>
<li>Implemented tracking of streaming symbols accross multiple clients via S,STATS
<li>Uses new method of staring up IQFeed (command line), asynchronous operation (no wait for plugin)
<li>Aux fields initialized properly to zero
<li>Native 64-bit version implemented
</ul>
<p><strong>IMPORTANT: </strong>this plugin uses <strong>NEW IQFeed Client 4.7.1.3</strong><br />
<a href="http://www.iqfeed.net/iqfeed_client_4_7_1_3.exe">http://www.iqfeed.net/iqfeed_client_4_7_1_3.exe</a><br />
and it has been tested with that version only. Older Client API versions may not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2010/07/20/native-64-bit-iqfeed-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interactive Brokers plugin v2.0.4</title>
		<link>http://www.amibroker.com/devlog/2010/07/12/interactive-brokers-plugin-v2-0-4/</link>
		<comments>http://www.amibroker.com/devlog/2010/07/12/interactive-brokers-plugin-v2-0-4/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 12:04:07 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=406</guid>
		<description><![CDATA[A new Interactive Brokers TWS data plugin version 2.0.4 is released now.
It is STRONGLY RECOMMENDED upgrade for all users.
VERSION 2.0.4 CHANGES (as compared to 1.8.2)

added compatibility fix for TWS 907+ (fixes &#8216;Invalid symbol&#8217; message for futures and FX for TWS907 and higher)

It is available for download from:
http://www.amibroker.com/bin/ib204/IB.dll
(to be copied to Plugins subfolder, replacing old version)
Installation [...]]]></description>
			<content:encoded><![CDATA[<p>A new Interactive Brokers TWS data plugin version 2.0.4 is released now.<br />
It is STRONGLY RECOMMENDED upgrade for all users.</p>
<p>VERSION 2.0.4 CHANGES (as compared to 1.8.2)
<ol>
<li>added compatibility fix for TWS 907+ (fixes &#8216;Invalid symbol&#8217; message for futures and FX for TWS907 and higher)
</ol>
<p>It is available for download from:<br />
<a href="http://www.amibroker.com/bin/ib204/IB.dll">http://www.amibroker.com/bin/ib204/IB.dll</a></p>
<p>(to be copied to Plugins subfolder, replacing old version)</p>
<p>Installation instructions can be found here:<br />
<a href="http://www.amibroker.com/ib.html">http://www.amibroker.com/ib.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2010/07/12/interactive-brokers-plugin-v2-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ODBC plugin updated</title>
		<link>http://www.amibroker.com/devlog/2010/04/29/odbc-plugin-updated/</link>
		<comments>http://www.amibroker.com/devlog/2010/04/29/odbc-plugin-updated/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:46:35 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=397</guid>
		<description><![CDATA[A new version (1.5.0) of ODBC plugin is available now for download from:
http://www.amibroker.com/odbc.html
Updated version has been compiled with API 2.1 and is compatible with new date /time format used by AmiBroker 5.27 and above.
]]></description>
			<content:encoded><![CDATA[<p>A new version (1.5.0) of ODBC plugin is available now for download from:</p>
<p><a href="http://www.amibroker.com/odbc.html">http://www.amibroker.com/odbc.html</a></p>
<p>Updated version has been compiled with API 2.1 and is compatible with new date /time format used by AmiBroker 5.27 and above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2010/04/29/odbc-plugin-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data plugins updated</title>
		<link>http://www.amibroker.com/devlog/2010/04/20/data-plugins-updated/</link>
		<comments>http://www.amibroker.com/devlog/2010/04/20/data-plugins-updated/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:56:50 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=387</guid>
		<description><![CDATA[All AmiBroker data plugins have been updated for AmiBroker 5.30 official release to support new API 2.10.
New versions are already included in the setup program of AmiBroker 5.30 official
http://www.amibroker.com/bin/AmiBroker530.exe.
IQFeed plugin has been compiled and tested with new IQFeed API 4.7.0.9.
]]></description>
			<content:encoded><![CDATA[<p>All AmiBroker data plugins have been updated for AmiBroker 5.30 official release to support new API 2.10.<br />
New versions are already included in the setup program of AmiBroker 5.30 official<br />
<a href="http://www.amibroker.com/bin/AmiBroker530.exe">http://www.amibroker.com/bin/AmiBroker530.exe</a>.</p>
<p>IQFeed plugin has been compiled and tested with new <a href="http://www.iqfeed.net/dev/api/iqfeed_client_4_7_0_9.exe">IQFeed API 4.7.0.9</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2010/04/20/data-plugins-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New AmiBroker Development Kit 2.10 released</title>
		<link>http://www.amibroker.com/devlog/2010/04/20/new-amibroker-development-kit-2-10-released/</link>
		<comments>http://www.amibroker.com/devlog/2010/04/20/new-amibroker-development-kit-2-10-released/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:49:40 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/devlog/?p=384</guid>
		<description><![CDATA[A new version of AmiBroker Development Kit (ADK 2.10) has been released
http://www.amibroker.com/bin/ADK.exe (550KB self-extracting exe)
http://www.amibroker.com/bin/ADK.zip (524KB plain zip file)
A new API contains updated documentation, source code samples and header definitions to support newly introduced features of AmiBroker 5.27 such as 64-bit date/time resolution, floating point volume/openint fields, new auxilliary data fields and extended symbol information [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of AmiBroker Development Kit (ADK 2.10) has been released</p>
<p><a href="http://www.amibroker.com/bin/ADK.exe">http://www.amibroker.com/bin/ADK.exe</a> (550KB self-extracting exe)<br />
<a href="http://www.amibroker.com/bin/ADK.zip">http://www.amibroker.com/bin/ADK.zip</a> (524KB plain zip file)</p>
<p>A new API contains updated documentation, source code samples and header definitions to support newly introduced features of AmiBroker 5.27 such as 64-bit date/time resolution, floating point volume/openint fields, new auxilliary data fields and extended symbol information fields.</p>
<p>VERSION 2.10 introduces one change in PluginNotification structure affecting <strong>data plugins</strong> only:
<ul>
<li>struct PluginNotification has new field StockInfo * pCurrentSINew and old field pCurrentSI type has changed to StockInfoFormat4 *.
</li>
</ul>
<p>This change is done for backward compatibility with plugins written with API version 1.x. <strong>All data plugin developers who used PluginNotification structure with API version 2.0 MUST recompile their plugins with API 2.10 to make sure their plugins works properly with AmiBroker 5.30. </strong></p>
<p>The documentation and samples covers writing indicator (AFL function) plugins, data plugins and optimizer plugins.</p>
<p>The package is provided for native code developers (mainly C/C++) wanting to write their own plugin DLLs.</p>
<p>ADK 2.10 is free to use in both commercial and individual software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/devlog/2010/04/20/new-amibroker-development-kit-2-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

