<?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 Knowledge Base &#187; Charting</title>
	<atom:link href="http://www.amibroker.com/kb/category/charting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amibroker.com/kb</link>
	<description>Providing you with tips &#038; tricks for everyday AmiBroker use</description>
	<lastBuildDate>Sat, 17 Dec 2011 10:18:10 +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>How to display the indicators based on Advances/Declines</title>
		<link>http://www.amibroker.com/kb/2007/07/30/how-to-display-the-indicators-based-on-advancesdeclines/</link>
		<comments>http://www.amibroker.com/kb/2007/07/30/how-to-display-the-indicators-based-on-advancesdeclines/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 12:01:59 +0000</pubDate>
		<dc:creator>Marcin Gorzynski</dc:creator>
				<category><![CDATA[Charting]]></category>
		<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/07/30/how-to-display-the-indicators-based-on-advancesdeclines/</guid>
		<description><![CDATA[In order to display indicators based on Advances/Declines first of all it&#8217;s necessary to calculate composities in the database:

Open Categories window using Symbol-&#62;Categories menu item.
Select base index for given market in Markets tab and Base indexes for &#8211; Composites combo.
For example if you are following NYSE this can by ^DIJ (Dow Jones Average)
(certain symbol must [...]]]></description>
			<content:encoded><![CDATA[<p>In order to display indicators based on Advances/Declines first of all it&#8217;s necessary to calculate composities in the database:
<ol>
<li>Open Categories window using <strong>Symbol-&gt;Categories</strong> menu item.</li>
<li>Select base index for given market in <strong>Markets</strong> tab and <strong>Base indexes for &#8211; Composites </strong>combo.<br />
For example if you are following NYSE this can by ^DIJ (Dow Jones Average)<br />
(certain symbol must be marked as index in <strong>Symbol -&gt; Information</strong> and must belong to the same market)
<li>Choose <strong>Symbol -&gt;Calculate composites</strong>  menu item to open the window shown below and mark:<br />
- Number of advancing/declining issues and<br />
- Apply to: all quotes, All markets
<li>Click <strong>Calculate </strong>. From now on ADLine, AdvVolume() and TRIN indicators will be visible.
</ol>
<p><strong>Q: Why does AB need &#8220;base index&#8221;?</strong><br />
A: Just because it may happen that not all stocks are quoted every businness day and AB needs must calculate number of advancing/declining issues per market. So it checks the &#8220;base index&#8221; quotations dates and tries to find corresponding quotes of all stocks belonging to that market to find out how many issues advanced, declined and not changed at all.</p>
<p><strong>Q: What are &#8220;Volume for base index&#8221; and &#8220;Copy volume to all indexes&#8221; checkboxes for?</strong><br />
A: &#8220;Volume for base index&#8221; and &#8220;Copy volume to all indexes&#8221; are provided in case you DON&#8217;T have real volume data for index quotes. In that case AmiBroker can calculate volume for index as a sum of volumes of all stocks belonging to given market. First option assigns calculated volume only to &#8220;base index&#8221;, the second copies the volume figure to all indexes belonging to given market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/kb/2007/07/30/how-to-display-the-indicators-based-on-advancesdeclines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make vertical selection line thinner</title>
		<link>http://www.amibroker.com/kb/2007/02/26/how-to-make-vertical-selection-line-thinner/</link>
		<comments>http://www.amibroker.com/kb/2007/02/26/how-to-make-vertical-selection-line-thinner/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 11:16:59 +0000</pubDate>
		<dc:creator>Tomasz Janeczko</dc:creator>
				<category><![CDATA[Charting]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/02/26/how-to-make-vertical-selection-line-thinner/</guid>
		<description><![CDATA[AmiBroker 4.90 now has thick vertical selector line that plots behind chart lines to improve clarity and readability (selector does not cover candlesticks). Some users however prefer thin, single-pixel line. There is an easy way to switch. 
Simply go to Tools->Preferences, Colors tab, and uncheck Bold box, as shown in the picture below.

Then click OK [...]]]></description>
			<content:encoded><![CDATA[<p>AmiBroker 4.90 now has thick vertical selector line that plots behind chart lines to improve clarity and readability (selector does not cover candlesticks). Some users however prefer thin, single-pixel line. There is an easy way to switch. <span id="more-57"></span></p>
<p>Simply go to <strong>Tools->Preferences</strong>, <strong>Colors </strong>tab, and uncheck <strong>Bold</strong> box, as shown in the picture below.</p>
<p><a href='http://www.amibroker.com/kb/wp-content/uploads/2007/02/prefs_colors.gif' title='Preferences Window'><img src='http://www.amibroker.com/kb/wp-content/uploads/2007/02/prefs_colors.gif' alt='Preferences Window' /></a></p>
<p>Then click <strong>OK </strong>to apply changes. </p>
<p><em>Note: If you don&#8217;t have auto-saving of preferences turned on (it is &#8216;on&#8217; by default) you may also need to<br />
choose <strong>Tools->Save Preferences</strong>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/kb/2007/02/26/how-to-make-vertical-selection-line-thinner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save layouts that hold individual parameter values for different symbols.</title>
		<link>http://www.amibroker.com/kb/2006/10/16/how-to-save-layouts-that-hold-individual-parameter-values-for-different-symbols/</link>
		<comments>http://www.amibroker.com/kb/2006/10/16/how-to-save-layouts-that-hold-individual-parameter-values-for-different-symbols/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 10:42:53 +0000</pubDate>
		<dc:creator>Marcin Gorzynski</dc:creator>
				<category><![CDATA[Charting]]></category>

		<guid isPermaLink="false">http://www.amibroker.com/kb/2006/10/16/how-to-save-layouts-that-hold-individual-parameter-values-for-different-symbols/</guid>
		<description><![CDATA[By default the values of parameters for given indicator pane are the same (shared) for all symbols. If you want per-symbol parameters, you need to apply technique descibed in this short article. 
Since the layout does not store parameter values (parameters are chart specific &#8211; i.e. they are assigned to the chart recognised by CHART [...]]]></description>
			<content:encoded><![CDATA[<p>By default the values of parameters for given indicator pane are the same (shared) for all symbols. If you want per-symbol parameters, you need to apply technique descibed in this short article. <span id="more-37"></span></p>
<p>Since the layout does not store parameter values (parameters are chart specific &#8211; i.e. they are assigned to the chart recognised by CHART ID) &#8211; then it&#8217;s not enough just to switch to another symbol, set new parameters and save another layout.</p>
<p>If parameter values are changed in the same chart &#8211; these changes will not be stored in the layout, because the same pane is still displayed (and the parameters are saved for that particular CHART, not symbol).</p>
<p>So &#8211; it&#8217;s necessary to do the following:<br />
- set parameters and save layout for 1st symbol,<br />
- now &#8211; display another chart pane from CHARTS window, e.g. double-click on: <strong>Charts / Basic Charts / Price (all in one)</strong><br />
- close the previously used chart pane<br />
- set the parameters in the new chart,<br />
- save the new layout</p>
<p>The new chart has different ChartID number, hence any changes will not affect the one previously used layout/chart pane.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.amibroker.com/kb/2006/10/16/how-to-save-layouts-that-hold-individual-parameter-values-for-different-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

