<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — entry and exit strategy]]></title>
		<link>https://forexsb.com/forum/topic/6298/entry-and-exit-strategy/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/6298/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in entry and exit strategy.]]></description>
		<lastBuildDate>Wed, 14 Sep 2016 08:01:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38609/#p38609</link>
			<description><![CDATA[<p>thank you Popov<br />this is exactly what I&#039;m requesting.<br />I dont expect FSB Pro to be able to do this.<br />based on my example above, how do we exposed this as input parameters?<br /><span style="color:blue">i.e. One of the EA input parameter for Envelope indicator would be<br />Close an existing short position : At Lower Band of Envelopes | At Upper Band of Envelopes (options in a dropdown list)?</span><br />an example like how u answered my &quot;hiding parameters question&quot; is much appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (samozta)]]></author>
			<pubDate>Wed, 14 Sep 2016 08:01:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38609/#p38609</guid>
		</item>
		<item>
			<title><![CDATA[Re: entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38607/#p38607</link>
			<description><![CDATA[<p>You can test it in MT5.<br />You can modify the logical rules in the source code. You can also expose them in the input parameters, but you have to program this in the EA code. There is no option for that in FSB Pro.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 14 Sep 2016 07:48:54 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38607/#p38607</guid>
		</item>
		<item>
			<title><![CDATA[Re: entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38605/#p38605</link>
			<description><![CDATA[<p>ok, so its not possible to also modify them just so we can backtest in mt5 etc?</p>]]></description>
			<author><![CDATA[null@example.com (samozta)]]></author>
			<pubDate>Wed, 14 Sep 2016 07:43:32 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38605/#p38605</guid>
		</item>
		<item>
			<title><![CDATA[Re: entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38604/#p38604</link>
			<description><![CDATA[<p>No, it is not possible. We use FSB Pro for modifying and testing the strategies because we think it has a better backtester. </p><p>A change in the logical rules may significantly change the behavior of the EA and without a proper backtest end robustness analysis it is too risky for trading.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 14 Sep 2016 07:38:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38604/#p38604</guid>
		</item>
		<item>
			<title><![CDATA[Re: entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38603/#p38603</link>
			<description><![CDATA[<p>Hi Popov<br />Not sure if u understand my question correctly<br />I understand your solution above<br />My question is instead of hardcoding &quot;Close an existing short position at Lower Band of Envelopes&quot;, <br />is it possible to parameterized the above options;<br />i.e. One of the EA input parameter for Envelope indicator would be<br />Close an existing short position : At Lower Band of Envelopes | At Upper Band of Envelopes (options in a dropdown list)?</p><p>if u can provide advice how to modify the codes to the above, would be great. tq so much</p>]]></description>
			<author><![CDATA[null@example.com (samozta)]]></author>
			<pubDate>Wed, 14 Sep 2016 07:30:39 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38603/#p38603</guid>
		</item>
		<item>
			<title><![CDATA[Re: entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38601/#p38601</link>
			<description><![CDATA[<p>You have to set only the logic rules for <strong>Long</strong> entry and FSB Pro will apply mirror rules for the short entries.</p><p>You can see the complete rule sin the Overview page.</p><p><span class="postimg"><img src="http://s12.postimg.org/9euji1lzx/screenshot_2.png" alt="http://s12.postimg.org/9euji1lzx/screenshot_2.png" /></span></p><p>And in Overview:</p><p><strong>Logic</strong></p><p><strong>Opening (Entry Signal)</strong></p><p>Open a new long position at the beginning of the bar when the following logic condition is satisfied:<br />&nbsp; * the bar opens below Upper Band of Bollinger Bands* (Simple, Close, 20, 2.00). </p><p>Open a new short position at the beginning of the bar when the following logic condition is satisfied:<br />&nbsp; * the bar opens above Lower Band of Bollinger Bands* (Simple, Close, 20, 2.00). </p><p><strong>Closing (Exit Signal)</strong></p><p>Close an existing long position at Upper Band of Envelopes* (Simple, Close, 14, 1.00).</p><p>Close an existing short position at Lower Band of Envelopes* (Simple, Close, 14, 1.00).</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 14 Sep 2016 07:09:38 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38601/#p38601</guid>
		</item>
		<item>
			<title><![CDATA[entry and exit strategy]]></title>
			<link>https://forexsb.com/forum/post/38595/#p38595</link>
			<description><![CDATA[<p>Hello all<br />I&#039;m new<br />Just starting to test out the software.<br />How do i parameterized the entry and exit strategy<br />for eg. for entry strategy (Bollinger band)</p><p>I wish to have two input parameter for BUY<br />For Bollinger Band, two parameter selection as below;<br /> The bar opens below upper band<br /> The Bar opens above upper band</p><p>and for exit strategy (Envelope)<br />two parameter selection</p><p>Exit long at upper band<br />Exit long at lower band</p><p>So the entry and exit strategies to be parameterized instead of hardcoded.</p><p>Please advise if the above is possible?</p>]]></description>
			<author><![CDATA[null@example.com (samozta)]]></author>
			<pubDate>Wed, 14 Sep 2016 04:53:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/38595/#p38595</guid>
		</item>
	</channel>
</rss>
