<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — the ea doesn't apply all logics together on mt4 tester]]></title>
		<link>https://forexsb.com/forum/topic/6804/the-ea-doesnt-apply-all-logics-together-on-mt4-tester/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/6804/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in the ea doesn't apply all logics together on mt4 tester.]]></description>
		<lastBuildDate>Wed, 09 Aug 2017 20:00:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45432/#p45432</link>
			<description><![CDATA[<p>Sorry i didn&#039;t explain myself well, it takes me a huge amount of time to test &quot;manually&quot; and thats why i wish i can put it in an EA as a logic to save me time, and im using fsb to do so</p><p>So far it has been an awesome strategy builder, my own knowledge of using it is probably whats limiting me from getting the best out of it, thats why im asking a lot of questions to understand it faster and code everything into an EA</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Wed, 09 Aug 2017 20:00:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45432/#p45432</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45431/#p45431</link>
			<description><![CDATA[<div class="quotebox"><cite>o0omin wrote:</cite><blockquote><p>This is what worked well for me, testing 2 instruments for 1 year each, each 8 trades i get one loss and it doesn&#039;t wipe out my account, but it takes a huge amount of time to test the rest of the pairs</p></blockquote></div><p>Huge amount of time? With FSB&#039;s realtime backtesting where you see the result in an instant?</p><p>if my memory serves me correct, there is a slight calculation differenc between MT&#039;s MACD and FSB&#039;s, you have to take that into account as well.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 09 Aug 2017 17:20:15 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45431/#p45431</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45422/#p45422</link>
			<description><![CDATA[<p>This is in comparison to the previous bar @ 19:59 which was -139</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Wed, 09 Aug 2017 11:38:14 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45422/#p45422</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45414/#p45414</link>
			<description><![CDATA[<p>Well it does look like its doing what you are describing when it&#039;s rising &quot;taking values of previous bars right before entering the trade&quot; but what i found out to be working for me is when its obviously pointing to the upside, otherwise i will get too many risky trades</p><p>This is what worked well for me, testing 2 instruments for 1 year each, each 8 trades i get one loss and it doesn&#039;t wipe out my account, but it takes a huge amount of time to test the rest of the pairs and i wish i can put it in an EA as a logic</p><br /><p><a href="https://postimg.org/image/gbd4m71vv/"><span class="postimg"><img src="https://s1.postimg.org/gbd4m71vv/image.jpg" alt="https://s1.postimg.org/gbd4m71vv/image.jpg" /></span></a></p><br /><br /><p><a href="https://postimg.org/image/n0ipc958b/"><span class="postimg"><img src="https://s1.postimg.org/n0ipc958b/image.jpg" alt="https://s1.postimg.org/n0ipc958b/image.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Wed, 09 Aug 2017 05:36:26 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45414/#p45414</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45409/#p45409</link>
			<description><![CDATA[<div class="quotebox"><cite>o0omin wrote:</cite><blockquote><p>Alright i made a few tests, still don&#039;t know what am i doing wrong ..</p><p>So i added one logic only of each of those two parameters &quot;MACD line rises&quot; and &quot;MACD line changes direction upward&quot;, each one in a separate EA so i had two EAs to test, each one has only one logic</p><p>Before all that i had an EA that consists of all the logics that i wanted but the EA behaved the same exact way, and thats why i got confused</p><p>On the part where i can chose &quot;the longer time-frame&quot; my choice was the &quot;15m&quot; for both, while the strategy was made to work on the 1m chart</p><p>Testing the results to differentiate between the two logics on MT4 the MACD on both logics behaved in a non-specific way which means it could be pointing downwards, upwards, or not pointing at any direction &quot;just a flat line&quot; and sometimes it starts moving upward before opening a trade</p><p>What i was expecting is for the MACD to be pointing upwards at all timeson the higher time-frame before the order opens in case of &quot;MACD line rises&quot;</p><p>The algorithm seems to be working in some trades but at certain times the MACD line will be pointing frankly downwards and a trade will be open, which is the opposite of how i want it to behave</p><p>so to correct myself the fsb pro will execute all logics but the logic that i need to add in the algorithm must to be &quot;MACD pointing upwards&quot; at all times</p><p>From the tests that i made i found two things:-</p><p>1-&quot;MACD line Rising&quot; could either mean that its pointing upwards, downwards, or flat before it continues to rise</p><p>2-&quot;MACD line Changes direction&quot; upwards means the exact same thing </p><p>Both cases MACD behaves the same way</p><p>Tests were made on a 1m chart</p><p>The logics were both added on the 15m time-frame with parameters -Fast MA 4, Slow MA 8, Singal line 8-</p></blockquote></div><p>Determining whether indi is pointing somewhere or just a flat line visually is discretionary trading in my opinion, what FSB does is that it takes indicator values and compares them to determine if the indi has risen or fallen or has it changed direction and so on. Another important aspect is to take into account previous bar value! This means, depending on indicator settings, signal for current bar gets raised by comparing values for previous bar and the bar before previous bar. I have to admit that I don&#039;t see what you are seeing.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 09 Aug 2017 00:04:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45409/#p45409</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45405/#p45405</link>
			<description><![CDATA[<p>and the other one</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Tue, 08 Aug 2017 21:18:40 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45405/#p45405</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45404/#p45404</link>
			<description><![CDATA[<p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Tue, 08 Aug 2017 21:17:38 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45404/#p45404</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45401/#p45401</link>
			<description><![CDATA[<p>If you use &#039;Post Rely&#039; located at the top right corner of the page, there is a way to add files.</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Tue, 08 Aug 2017 21:11:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45401/#p45401</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45400/#p45400</link>
			<description><![CDATA[<p>there is no button for attaching the file by the way, i can only see img, url, post image .. etc</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Tue, 08 Aug 2017 21:08:18 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45400/#p45400</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45399/#p45399</link>
			<description><![CDATA[<p>Alright i made a few tests, still don&#039;t know what am i doing wrong ..</p><p>So i added one logic only of each of those two parameters &quot;MACD line rises&quot; and &quot;MACD line changes direction upward&quot;, each one in a separate EA so i had two EAs to test, each one has only one logic</p><p>Before all that i had an EA that consists of all the logics that i wanted but the EA behaved the same exact way, and thats why i got confused</p><p>On the part where i can chose &quot;the longer time-frame&quot; my choice was the &quot;15m&quot; for both, while the strategy was made to work on the 1m chart</p><p>Testing the results to differentiate between the two logics on MT4 the MACD on both logics behaved in a non-specific way which means it could be pointing downwards, upwards, or not pointing at any direction &quot;just a flat line&quot; and sometimes it starts moving upward before opening a trade</p><p>What i was expecting is for the MACD to be pointing upwards at all timeson the higher time-frame before the order opens in case of &quot;MACD line rises&quot;</p><p>The algorithm seems to be working in some trades but at certain times the MACD line will be pointing frankly downwards and a trade will be open, which is the opposite of how i want it to behave</p><p>so to correct myself the fsb pro will execute all logics but the logic that i need to add in the algorithm must to be &quot;MACD pointing upwards&quot; at all times</p><p>From the tests that i made i found two things:-</p><p>1-&quot;MACD line Rising&quot; could either mean that its pointing upwards, downwards, or flat before it continues to rise</p><p>2-&quot;MACD line Changes direction&quot; upwards means the exact same thing </p><p>Both cases MACD behaves the same way</p><p>Tests were made on a 1m chart</p><p>The logics were both added on the 15m time-frame with parameters -Fast MA 4, Slow MA 8, Singal line 8-</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Tue, 08 Aug 2017 21:06:07 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45399/#p45399</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45382/#p45382</link>
			<description><![CDATA[<p>Im working on it now, im on a MACD strategy but using very small values, gonna post updates soon to be more precise</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Tue, 08 Aug 2017 17:25:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45382/#p45382</guid>
		</item>
		<item>
			<title><![CDATA[Re: the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45381/#p45381</link>
			<description><![CDATA[<p>What makes you say this? Can you elaborate on it? Attach your EA also for check-up.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 08 Aug 2017 17:08:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45381/#p45381</guid>
		</item>
		<item>
			<title><![CDATA[the ea doesn't apply all logics together on mt4 tester]]></title>
			<link>https://forexsb.com/forum/post/45378/#p45378</link>
			<description><![CDATA[<p>Hi, i can&#039;t seem to make the fsb generated EA execute all the logics together in each trade when i use it on mt4 strategy tester, it always seems to be missing one or 2 logics while it applies all the rest of the logics together, even though they are all put in the same default group A.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (o0omin)]]></author>
			<pubDate>Tue, 08 Aug 2017 15:33:20 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/45378/#p45378</guid>
		</item>
	</channel>
</rss>
