<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — FST calculates false indicators values]]></title>
		<link>https://forexsb.com/forum/topic/1284/fst-calculates-false-indicators-values/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/1284/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FST calculates false indicators values.]]></description>
		<lastBuildDate>Sun, 22 Aug 2010 06:30:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/6119/#p6119</link>
			<description><![CDATA[<p>Ya, it will cause the difference, too!<br />I set time advance for 1 second but still I cannot get the same result as FSB (normally I test on 5M chart on demo account).<br />I want the option of &quot;0 second&quot; &amp; &quot;Accurate Mode&quot; which will get the same historical data from MT4 at the end of each bar so that we can get exactly the same data.</p><p>I wish Mr. Popov looks into this matter&nbsp; <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (NicholasK)]]></author>
			<pubDate>Sun, 22 Aug 2010 06:30:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/6119/#p6119</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/6115/#p6115</link>
			<description><![CDATA[<p>Hi footon,<br />Yes. I agree! <br />When FST starts up, it will load the data from historical data of MT4 right?<br />Just now I checked the value of indicators on FSB &amp; FST &amp; most of the values of the indicators are the same. But ADX is still not the same (I think the calculation of ADX is different between FSB &amp; FST or contains some bugs). FST does not have bar explorer &amp; journal, so i cannot confirm exactly, but except ADX, indicators&#039; values are mostly the same).</p><p>This means that we can use almost the same value when we starts up FST because FST will load the historical data from MT4. So at this point we use the same data in both FSB &amp; FST. However after this point FST uses the live data and makes its own chart after start-up, while we take the historical data for FSB from MT4. This difference might cause the different values of the indicators &amp; different entry points.</p><p>So I wonder FST has mode to take in the historical data at the end of each bar&nbsp; for the confirmation while taking the live data at the same time (although it might cause a few seconds of delay to make an order).<br />If FST has such accurate mode for the option, I&#039;ll be so happy.</p><p>I don&#039;t know whether this is the only the reason to make discrepancy, but it should be one of the reasons, no?</p>]]></description>
			<author><![CDATA[null@example.com (NicholasK)]]></author>
			<pubDate>Sat, 21 Aug 2010 17:23:41 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/6115/#p6115</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/6053/#p6053</link>
			<description><![CDATA[<p>I also face the same problem. <br />As a result, entry point on FSB &amp; FST are often different.<br />FST often makes entry that does not exist on FSB. And FST skips some trades that exist on FSB.</p><p>I increased the minimum number of bars in the chart to 800, but still cannot get the same value.<br />Now I&#039;m testing on 5min chart. Among all indicators I use, ADX is most tricky so far (&quot;rise&quot; &amp; &quot;fall&quot; are often different).</p><p>If the indicators&#039; calculation is exactly the same both in FSB &amp; FST, it might come from the difference of data even it is from the same broker.<br />FSB is based on historical data, but FST is using live data. I don&#039;t know whether the brokers provide the data differently on purpose. But it is serious problem for us that the result of back-tester &amp; that of EA are different.<br />If it is not accurate like mathematics, we will lose the reason to rely on back-testing &amp; do real trading in theory.</p><p>Is there any method to avoid this? Or is it possible to import both historical data &amp; live data to FST for double-checking and verify before sending order to MT4 (of course, there will be delay slightly to order in this case). But for me, I&#039;ll be very happy if I can have exactly the same result on FSB &amp; FST.<br />If you pursue the speed, maybe it is good to use live data only. But if you pursue the accuracy, then I feel it is better to use both historical data &amp; live data. <br />I&#039;ll be happy if FST has such &quot;Accurate Mode&quot; for the option.&nbsp; <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (NicholasK)]]></author>
			<pubDate>Tue, 17 Aug 2010 03:42:12 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/6053/#p6053</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4150/#p4150</link>
			<description><![CDATA[<div class="codebox"><pre><code>barsNecessary = MathMax(2 * 1440 / Period() + 10, 400); </code></pre></div><p>The same is in the program also. I&#039;ll change it soon.</p><p>Have a profitable trade!</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 10 Jan 2010 18:52:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4150/#p4150</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4149/#p4149</link>
			<description><![CDATA[<p>Is it that line inside the mt4 experts code?<br />int barsNecessary = MathMax(2 * 1440 / Period() + 10, 400); </p><p>I changed it manually to <br />i<br />nt barsNecessary = MathMax(2 * 1440 / Period() + 10, 1000); </p><p>and to </p><p>int barsNecessary = 1000; </p><p>but it did not worked out.</p><p>I am looking forward to your new versions, your programs are such a great help to<br />my trading, I am very grateful for your dedication.</p>]]></description>
			<author><![CDATA[null@example.com (Opioid)]]></author>
			<pubDate>Sun, 10 Jan 2010 11:43:55 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4149/#p4149</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4147/#p4147</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>FST imports just 400 historical bars into the&nbsp; chart. This is an insufficent amount of bars for indicators with high numbers for period settings.</p></blockquote></div><p>You must be right. FST chooses the number of bars depending on the period: 2 Dais + 10 bars but not less than 400.</p><p>You cannot change this number alone. It&#039;s hard coded. </p><p>I&#039;m going to release new versions of both programs next week. I&#039;ll increase the minimal bars number probably to 1000.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 10 Jan 2010 01:59:25 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4147/#p4147</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4142/#p4142</link>
			<description><![CDATA[<p>Ok, since you have not answered my question yet, I have found out what this problem is about:</p><p>FST imports just 400 historical bars into the&nbsp; chart. This is an insufficent amount of bars for indicators with high numbers for period settings. When I cut out older data than imported on FST, I get the same results for indicator calculations.<br />Is it possible to increase the amount of imported bars into FST and if yes, how can I do that?</p><p>Regards,</p><p>Marcel</p>]]></description>
			<author><![CDATA[null@example.com (Opioid)]]></author>
			<pubDate>Sat, 09 Jan 2010 12:05:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4142/#p4142</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4122/#p4122</link>
			<description><![CDATA[<p>I exported exactly the same data. I exported it from FastFX Metatrader and I run FSB on FastFX Metatrader.<br />Attached you will find two screenshots, maybe you can find out, what is wrong with my version.<br />Maybe I have done something wrong with some settings?<br /><a href="http://www.postimage.org/image.php?v=Pq1dNjdi"><span class="postimg"><img src="http://s3.postimage.org/1dNjdi.jpg" alt="http://s3.postimage.org/1dNjdi.jpg" /></span></a></p><p><a href="http://www.postimage.org/image.php?v=Ts1SWqR0"><span class="postimg"><img src="http://s2.postimage.org/1SWqR0.jpg" alt="http://s2.postimage.org/1SWqR0.jpg" /></span></a></p><p>Regards,</p><p>Marcel</p>]]></description>
			<author><![CDATA[null@example.com (Opioid)]]></author>
			<pubDate>Wed, 06 Jan 2010 16:55:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4122/#p4122</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4121/#p4121</link>
			<description><![CDATA[<p>Did you export the same data to FSB. <br />Here is Starc Bands with MA Period 190. In both programs the value is same. There is no other way. The indicators and calculation methods are completely equal. The difference is in the data source. FSB uses offline historical data but FST uses live data from&nbsp; MT.</p><br /><p><a href="http://www.postimage.org/image.php?v=gx1ztJJ0"><span class="postimg"><img src="http://s1.postimage.org/1ztJJ0.jpg" alt="http://s1.postimage.org/1ztJJ0.jpg" /></span></a></p><p><a href="http://www.postimage.org/image.php?v=aV_9O50"><span class="postimg"><img src="http://s4.postimage.org/_9O50.jpg" alt="http://s4.postimage.org/_9O50.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 06 Jan 2010 13:34:26 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4121/#p4121</guid>
		</item>
		<item>
			<title><![CDATA[FST calculates false indicators values]]></title>
			<link>https://forexsb.com/forum/post/4120/#p4120</link>
			<description><![CDATA[<p>Hi,</p><p>I just wanted to report a bug in FST.<br />If you use a indicator with high values for period settings,<br />FST delivers false indicator values.</p><p>If you, for example use Starc Bands with MA Period 190 on USD/JPY,<br />the results in FSB and FST vary over 100 Pips.</p><p>Regards,</p><p>Marcel</p>]]></description>
			<author><![CDATA[null@example.com (Opioid)]]></author>
			<pubDate>Wed, 06 Jan 2010 12:01:51 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4120/#p4120</guid>
		</item>
	</channel>
</rss>
