<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for AmiBroker Knowledge Base</title>
	<atom:link href="http://www.amibroker.com/kb/comments/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>Tue, 29 Mar 2011 08:43:54 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to migrate AmiBroker to a new computer by Herman</title>
		<link>http://www.amibroker.com/kb/2010/09/07/how-to-migrate-amibroker-to-a-new-computer/comment-page-1/#comment-14016</link>
		<dc:creator>Herman</dc:creator>
		<pubDate>Tue, 29 Mar 2011 08:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/?p=105#comment-14016</guid>
		<description>Hello Marcin,

It often happens I need to copy the AmiBroker system to another computer from, or to, another drive letter.

Could you also explain what the potential problems are, and what is the best way to do that?

Thanks,
herman</description>
		<content:encoded><![CDATA[<p>Hello Marcin,</p>
<p>It often happens I need to copy the AmiBroker system to another computer from, or to, another drive letter.</p>
<p>Could you also explain what the potential problems are, and what is the best way to do that?</p>
<p>Thanks,<br />
herman</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Low-level gfx example: Yearly/monthly profit chart by K Riemer</title>
		<link>http://www.amibroker.com/kb/2007/10/11/low-level-gfx-example-yearlymonthly-profit-chart/comment-page-1/#comment-5045</link>
		<dc:creator>K Riemer</dc:creator>
		<pubDate>Thu, 30 Oct 2008 02:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/10/11/low-level-gfx-example-yearlymonthly-profit-chart/#comment-5045</guid>
		<description>Is there anyway to automate the export of a single named chart (similar to &quot;Edit-&gt;Image-&gt;Export to file&quot;) through JavaScript or AFL?

Regards

k</description>
		<content:encoded><![CDATA[<p>Is there anyway to automate the export of a single named chart (similar to &#8220;Edit-&gt;Image-&gt;Export to file&#8221;) through JavaScript or AFL?</p>
<p>Regards</p>
<p>k</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create copy of portfolio equity? by Paolo</title>
		<link>http://www.amibroker.com/kb/2006/03/11/how-to-create-copy-of-portfolio-equity/comment-page-1/#comment-4954</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Fri, 17 Oct 2008 10:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2006/03/11/how-to-create-copy-of-portfolio-equity/#comment-4954</guid>
		<description>It would be great to have an AFL formula to get the afl file name (somethink like GetAFLName) in order to automatically append it to the new ticker name
i.e.  AddToComposite( Foreign(&quot;~~~EQUITY&quot;,&quot;C&quot;), 
                 &quot;~~~MY_EQUITY_COPY&quot; + GetAFLName(), &quot;X&quot;, 
                 atcFlagDeleteValues &#124; atcFlagEnableInPortfolio );
This would allow to have different equity curve saved with proper names</description>
		<content:encoded><![CDATA[<p>It would be great to have an AFL formula to get the afl file name (somethink like GetAFLName) in order to automatically append it to the new ticker name<br />
i.e.  AddToComposite( Foreign(&#8221;~~~EQUITY&#8221;,&#8221;C&#8221;),<br />
                 &#8220;~~~MY_EQUITY_COPY&#8221; + GetAFLName(), &#8220;X&#8221;,<br />
                 atcFlagDeleteValues | atcFlagEnableInPortfolio );<br />
This would allow to have different equity curve saved with proper names</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to detect the study crossover for multiple symbols with use of SCAN by Tomasz Janeczko</title>
		<link>http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/comment-page-1/#comment-4923</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Mon, 13 Oct 2008 22:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/#comment-4923</guid>
		<description>Yes but you need to have 2 separate IDs. TO assign different IDs use Properties window. 
By the way: you will get much faster responses if you use support at amibroker.com e-mail. Thank you.</description>
		<content:encoded><![CDATA[<p>Yes but you need to have 2 separate IDs. TO assign different IDs use Properties window.<br />
By the way: you will get much faster responses if you use support at amibroker.com e-mail. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to detect the study crossover for multiple symbols with use of SCAN by Tim</title>
		<link>http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/comment-page-1/#comment-4920</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 13 Oct 2008 18:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/#comment-4920</guid>
		<description>Hi Tomasz,
 In the example there is 1 trendline drawn. Is it possible to have 2 trendlines drawn on the same chart and have AB find similar patterns? In the example chart if another trendline was drawn across the lows it would look like a descending wedge would it be possible to use this study to find triangular patterns and assign each one a study ID? Thank you.

Tim</description>
		<content:encoded><![CDATA[<p>Hi Tomasz,<br />
 In the example there is 1 trendline drawn. Is it possible to have 2 trendlines drawn on the same chart and have AB find similar patterns? In the example chart if another trendline was drawn across the lows it would look like a descending wedge would it be possible to use this study to find triangular patterns and assign each one a study ID? Thank you.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to detect the study crossover for multiple symbols with use of SCAN by Tim</title>
		<link>http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/comment-page-1/#comment-4893</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 28 Sep 2008 12:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/#comment-4893</guid>
		<description>Thank you Tomasz. Do I manually have to draw a trendline on every chart or will the software look for that kind of trendline pattern on the stock list I select? I am attempting to scan my list of stocks for triangles and rectangle patterns before they breakout. Then with an alert of some kind I can be ready to trade the breakout. Thank you for any and all help.</description>
		<content:encoded><![CDATA[<p>Thank you Tomasz. Do I manually have to draw a trendline on every chart or will the software look for that kind of trendline pattern on the stock list I select? I am attempting to scan my list of stocks for triangles and rectangle patterns before they breakout. Then with an alert of some kind I can be ready to trade the breakout. Thank you for any and all help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to detect the study crossover for multiple symbols with use of SCAN by Tomasz Janeczko</title>
		<link>http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/comment-page-1/#comment-4891</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Sat, 27 Sep 2008 08:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/#comment-4891</guid>
		<description>You can have different trendlines with different StudyIDs. You can simply type different study ID in its entry field.</description>
		<content:encoded><![CDATA[<p>You can have different trendlines with different StudyIDs. You can simply type different study ID in its entry field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to detect the study crossover for multiple symbols with use of SCAN by Tim</title>
		<link>http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/comment-page-1/#comment-4890</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 27 Sep 2008 01:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/05/14/how-to-detect-the-study-crossover-for-multiple-symbols-with-use-of-scan/#comment-4890</guid>
		<description>Do you have to use the same symbol to draw different trendlines or can you use different symbols utilizing different trendlines? I am particularly interested in scanning for such trendlines before they are broken and utilizing an alert to tell me when they are broken intraday, is this possible?</description>
		<content:encoded><![CDATA[<p>Do you have to use the same symbol to draw different trendlines or can you use different symbols utilizing different trendlines? I am particularly interested in scanning for such trendlines before they are broken and utilizing an alert to tell me when they are broken intraday, is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Discretionary Equity by Tomasz Janeczko</title>
		<link>http://www.amibroker.com/kb/2006/05/06/discretionary-equity/comment-page-1/#comment-4728</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Wed, 27 Aug 2008 07:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2006/05/06/discretionary-equity/#comment-4728</guid>
		<description>Please note that this formula uses Equity() function, so it will use any Automatic Analysis setting that you have defined, including &quot;Positions&quot; and &quot;Trade Delays&quot;.
Make sure to set delays to zero in the settings or use SetTradeDelays( 0, 0, 0, 0 ), otherwise delays defined in the settings will be applied.
The same applies to &quot;Positions&quot; setting. Make sure it is set to handle Long and Short positions if you want to take both.</description>
		<content:encoded><![CDATA[<p>Please note that this formula uses Equity() function, so it will use any Automatic Analysis setting that you have defined, including &#8220;Positions&#8221; and &#8220;Trade Delays&#8221;.<br />
Make sure to set delays to zero in the settings or use SetTradeDelays( 0, 0, 0, 0 ), otherwise delays defined in the settings will be applied.<br />
The same applies to &#8220;Positions&#8221; setting. Make sure it is set to handle Long and Short positions if you want to take both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to plot a trailing stop in the Price chart by Tomasz Janeczko</title>
		<link>http://www.amibroker.com/kb/2007/03/24/how-to-plot-a-trailing-stop-in-the-price-chart/comment-page-1/#comment-4643</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Wed, 30 Jul 2008 11:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/kb/2007/03/24/how-to-plot-a-trailing-stop-in-the-price-chart/#comment-4643</guid>
		<description>For &quot;point&quot; mode replace
StopLevel = 1 - Param(&quot;trailing stop %&quot;, 3, 0.1, 10, 0.1)/100;
with
StopLevel = Param(&quot;trailing stop pt&quot;, 3, 0.1, 10, 0.1);

and every occurrence of:
High[ i ] * stoplevel

with
High[ i ] - stoplevel</description>
		<content:encoded><![CDATA[<p>For &#8220;point&#8221; mode replace<br />
StopLevel = 1 &#8211; Param(&#8221;trailing stop %&#8221;, 3, 0.1, 10, 0.1)/100;<br />
with<br />
StopLevel = Param(&#8221;trailing stop pt&#8221;, 3, 0.1, 10, 0.1);</p>
<p>and every occurrence of:<br />
High[ i ] * stoplevel</p>
<p>with<br />
High[ i ] &#8211; stoplevel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

