<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/7062/" />
	<updated>2017-11-22T14:31:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/7062/ea-studio-portfolio-expert-testing-in-metatrader-4/</id>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47715/#p47715" />
			<content type="html"><![CDATA[<p>Wow, this is looking excellent!</p>]]></content>
			<author>
				<name><![CDATA[Blaiserboy]]></name>
				<uri>https://forexsb.com/forum/user/2491/</uri>
			</author>
			<updated>2017-11-22T14:31:34Z</updated>
			<id>https://forexsb.com/forum/post/47715/#p47715</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47704/#p47704" />
			<content type="html"><![CDATA[<p>Now the exported Portfolio EA contains the strategies code and can be imported back and calculated with the Validator.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2017-11-22T08:17:51Z</updated>
			<id>https://forexsb.com/forum/post/47704/#p47704</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47695/#p47695" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[yonkuro]]></name>
				<uri>https://forexsb.com/forum/user/8447/</uri>
			</author>
			<updated>2017-11-21T22:47:23Z</updated>
			<id>https://forexsb.com/forum/post/47695/#p47695</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47692/#p47692" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2017-11-21T22:16:51Z</updated>
			<id>https://forexsb.com/forum/post/47692/#p47692</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47686/#p47686" />
			<content type="html"><![CDATA[<p>Holy Cow! My trading eyes are shinning for such a beauty</p><p>Excellent news Popov</p>]]></content>
			<author>
				<name><![CDATA[ViniQ]]></name>
				<uri>https://forexsb.com/forum/user/9651/</uri>
			</author>
			<updated>2017-11-21T13:25:42Z</updated>
			<id>https://forexsb.com/forum/post/47686/#p47686</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47677/#p47677" />
			<content type="html"><![CDATA[<p>What an exciting news, is it a standalone EA?</p>]]></content>
			<author>
				<name><![CDATA[yonkuro]]></name>
				<uri>https://forexsb.com/forum/user/8447/</uri>
			</author>
			<updated>2017-11-21T10:14:21Z</updated>
			<id>https://forexsb.com/forum/post/47677/#p47677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47672/#p47672" />
			<content type="html"><![CDATA[<p>Great news! Thanks a lot!</p>]]></content>
			<author>
				<name><![CDATA[rjectweb]]></name>
				<uri>https://forexsb.com/forum/user/9830/</uri>
			</author>
			<updated>2017-11-21T05:50:49Z</updated>
			<id>https://forexsb.com/forum/post/47672/#p47672</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[EA Studio Portfolio Expert testing in MetaTrader 4]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/47668/#p47668" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2017-11-21T00:54:05Z</updated>
			<id>https://forexsb.com/forum/post/47668/#p47668</id>
		</entry>
</feed>
