<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Grid strategy]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/5547/" />
	<updated>2015-08-30T05:19:22Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/5547/grid-strategy/</id>
		<entry>
			<title type="html"><![CDATA[Re: Grid strategy]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/31319/#p31319" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-08-30T05:19:22Z</updated>
			<id>https://forexsb.com/forum/post/31319/#p31319</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Grid strategy]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/31318/#p31318" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[muplayer2000]]></name>
				<uri>https://forexsb.com/forum/user/8493/</uri>
			</author>
			<updated>2015-08-29T22:36:05Z</updated>
			<id>https://forexsb.com/forum/post/31318/#p31318</id>
		</entry>
</feed>
