<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Grid strategy]]></title>
		<link>https://forexsb.com/forum/topic/5547/grid-strategy/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/5547/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Grid strategy.]]></description>
		<lastBuildDate>Sun, 30 Aug 2015 05:19:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Grid strategy]]></title>
			<link>https://forexsb.com/forum/post/31319/#p31319</link>
			<description><![CDATA[<p>You can use all possible signals and entries based on price actions in FSB. The only limitation is that the program can make one entry in a direction per bar. That means you can do the following actions per bar:</p><p>At Bar Opening:<br /> - transfer a previously open position (automatically)<br /> - add to/reduce/reverse a transferred position<br /> - open a new long / short position<br /> - close at Margin Call</p><p>During the bar<br /> - add to/reduce/reverse a transferred position<br /> - close a transferred position at indicator/SL/TP/BE/Trailing Stop<br /> - open a new long/short position<br /> - close a newly open position at indicator/SL/TP/BE/Trailing Stop<br /> - close at Margin Call</p><p>At Bar Closing<br /> - close a position<br /> - open a new long/short position<br /> - add to/reduce/reverse a position<br /> - let the position continue to the next bar (default)</p><p>The available signals are defined in the indicators components as follow:</p><div class="codebox"><pre><code>namespace ForexStrategyBuilder.Infrastructure.Enums
{
    public enum IndComponentType
    {
        NotDefined,
        OpenLongPrice,   // Contains the long positions opening price.
        OpenShortPrice,  // Contains the short positions opening price.
        OpenPrice,       // Contains the long or short positions opening price.
        CloseLongPrice,  // Contains the long positions closing price.
        CloseShortPrice, // Contains the short positions closing price.
        ClosePrice,      // Contains the long or short positions closing price.
        OpenClosePrice,  // SlotTypes.Close or SlotTypes.Close
        IndicatorValue,  // It&#039;s not a signal or opening / closing price
        AllowOpenLong,   // Long positions opening signal
        AllowOpenShort,  // Short positions opening signal
        ForceCloseLong,  // Long positions closing signal
        ForceCloseShort, // Short positions closing signal
        ForceClose,      // Long or Short positions closing signal
        Other
    }
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 30 Aug 2015 05:19:22 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/31319/#p31319</guid>
		</item>
		<item>
			<title><![CDATA[Grid strategy]]></title>
			<link>https://forexsb.com/forum/post/31318/#p31318</link>
			<description><![CDATA[<p>I wish to implement a grid strategy with forexsb? Using indicators as signals for entry and exit, is this possible? Or we limited to standard technical systems?</p>]]></description>
			<author><![CDATA[null@example.com (muplayer2000)]]></author>
			<pubDate>Sat, 29 Aug 2015 22:36:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/31318/#p31318</guid>
		</item>
	</channel>
</rss>
