<?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 Studio Portfolio Expert testing in MetaTrader 4]]></title>
		<link>https://forexsb.com/forum/topic/7062/ea-studio-portfolio-expert-testing-in-metatrader-4/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/7062/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in EA Studio Portfolio Expert testing in MetaTrader 4.]]></description>
		<lastBuildDate>Wed, 22 Nov 2017 14:31:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47715/#p47715</link>
			<description><![CDATA[<p>Wow, this is looking excellent!</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Wed, 22 Nov 2017 14:31:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47715/#p47715</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47704/#p47704</link>
			<description><![CDATA[<p>Now the exported Portfolio EA contains the strategies code and can be imported back and calculated with the Validator.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 22 Nov 2017 08:17:51 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47704/#p47704</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47695/#p47695</link>
			<description><![CDATA[<p>Truly a masterpiece, thank you very much <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (yonkuro)]]></author>
			<pubDate>Tue, 21 Nov 2017 22:47:23 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47695/#p47695</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47692/#p47692</link>
			<description><![CDATA[<p>Dear traders,</p><p>We have Portfolio Experts that can be tested in MetaTrader. (please reload the app)</p><p>Please test it carefully and report all issues. This Portfolio Expert will replace the previous cloud calculated one.</p><br /><p><span class="postimg"><img src="https://s2.postimg.org/v1keti29l/screenshot_441.png" alt="https://s2.postimg.org/v1keti29l/screenshot_441.png" /></span></p><br /><br /><p>You export a complete MQL code with all indicators and calculations.</p><p>The Portfolio must be calculated in order to be able to export a Portfolio Expert.</p><br /><br /><br /><p>It is easy to stop particular strategies to trade by commenting out or deleting the entry or exit signals functions. You can stop only the entries by removing only the GetEntrySignal_0XX(); function call.</p><br /><div class="codebox"><pre><code>void SetSignals(Signal *&amp;signalList[])
  {
   int i=0;
   ArrayResize(signalList,2*strategiesCount);

   signalList[i++] = GetExitSignal_00();
   signalList[i++] = GetEntrySignal_00();

   signalList[i++] = GetExitSignal_01();
   signalList[i++] = GetEntrySignal_01();

   //signalList[i++] = GetExitSignal_02();
   //signalList[i++] = GetEntrySignal_02();

   //signalList[i++] = GetExitSignal_03();
   //signalList[i++] = GetEntrySignal_03();</code></pre></div><p>The current version of the Portfolio doesn&#039;t have the strategies meta data and cannot be imported back in EA Studio. I&#039;ll add this feature tomorrow.</p><p>Have fun with this new expert and <strong>Trade Safe</strong>!</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 21 Nov 2017 22:16:51 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47692/#p47692</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47686/#p47686</link>
			<description><![CDATA[<p>Holy Cow! My trading eyes are shinning for such a beauty</p><p>Excellent news Popov</p>]]></description>
			<author><![CDATA[null@example.com (ViniQ)]]></author>
			<pubDate>Tue, 21 Nov 2017 13:25:42 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47686/#p47686</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47677/#p47677</link>
			<description><![CDATA[<p>What an exciting news, is it a standalone EA?</p>]]></description>
			<author><![CDATA[null@example.com (yonkuro)]]></author>
			<pubDate>Tue, 21 Nov 2017 10:14:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47677/#p47677</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47672/#p47672</link>
			<description><![CDATA[<p>Great news! Thanks a lot!</p>]]></description>
			<author><![CDATA[null@example.com (rjectweb)]]></author>
			<pubDate>Tue, 21 Nov 2017 05:50:49 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47672/#p47672</guid>
		</item>
		<item>
			<title><![CDATA[EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link>https://forexsb.com/forum/post/47668/#p47668</link>
			<description><![CDATA[<p>Hello Traders,</p><p>I just tested a Portfolio Expert in MetaTrader 4.<br />Very soon it will be possible to export such Portfolio Experts from EA Studio.</p><p>There is almost a complete match of the profit between the MT test and the EA Studio stats.</p><br /><p><span class="postimg"><img src="https://s2.postimg.org/mc58sbhyx/screenshot_440.png" alt="https://s2.postimg.org/mc58sbhyx/screenshot_440.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 21 Nov 2017 00:54:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47668/#p47668</guid>
		</item>
	</channel>
</rss>
