<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Big difference between FSB backtest and MT backtest]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/5403/" />
	<updated>2015-07-30T02:11:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/5403/big-difference-between-fsb-backtest-and-mt-backtest/</id>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30947/#p30947" />
			<content type="html"><![CDATA[<p>also i am running the same strategy&#039;&#039;in post 1&#039;&#039; for one hour&nbsp; linking all slots but i see only a down curve!!!</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2015-07-30T02:11:43Z</updated>
			<id>https://forexsb.com/forum/post/30947/#p30947</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30946/#p30946" />
			<content type="html"><![CDATA[<p>hey Dedok and all </p><p>When i downloaded the strategy posted here it gave me a bad results in FSB !!!!&nbsp; <br />and when i checked the two indicators and how they excute trades within FSB i found there is no problem as well </p><p>THE ONLY THING I FOUND WRONG in the code and i donot know if this is the reason&nbsp; of the problem or not :</p><p>Current code ;<br /></p><div class="codebox"><pre><code>// The NumericUpDown parameters
            IndParam.NumParam[1].Caption = &quot;Digits&quot;;
            IndParam.NumParam[1].Value   = 2;
           [b] IndParam.NumParam[1].Min     = 1;[/b]
            IndParam.NumParam[1].Max     = 4;
            IndParam.NumParam[1].Enabled = true;
            IndParam.NumParam[1].ToolTip = &quot;Number of digits to be rounded.&quot;;</code></pre></div><p>You need to make the minimum = 2 not 1</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2015-07-30T01:53:17Z</updated>
			<id>https://forexsb.com/forum/post/30946/#p30946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30035/#p30035" />
			<content type="html"><![CDATA[<p>When you open the strategy from the repository, you save it with its unique name...... and then do whatever.... optimize, then save it again....</p><p>Of course if you restart FSB without having saved the thing you will have a mess.</p><p>I have done a lot of this sort of work and not yet experienced what you are describing, I do this all day long...... I think your technique is faulty, you have to be sure to save the one you want if you are going to close FSB and restart.</p><p>Any changes to FSB are going to change results.</p>]]></content>
			<author>
				<name><![CDATA[Blaiserboy]]></name>
				<uri>https://forexsb.com/forum/user/2491/</uri>
			</author>
			<updated>2015-06-18T16:10:44Z</updated>
			<id>https://forexsb.com/forum/post/30035/#p30035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30033/#p30033" />
			<content type="html"><![CDATA[<p>Try to&nbsp; use slot 0.01</p>]]></content>
			<author>
				<name><![CDATA[GD]]></name>
				<uri>https://forexsb.com/forum/user/8542/</uri>
			</author>
			<updated>2015-06-18T14:53:02Z</updated>
			<id>https://forexsb.com/forum/post/30033/#p30033</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30032/#p30032" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>You have probably changed something&nbsp; - Data Horizon settings, data files, account settings...</p></blockquote></div><p>Hmm.. no <img src="https://forexsb.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /> did everything just like on video lessons.</p>]]></content>
			<author>
				<name><![CDATA[dedok3000]]></name>
				<uri>https://forexsb.com/forum/user/8450/</uri>
			</author>
			<updated>2015-06-18T14:29:19Z</updated>
			<id>https://forexsb.com/forum/post/30032/#p30032</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30031/#p30031" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Also when I was generating these strategies (few days ago) I saw the same chart on the strategy page as the one from repository page. Now when I reopened FSB I see this bad chart</p></blockquote></div><p>You have probably changed something&nbsp; - Data Horizon settings, data files, account settings...</p><div class="quotebox"><blockquote><p>Well &quot;Ross Hook&quot; is a custom indicator as well?</p></blockquote></div><p>Yes, it is.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-06-18T14:21:26Z</updated>
			<id>https://forexsb.com/forum/post/30031/#p30031</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30030/#p30030" />
			<content type="html"><![CDATA[<p>Well &quot;Ross Hook&quot; is a custom indicator as well?</p>]]></content>
			<author>
				<name><![CDATA[dedok3000]]></name>
				<uri>https://forexsb.com/forum/user/8450/</uri>
			</author>
			<updated>2015-06-18T14:08:06Z</updated>
			<id>https://forexsb.com/forum/post/30030/#p30030</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30029/#p30029" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>If you have used OOS, the collection was generated on partial data.</p></blockquote></div><p>OOS = All data.<br />Also when I was generating these strategies (few days ago) I saw the same chart on the strategy page as the one from repository page. Now when I reopened FSB I see this bad chart <img src="https://forexsb.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[dedok3000]]></name>
				<uri>https://forexsb.com/forum/user/8450/</uri>
			</author>
			<updated>2015-06-18T14:05:18Z</updated>
			<id>https://forexsb.com/forum/post/30029/#p30029</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30028/#p30028" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Noticed one weird thing... in the collections these strategies look awesome:<br />but when I switch to a strategy tab I see the &#039;real&#039; picture:</p></blockquote></div><p>Both charts are real, but represent different states.</p><p>The strategy collection shows stats and charts from the data on which the strategies were generated on. When you later open a strategy the program loads the latest data and recalculates the backtest.</p><p>If you have used OOS, the collection was generated on partial data.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-06-18T13:55:34Z</updated>
			<id>https://forexsb.com/forum/post/30028/#p30028</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30027/#p30027" />
			<content type="html"><![CDATA[<p>do u know that u can click in the repository on &#039;open&#039; to open the relevant strategy, that wioll probably give you better results</p><p>Shade the one u want, then click open and it will be as in the repository.</p><p>I think that is the error</p>]]></content>
			<author>
				<name><![CDATA[Blaiserboy]]></name>
				<uri>https://forexsb.com/forum/user/2491/</uri>
			</author>
			<updated>2015-06-18T13:51:57Z</updated>
			<id>https://forexsb.com/forum/post/30027/#p30027</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30026/#p30026" />
			<content type="html"><![CDATA[<p>&quot;Round Number II Plus&quot; is a custom indicator you have probably downloaded from our repository. We are not the authors. This one is created by Ahmed - a member of our community. You can read who created the indicator in the page in the repository.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-06-18T13:50:22Z</updated>
			<id>https://forexsb.com/forum/post/30026/#p30026</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30025/#p30025" />
			<content type="html"><![CDATA[<p>how much data is OOS</p>]]></content>
			<author>
				<name><![CDATA[Blaiserboy]]></name>
				<uri>https://forexsb.com/forum/user/2491/</uri>
			</author>
			<updated>2015-06-18T13:49:59Z</updated>
			<id>https://forexsb.com/forum/post/30025/#p30025</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30022/#p30022" />
			<content type="html"><![CDATA[<p>Who is Ahmed?</p><p>Same for almost all other strategies <img src="https://forexsb.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Noticed one weird thing... in the collections these strategies look awesome:</p><p><a href="http://postimg.org/image/k466115l7/"><span class="postimg"><img src="http://s9.postimg.org/k466115l7/image.jpg" alt="http://s9.postimg.org/k466115l7/image.jpg" /></span></a></p><p>but when I switch to a strategy tab I see the &#039;real&#039; picture:</p><p><a href="http://postimg.org/image/dd9yo2ymp/"><span class="postimg"><img src="http://s16.postimg.org/dd9yo2ymp/image.jpg" alt="http://s16.postimg.org/dd9yo2ymp/image.jpg" /></span></a></p><p>What should I do? <img src="https://forexsb.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[dedok3000]]></name>
				<uri>https://forexsb.com/forum/user/8450/</uri>
			</author>
			<updated>2015-06-18T13:34:31Z</updated>
			<id>https://forexsb.com/forum/post/30022/#p30022</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30002/#p30002" />
			<content type="html"><![CDATA[<p>I just compared the values:</p><p><a href="http://postimg.org/image/erdqblm89/"><span class="postimg"><img src="http://s28.postimg.org/erdqblm89/screenshot_983.jpg" alt="http://s28.postimg.org/erdqblm89/screenshot_983.jpg" /></span></a></p><p>It looks like the Round Number II Plus indicator shows different values in FSB and MT. I hope Ahmed will fix it. Higher Round number = 1.16667 doesn&#039;t look rounded at all.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-06-18T08:43:35Z</updated>
			<id>https://forexsb.com/forum/post/30002/#p30002</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Big difference between FSB backtest and MT backtest]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/29995/#p29995" />
			<content type="html"><![CDATA[<p>If there is an error, it must be fixed immediately. Please update your FSB Pro data directly from a chart. Run the expert on that chart and compare the latest indicator values with the values in the FSB Pro&#039;s Indicator Chart. If there is differences in an indicator please report. Use Ctrl+S to save data from a chart.</p><p>The second check is to run the expert on MT&#039;s backtester on a predefined time period and to compare the deals with the FSB Pro chart. Please note that if you have used &quot;Download data&quot; function in MT, the backtesting data of MT will be different than the data in the MT chart.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-06-18T06:34:46Z</updated>
			<id>https://forexsb.com/forum/post/29995/#p29995</id>
		</entry>
</feed>
