<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — EA work on strategy tester but not in live]]></title>
		<link>https://forexsb.com/forum/topic/8950/ea-work-on-strategy-tester-but-not-in-live/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/8950/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in EA work on strategy tester but not in live.]]></description>
		<lastBuildDate>Sun, 07 Nov 2021 20:26:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66792/#p66792</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 07 Nov 2021 20:26:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66792/#p66792</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66790/#p66790</link>
			<description><![CDATA[<p>Perfect, Thank you very much for your fast solution!</p>]]></description>
			<author><![CDATA[null@example.com (jordytr971)]]></author>
			<pubDate>Sun, 07 Nov 2021 19:00:37 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66790/#p66790</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66789/#p66789</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 07 Nov 2021 18:54:23 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66789/#p66789</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66788/#p66788</link>
			<description><![CDATA[<p>I see value differences bigger than sigma so it should work...</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Sun, 07 Nov 2021 18:24:31 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66788/#p66788</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66787/#p66787</link>
			<description><![CDATA[<p>Okay, I&#039;ve make test with EA studio and it work fine, no issue at all with exact same strategy</p>]]></description>
			<author><![CDATA[null@example.com (jordytr971)]]></author>
			<pubDate>Sun, 07 Nov 2021 18:20:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66787/#p66787</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66785/#p66785</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 07 Nov 2021 17:46:58 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66785/#p66785</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66784/#p66784</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (jordytr971)]]></author>
			<pubDate>Sun, 07 Nov 2021 17:20:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66784/#p66784</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66783/#p66783</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 07 Nov 2021 17:06:43 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66783/#p66783</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66781/#p66781</link>
			<description><![CDATA[<p>Sorry, I think I had .</p>]]></description>
			<author><![CDATA[null@example.com (jordytr971)]]></author>
			<pubDate>Sun, 07 Nov 2021 13:35:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66781/#p66781</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66780/#p66780</link>
			<description><![CDATA[<p>You have to add that strategy to your post, otherwise how can someone help you?</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Sun, 07 Nov 2021 13:07:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66780/#p66780</guid>
		</item>
		<item>
			<title><![CDATA[EA work on strategy tester but not in live]]></title>
			<link>https://forexsb.com/forum/post/66779/#p66779</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (jordytr971)]]></author>
			<pubDate>Sun, 07 Nov 2021 12:20:00 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/66779/#p66779</guid>
		</item>
	</channel>
</rss>
