<?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 on: AmiBroker Feedback Center launched</title>
	<atom:link href="http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/</link>
	<description>News, Announcements, and more... directly from AmiBroker.com</description>
	<lastBuildDate>Tue, 17 Jul 2007 12:59:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tomasz Janeczko</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-381</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Mon, 29 Jan 2007 11:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-381</guid>
		<description>Please use FEEDBACK CENTER for suggestions:

http://www.amibroker.com/feedback/

And please send any questions via e-mail to SUPPORT / at / amibroker.com

For Indian real-time data - check your local broker. They should have RT data available via DDE http://www.amibroker.com/dde.html</description>
		<content:encoded><![CDATA[<p>Please use FEEDBACK CENTER for suggestions:</p>
<p><a href="http://www.amibroker.com/feedback/" rel="nofollow">http://www.amibroker.com/feedback/</a></p>
<p>And please send any questions via e-mail to SUPPORT / at / amibroker.com</p>
<p>For Indian real-time data &#8211; check your local broker. They should have RT data available via DDE <a href="http://www.amibroker.com/dde.html" rel="nofollow">http://www.amibroker.com/dde.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharathi</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-372</link>
		<dc:creator>Bharathi</dc:creator>
		<pubDate>Tue, 02 Jan 2007 14:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-372</guid>
		<description>Dear Sir,
        I wish to know whether Amibroker can be used for Indian stock market-NSE
Real Time? If so pls provide your Indian Rep&#039;s Tele &amp; Mobile Numbers.
Thanks
Bharathi</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
        I wish to know whether Amibroker can be used for Indian stock market-NSE<br />
Real Time? If so pls provide your Indian Rep&#8217;s Tele &amp; Mobile Numbers.<br />
Thanks<br />
Bharathi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Janeczko</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-229</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Wed, 04 Oct 2006 09:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-229</guid>
		<description>Dennis, I am not sure what you mean. Highlighting of text where? In AFL formulas ? - It is there already, here is a sample:

&lt;afl&gt;
function DailyVolumeIndicator()
{
  midpoint = ( High + Low ) / 2;

  dv = Volume * (( Close - midpoint ) / midpoint);
 
  return Cum( dv );
}

Plot( DailyVolumeIndicator(), _DEFAULT_NAME(), ParamColor( &quot;Color&quot;, ColorCycle ) );
&lt;/afl&gt;</description>
		<content:encoded><![CDATA[<p>Dennis, I am not sure what you mean. Highlighting of text where? In AFL formulas ? &#8211; It is there already, here is a sample:</p>
<p><code>0000"><br />
<span style="color: #0000BB"></span><span style="color: #000000">function&nbsp;</span><span style="color: #0000BB">DailyVolumeIndicator</span><span style="color: #000000">()<br />
{<br />
&nbsp;&nbsp;</span><span style="color: #0000BB">midpoint&nbsp;</span><span style="color: #000000">=&nbsp;(&nbsp;</span><span style="color: #0000BB">High&nbsp;</span><span style="color: #000000">+&nbsp;</span><span style="color: #0000BB">Low&nbsp;</span><span style="color: #000000">)&nbsp;/&nbsp;</span><span style="color: #0000BB">2</span><span style="color: #000000">;</p>
<p>&nbsp;&nbsp;</span><span style="color: #0000BB">dv&nbsp;</span><span style="color: #000000">=&nbsp;</span><span style="color: #0000BB">Volume&nbsp;</span><span style="color: #000000">*&nbsp;((&nbsp;</span><span style="color: #0000BB">Close&nbsp;</span><span style="color: #000000">-&nbsp;</span><span style="color: #0000BB">midpoint&nbsp;</span><span style="color: #000000">)&nbsp;/&nbsp;</span><span style="color: #0000BB">midpoint</span><span style="color: #000000">);<br />
&nbsp;<br />
&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">Cum</span><span style="color: #000000">(&nbsp;</span><span style="color: #0000BB">dv&nbsp;</span><span style="color: #000000">);<br />
}</p>
<p></span><span style="color: #0000BB">Plot</span><span style="color: #000000">(&nbsp;</span><span style="color: #0000BB">DailyVolumeIndicator</span><span style="color: #000000">(),&nbsp;</span><span style="color: #0000BB">_DEFAULT_NAME</span><span style="color: #000000">(),&nbsp;</span><span style="color: #0000BB">ParamColor</span><span style="color: #000000">(&nbsp;</span><span style="color: #DD0000">&quot;Color&quot;</span><span style="color: #000000">,&nbsp;</span><span style="color: #0000BB">ColorCycle&nbsp;</span><span style="color: #000000">)&nbsp;);<br />
<br />< </font></span></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Skoblar</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-228</link>
		<dc:creator>Dennis Skoblar</dc:creator>
		<pubDate>Tue, 03 Oct 2006 23:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-228</guid>
		<description>Please allow text and number highlighting in next version.

Thank you,
Dennis</description>
		<content:encoded><![CDATA[<p>Please allow text and number highlighting in next version.</p>
<p>Thank you,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shridhar  Patwardhan</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-173</link>
		<dc:creator>Shridhar  Patwardhan</dc:creator>
		<pubDate>Mon, 07 Aug 2006 04:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-173</guid>
		<description>Sir,

Please let me know whether AMIBROKER can be used for the India&#039;s NSE&#039;s end of the day&#039;s data?    

Also please communicate an address of your agent, if any, in the city of PUNE ( near BOMBAY )in INDIA who will be able to give me a live demonstretion of AMIBROKER.

Regards,

Shridhar  Patwardhan.</description>
		<content:encoded><![CDATA[<p>Sir,</p>
<p>Please let me know whether AMIBROKER can be used for the India&#8217;s NSE&#8217;s end of the day&#8217;s data?    </p>
<p>Also please communicate an address of your agent, if any, in the city of PUNE ( near BOMBAY )in INDIA who will be able to give me a live demonstretion of AMIBROKER.</p>
<p>Regards,</p>
<p>Shridhar  Patwardhan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Dale</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-16</link>
		<dc:creator>Richard Dale</dc:creator>
		<pubDate>Thu, 13 Apr 2006 01:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-16</guid>
		<description>Right now (13 April 2006 at 01:41am GMT) the AmiBroker Feedback Center is running very slow - around 10 seconds response time to a click on any link.</description>
		<content:encoded><![CDATA[<p>Right now (13 April 2006 at 01:41am GMT) the AmiBroker Feedback Center is running very slow &#8211; around 10 seconds response time to a click on any link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Janeczko</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-14</link>
		<dc:creator>Tomasz Janeczko</dc:creator>
		<pubDate>Tue, 04 Apr 2006 14:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-14</guid>
		<description>Rakesh,

Thank you for your suggestions BUT ... please enter them (one by one) into AmiBroker Feedback center http://www.amibroker.com/feedback/</description>
		<content:encoded><![CDATA[<p>Rakesh,</p>
<p>Thank you for your suggestions BUT &#8230; please enter them (one by one) into AmiBroker Feedback center <a href="http://www.amibroker.com/feedback/" rel="nofollow">http://www.amibroker.com/feedback/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-13</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Tue, 04 Apr 2006 14:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-13</guid>
		<description>Very good idea, Tomasz
Best regards,
PIERRE</description>
		<content:encoded><![CDATA[<p>Very good idea, Tomasz<br />
Best regards,<br />
PIERRE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh Sahgal</title>
		<link>http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/comment-page-1/#comment-12</link>
		<dc:creator>Rakesh Sahgal</dc:creator>
		<pubDate>Tue, 04 Apr 2006 14:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.amibroker.com/devlog/2006/04/04/amibroker-feedback-center-launched/#comment-12</guid>
		<description>Over the past couple of years I have been asking for 3 additions/modifications that are very necessary(in my opinion) for pattern analysis and effective use of the median line drawing tool and trend lines. I will repeat them again:

1. A function that will enable to locate the highest high and lowest low BETWEEN two significant events and the number of bars between such highs and lows. It is surprsing when all sorts of bells and whistles are being added a function that will ENABLE analysis of patterns/cycles has not even been contemplated by the developers( thats the impression I get because even my direct communications to the vendor have gone unaswered).

2. The Median Lines are a time tested tool in the area of market geometry analysis. Here again a simple enhancement has not been considered by the developers. Repeated messages have not been responded to even.

3. Finally mirror lines of trend lines very often provide a VERY RELIABLE way of ascertaining resistance/support. Here again there has been no response from the developers.

I do hope that the undue focus on bells and whistles will be toned down and some thought given to adding tools that are used in real world trading.


Rakesh Sahgal</description>
		<content:encoded><![CDATA[<p>Over the past couple of years I have been asking for 3 additions/modifications that are very necessary(in my opinion) for pattern analysis and effective use of the median line drawing tool and trend lines. I will repeat them again:</p>
<p>1. A function that will enable to locate the highest high and lowest low BETWEEN two significant events and the number of bars between such highs and lows. It is surprsing when all sorts of bells and whistles are being added a function that will ENABLE analysis of patterns/cycles has not even been contemplated by the developers( thats the impression I get because even my direct communications to the vendor have gone unaswered).</p>
<p>2. The Median Lines are a time tested tool in the area of market geometry analysis. Here again a simple enhancement has not been considered by the developers. Repeated messages have not been responded to even.</p>
<p>3. Finally mirror lines of trend lines very often provide a VERY RELIABLE way of ascertaining resistance/support. Here again there has been no response from the developers.</p>
<p>I do hope that the undue focus on bells and whistles will be toned down and some thought given to adding tools that are used in real world trading.</p>
<p>Rakesh Sahgal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

