<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — How to track performace of several FST on the same instrument ?]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/1301/" />
	<updated>2010-02-27T20:47:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/1301/how-to-track-performace-of-several-fst-on-the-same-instrument/</id>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4449/#p4449" />
			<content type="html"><![CDATA[<p>I found a free service for advanced EA statistics. Please see the updated info on the top.</p>]]></content>
			<author>
				<name><![CDATA[zenoni]]></name>
				<uri>https://forexsb.com/forum/user/1400/</uri>
			</author>
			<updated>2010-02-27T20:47:27Z</updated>
			<id>https://forexsb.com/forum/post/4449/#p4449</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4282/#p4282" />
			<content type="html"><![CDATA[<p><span class="postimg"><img src="http://img27.imageshack.us/img27/8559/fstjan.png" alt="http://img27.imageshack.us/img27/8559/fstjan.png" /></span></p><p>This is very important issue because I have 4-5 experts running on the same pair. I discovered similar anomaly, but I didn&#039;t understood the issue completely. I&#039;m glad that this issue is solved now. </p><p>Maybe you should publish the bug fix realase of the FST expert.</p><p>Great work indeed.</p><div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>It&#039;s possible to trade several strategies on one and the same couple but you have to make a little change in the expert.</p><p>1. Find on line 30 of the expert:</p><div class="codebox"><pre><code>#define EXPERT_MAGIC  20011023</code></pre></div><p>2. Change this to</p><div class="codebox"><pre><code>extern int EXPERT_MAGIC = 20011023;</code></pre></div><p>3. When starting the expert set unique ID number and EXPERT_MAGIC number. Let&#039;s say ID=12, EXPERT_MAGIC = 12.</p><p>4. For the other instance of the expert set different numbers like: ID=13, EXPERT_MAGIC = 13.</p><br /><p>Now both experts will work with their own magic numbers and the positions will not interfere each other.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[zenoni]]></name>
				<uri>https://forexsb.com/forum/user/1400/</uri>
			</author>
			<updated>2010-01-22T16:50:29Z</updated>
			<id>https://forexsb.com/forum/post/4282/#p4282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4281/#p4281" />
			<content type="html"><![CDATA[<p>This is great! I rewrote everything, I set successfully, as you write. Now only needs to be tested, that&#039;s all right.<br />Thank you.</p>]]></content>
			<author>
				<name><![CDATA[kokface]]></name>
				<uri>https://forexsb.com/forum/user/1595/</uri>
			</author>
			<updated>2010-01-22T16:03:05Z</updated>
			<id>https://forexsb.com/forum/post/4281/#p4281</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4279/#p4279" />
			<content type="html"><![CDATA[<p>It&#039;s possible to trade several strategies on one and the same couple but you have to make a little change in the expert.</p><p>1. Find on line 30 of the expert:</p><div class="codebox"><pre><code>#define EXPERT_MAGIC  20011023</code></pre></div><p>2. Change this to</p><div class="codebox"><pre><code>extern int EXPERT_MAGIC = 20011023;</code></pre></div><p>3. When starting the expert set unique ID number and EXPERT_MAGIC number. Let&#039;s say ID=12, EXPERT_MAGIC = 12.</p><p>4. For the other instance of the expert set different numbers like: ID=13, EXPERT_MAGIC = 13.</p><br /><p>Now both experts will work with their own magic numbers and the positions will not interfere each other.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2010-01-22T12:21:30Z</updated>
			<id>https://forexsb.com/forum/post/4279/#p4279</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4277/#p4277" />
			<content type="html"><![CDATA[<p>This I understand. But I want to test two different strategies at the same time a broker. I is not good, if ID = 12 end of the day to close down and ID = 11 before closing at the end of half an hour.<br />But I also understand that if it is not possible. I can not stay another way, the various currency pairs as I run a broker.</p>]]></content>
			<author>
				<name><![CDATA[kokface]]></name>
				<uri>https://forexsb.com/forum/user/1595/</uri>
			</author>
			<updated>2010-01-22T09:30:30Z</updated>
			<id>https://forexsb.com/forum/post/4277/#p4277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4276/#p4276" />
			<content type="html"><![CDATA[<p>Both strategies trade one and the same couple. Actually they control one aggregate position. If ID11 closes the position, ID12 will see it as closed.<br />A situation may arise when both strategies send close orders simultaneously. In that case the first order will be executed and the second order will be canceled (an error message may be returned). This will not break the trade.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2010-01-22T08:43:42Z</updated>
			<id>https://forexsb.com/forum/post/4276/#p4276</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4275/#p4275" />
			<content type="html"><![CDATA[<p>Hi!</p><p>In this context, a problem also encountered.</p><p>I connected with a Broker:<br />Once ID = 11 EUR/USD M30 and a second ID = 12 EUR/USD D1.<br />Both of them exit &#039;Bar closing&#039;.<br />Occurred: ID = 12 open position and ID = 11 it closes!!! ID = 12 should do though.<br />The two strategies may take a blur, though this would not be free!</p>]]></content>
			<author>
				<name><![CDATA[kokface]]></name>
				<uri>https://forexsb.com/forum/user/1595/</uri>
			</author>
			<updated>2010-01-22T08:09:18Z</updated>
			<id>https://forexsb.com/forum/post/4275/#p4275</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4205/#p4205" />
			<content type="html"><![CDATA[<p>I&#039;m going to publish new release this weekend. I&#039;ll include ID=XX</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2010-01-15T14:24:59Z</updated>
			<id>https://forexsb.com/forum/post/4205/#p4205</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to track performace of several FST on the same instrument ?]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4186/#p4186" />
			<content type="html"><![CDATA[<p>I have a such question that how can I track performants of several FST on the same instrument ?</p><p>Fore example I have 4 instances of FST with different strategies that all running on EUR/USD. How can I monitor the performance difference from each of them ?</p><p>On the current state I don&#039;t know haw to monitor the performans of each FST in this situation. I can see the overall account balance.</p><p>I have two proposals:</p><p>- I think that is important to add &quot;<strong>ID=xx</strong>&quot; of the FST into the MT &quot;Account History&quot; <strong>Comment</strong> field. It enables to monitor performance of each separate strategy based on it&#039;s ID.</p><p>- The other way is to improve FST Journal tab (or generate eacy to Excel importable log file) that tracks only losses and profits of each order.</p><p><strong>***************************************************************</strong></p><p><strong>Updated:</strong></p><p>I found a very good free service to track the performance of multiple FST&#039;s.<br />Please visit <a href="http://www.mt4i.com/">http://www.mt4i.com/</a> for more information.</p><p><em>MTI Live’s publisher EA is an alternative to the Publisher settings built in to MetaTrader 4. The MTI <br />Live publisher has several advantages compared to the built-in MT4 publication settings: </p><p>• Less bandwidth. The MTI publisher typically uses 90% less bandwidth than MT4’s publisher. <br />• <strong>EA <span class="bbu">statistics</span>. The MTI publisher can include the <span class="bbu">magic number of each trade</span>, allowing <br />analysis of results per EA. </strong><br />• More flexibility. The MTI publisher lets you choose whether to include pending and open <br />orders in your published results. You can also set a delay so that orders are not included on <br />your statement until a number of minutes after they are opened. <br />• Greater resilience. The MTI publisher recovers better from temporary network problems than <br />the built-in MT4 publisher. <br />• Simpler firewall configuration. The MTI publisher sends its data over HTTP, and will work <br />provided that you are able to browse the MTI Live website. The MT4 publisher sends its data <br />over FTP, and can be blocked by some personal firewall software or routers. <br />• More frequent publication. The MTI publisher can export your data every minute, compared to <br />a maximum frequency of every 5 minutes with MT4’s publisher.</em></p>]]></content>
			<author>
				<name><![CDATA[zenoni]]></name>
				<uri>https://forexsb.com/forum/user/1400/</uri>
			</author>
			<updated>2010-01-14T10:19:21Z</updated>
			<id>https://forexsb.com/forum/post/4186/#p4186</id>
		</entry>
</feed>
