<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — EA work on strategy tester but not in live]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/8950/" />
	<updated>2021-11-07T20:26:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/8950/ea-work-on-strategy-tester-but-not-in-live/</id>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66792/#p66792" />
			<content type="html"><![CDATA[<p>The problem was in the code that calculates the minimum required bars for the experts.</p><p>Thanks to your report it is fixed now in the new FSB Pro 3.8.9.</p><p>Trade safe!</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2021-11-07T20:26:45Z</updated>
			<id>https://forexsb.com/forum/post/66792/#p66792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66790/#p66790" />
			<content type="html"><![CDATA[<p>Perfect, Thank you very much for your fast solution!</p>]]></content>
			<author>
				<name><![CDATA[jordytr971]]></name>
				<uri>https://forexsb.com/forum/user/10696/</uri>
			</author>
			<updated>2021-11-07T19:00:37Z</updated>
			<id>https://forexsb.com/forum/post/66790/#p66790</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66789/#p66789" />
			<content type="html"><![CDATA[<p>The actual problem is that the expert doesn&#039;t load enough bars. <br />The expert searches for 104 bars, but the EMA Crossover requires 106 in this particular case.</p><p>Please search for this line and replace 104 with 106. It is line 3221 in my file.<br /></p><div class="codebox"><pre><code>strategy.MinBarsRequired        = 104;</code></pre></div><p>I&#039;ll find the reason for the bug and will fix it.</p><p>Thank you for the report!</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2021-11-07T18:54:23Z</updated>
			<id>https://forexsb.com/forum/post/66789/#p66789</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66788/#p66788" />
			<content type="html"><![CDATA[<p>I see value differences bigger than sigma so it should work...</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2021-11-07T18:24:31Z</updated>
			<id>https://forexsb.com/forum/post/66788/#p66788</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66787/#p66787" />
			<content type="html"><![CDATA[<p>Okay, I&#039;ve make test with EA studio and it work fine, no issue at all with exact same strategy</p>]]></content>
			<author>
				<name><![CDATA[jordytr971]]></name>
				<uri>https://forexsb.com/forum/user/10696/</uri>
			</author>
			<updated>2021-11-07T18:20:02Z</updated>
			<id>https://forexsb.com/forum/post/66787/#p66787</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66785/#p66785" />
			<content type="html"><![CDATA[<p>Just for a test, I changed the periods of the entry MA to 10 and 30 and it started opening.</p><p>It is possible because the periods of MA&#039;s is relatively longer, it doesn&#039;t make a bigger difference between the values. </p><p>There is a threshold variable called &quot;sigma&quot; which server to ensure enough significance of the values in order to provide a reliable signal. However, it looks like there is a difference in the recession of the calculations between MT and FSB Pro, which plays a role in some cases.</p><p>I&#039;ll make further tests.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2021-11-07T17:46:58Z</updated>
			<id>https://forexsb.com/forum/post/66785/#p66785</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66784/#p66784" />
			<content type="html"><![CDATA[<p>No, I do not have any errors.<br />It do not open any trade on other TF or pairs than USDCAD M15.</p><p>I&#039;ve tried it on the tester on M1 and it do not open any trade at all</p>]]></content>
			<author>
				<name><![CDATA[jordytr971]]></name>
				<uri>https://forexsb.com/forum/user/10696/</uri>
			</author>
			<updated>2021-11-07T17:20:06Z</updated>
			<id>https://forexsb.com/forum/post/66784/#p66784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66783/#p66783" />
			<content type="html"><![CDATA[<p>&gt; does the strategy is &quot;locked&quot; to the symbol that I&#039;ve generated the EA on ?</p><p>You can test and run a strategy on any market in MT.</p><p>..</p><p>Do you see any errors in the MT&#039;s &quot;Expert&quot; output?</p><p>When I search for a bug I run a strategy on several M1 charts for a night. If the indicators work well on M1, they will work on your original timeframe. (except in the case they are bound to time.)</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2021-11-07T17:06:43Z</updated>
			<id>https://forexsb.com/forum/post/66783/#p66783</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66781/#p66781" />
			<content type="html"><![CDATA[<p>Sorry, I think I had .</p>]]></content>
			<author>
				<name><![CDATA[jordytr971]]></name>
				<uri>https://forexsb.com/forum/user/10696/</uri>
			</author>
			<updated>2021-11-07T13:35:44Z</updated>
			<id>https://forexsb.com/forum/post/66781/#p66781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66780/#p66780" />
			<content type="html"><![CDATA[<p>You have to add that strategy to your post, otherwise how can someone help you?</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2021-11-07T13:07:21Z</updated>
			<id>https://forexsb.com/forum/post/66780/#p66780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[EA work on strategy tester but not in live]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/66779/#p66779" />
			<content type="html"><![CDATA[<p>Hello, I&#039;ve created a simple moving average strategy with FSB but it does not open any trade, It work good on the strategy tester mt4 but does not work on live chart.</p><p>I&#039;ve tried the EA with strategy tester on others symbol and it do not open any trade.<br />When I generate a strategy with FSB, does the strategy is &quot;locked&quot; to the symbol that I&#039;ve generated the EA on ?</p><p>Thank you</p>]]></content>
			<author>
				<name><![CDATA[jordytr971]]></name>
				<uri>https://forexsb.com/forum/user/10696/</uri>
			</author>
			<updated>2021-11-07T12:20:00Z</updated>
			<id>https://forexsb.com/forum/post/66779/#p66779</id>
		</entry>
</feed>
