<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Add a trailing stop into EA portfolio]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/7153/" />
	<updated>2018-01-05T12:30:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/7153/add-a-trailing-stop-into-ea-portfolio/</id>
		<entry>
			<title type="html"><![CDATA[Re: Add a trailing stop into EA portfolio]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/48579/#p48579" />
			<content type="html"><![CDATA[<p>OK I understand your concerns. But I will test the EA portfolio with a trailing stop like that if I can get a better performance or not, it will be really helpful, but of course on my own risk:<br /></p><div class="codebox"><pre><code>//---TrailingStop     ----//
static input stringTSName1     = &quot;Trailing Stop Limit&quot;; 
static input bool   UseTrailingStop    = True; // Use Trailing Stop, True (Yes) or False (Not)
static input double TrailingStop       = 35.0; // If Use Trailing Stop True, default value 35
static input double TrailingStopStep   = 5.0;  // Input Trailing Stop Step Value (default 5.0)</code></pre></div><p>Thanks for helping anyone..</p>]]></content>
			<author>
				<name><![CDATA[ChristianS]]></name>
				<uri>https://forexsb.com/forum/user/10254/</uri>
			</author>
			<updated>2018-01-05T12:30:20Z</updated>
			<id>https://forexsb.com/forum/post/48579/#p48579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add a trailing stop into EA portfolio]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/48544/#p48544" />
			<content type="html"><![CDATA[<p>Adding a trailing stop will change the strategy behavior and the trading will not correspond to the backtest. This may reduce the strategy performance.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-01-03T20:16:10Z</updated>
			<id>https://forexsb.com/forum/post/48544/#p48544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Add a trailing stop into EA portfolio]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/48542/#p48542" />
			<content type="html"><![CDATA[<p>Hi, can someone help how and where I can add the trailing stop in the EA portfolio coding?</p><p>For example when EA is 50 pips in profit start trailing stop 30 pips below the actually price.</p><p>Maybe in next time it is automatically included when we save the EA portfolio.</p>]]></content>
			<author>
				<name><![CDATA[ChristianS]]></name>
				<uri>https://forexsb.com/forum/user/10254/</uri>
			</author>
			<updated>2018-01-03T18:15:55Z</updated>
			<id>https://forexsb.com/forum/post/48542/#p48542</id>
		</entry>
</feed>
