<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Parabolic SAR as closing logic condition]]></title>
		<link>https://forexsb.com/forum/topic/4025/parabolic-sar-as-closing-logic-condition/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4025/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Parabolic SAR as closing logic condition.]]></description>
		<lastBuildDate>Mon, 18 Mar 2013 17:36:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18920/#p18920</link>
			<description><![CDATA[<p>Please could you upload your modified Parabolic SAR indicator.</p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Mon, 18 Mar 2013 17:36:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18920/#p18920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18641/#p18641</link>
			<description><![CDATA[<p>Thanks Footon that&#039;s work fine.</p><br /><p>Really great</p>]]></description>
			<author><![CDATA[null@example.com (hades)]]></author>
			<pubDate>Tue, 05 Mar 2013 22:36:52 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18641/#p18641</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18596/#p18596</link>
			<description><![CDATA[<p>Use code brackets when pasting code.</p><p>Edit point value to move comma spacing.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Mon, 04 Mar 2013 16:06:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18596/#p18596</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18590/#p18590</link>
			<description><![CDATA[<p>Hi all again,</p><p>Just started modifications on Psar, great thanks to Denny Imanuel for his Tuto on creating custom indicators.<br />I had to test several times before my file appear in FSB but ... it&#039;s working.</p><p>I have some questions, simple and more complex.</p><p>The first one is hawo to in the combox pass values from 0.01 to 0.001 ?<br />I need more after comma.</p><p>Here&#039;s the code i tryed by just replacing value but it not seems working </p><p>Why ? Thanks for yours answers.</p><p>Code :</p><p> </p><div class="codebox"><pre><code>// The ComboBox parameters
            IndParam.ListParam[0].Caption = &quot;Logic&quot;;
            if (slotType == SlotTypes.OpenFilter)
                IndParam.ListParam[0].ItemList = new string[]
                {
                    &quot;The price is higher than the PSAR value&quot;
                };
            else if (slotType == SlotTypes.CloseFilter)
                IndParam.ListParam[0].ItemList = new string[]
                {
                    &quot;The price is lower than the PSAR value&quot;
                };
            else
                IndParam.ListParam[0].ItemList = new string[]
                {
                    &quot;Not Defined&quot;
                };
            IndParam.ListParam[0].Index = 0;
            IndParam.ListParam[0].Text = IndParam.ListParam[0].ItemList[IndParam.ListParam[0].Index];
            IndParam.ListParam[0].Enabled = true;
            IndParam.ListParam[0].ToolTip = &quot;Logic of application of the indicator.&quot;;

            // The NumericUpDown parameters
            IndParam.NumParam[0].Caption = &quot;Starting AF&quot;;
            IndParam.NumParam[0].Value = 0.01;
            IndParam.NumParam[0].Min = 0.00;
            IndParam.NumParam[0].Max = 5.00;
            IndParam.NumParam[0].Point = 2;
            IndParam.NumParam[0].Enabled = true;
            IndParam.NumParam[0].ToolTip = &quot;The starting value of Acceleration Factor.&quot;;

            IndParam.NumParam[1].Caption = &quot;Increment&quot;;
            IndParam.NumParam[1].Value = 0.01;
            IndParam.NumParam[1].Min = 0.01;
            IndParam.NumParam[1].Max = 5.00;
            IndParam.NumParam[1].Point = 2;
            IndParam.NumParam[1].Enabled = true;
            IndParam.NumParam[1].ToolTip = &quot;Increment value.&quot;;

            IndParam.NumParam[2].Caption = &quot;Maximum AF&quot;;
            IndParam.NumParam[2].Value = 0.15;
            IndParam.NumParam[2].Min = 0.01;
            IndParam.NumParam[2].Max = 9.00;
            IndParam.NumParam[2].Point = 2;
            IndParam.NumParam[2].Enabled = true;
            IndParam.NumParam[2].ToolTip = &quot;The maximum value of the Acceleration Factor.&quot;;

            return;
        }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (hades)]]></author>
			<pubDate>Sun, 03 Mar 2013 19:39:58 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18590/#p18590</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18589/#p18589</link>
			<description><![CDATA[<p>Hi again, here a test strategie on 5 digit broker.</p><p>Please give me your feed back.</p><p>Strategy name: <strong>New3</strong><br />Forex Strategy Builder v2.76.0.0<br />Exported on: 02/03/2013 20:59:37</p><p>Description:<br />This strategy serves to demonstrate how the Optimizer works.</p><p>To test it, simply open the Optimizer, check all parameters&#039; check boxes and press the &quot;Optimize&quot; button.</p><p>Be careful! The resulting strategy may be over-optimized!</p><p>Market: EURUSD 15 Minutes<br />Spread in pips: 2,00<br />Swap Long in pips: 2,00<br />Swap Short in pips: -2,00<br />Commission per lot at opening and closing in pips: 1,00<br />Slippage in pips: 5</p><p>Maximum open lots: 1,00<br />Entry lots: 1,00<br />Martingale money management multiplier: 1,94</p><p>Intrabar scanning: Accomplished<br />Interpolation method: Pessimistic scenario<br />Ambiguous bars: 0<br />Tested bars: 17988<br />Balance: <strong>11264 pips (9879,92 USD)</strong><br />Minimum account: -495 pips (600,71 USD)<br />Maximum drawdown: 2153 pips (1604,99 USD)<br />Time in position: 29 %</p><p><strong><span style="color:#966">[Strategy Properties]</span></strong><br />&nbsp; &nbsp; &nbsp;A same direction signal - Does nothing<br />&nbsp; &nbsp; &nbsp;An opposite direction signal - Reverses the position<br />&nbsp; &nbsp; &nbsp;Permanent Stop Loss - 200<br />&nbsp; &nbsp; &nbsp;Permanent Take Profit - None<br />&nbsp; &nbsp; &nbsp;Break Even - None</p><p><strong><span style="color:#693">[Opening Point of the Position]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Bar Opening</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">Enter the market at the beginning of the bar</span></strong><br />&nbsp; &nbsp; &nbsp;Base price&nbsp; -&nbsp; Open</p><p><strong><span style="color:#699">[Opening Logic Condition]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Parabolic SAR</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">The price is higher than the PSAR value</span></strong><br />&nbsp; &nbsp; &nbsp;Starting AF&nbsp; -&nbsp; 0,01<br />&nbsp; &nbsp; &nbsp;Increment&nbsp; -&nbsp; 0,02<br />&nbsp; &nbsp; &nbsp;Maximum AF&nbsp; -&nbsp; 0,03</p><p><strong><span style="color:#699">[Opening Logic Condition]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Long or Short</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">Open long positions only</span></strong></p><p><strong><span style="color:#699">[Opening Logic Condition]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">The Fast MA crosses the Slow MA upward</span></strong><br />&nbsp; &nbsp; &nbsp;Base price&nbsp; -&nbsp; Close<br />&nbsp; &nbsp; &nbsp;Fast MA method&nbsp; -&nbsp; Simple<br />&nbsp; &nbsp; &nbsp;Slow MA method&nbsp; -&nbsp; Simple<br />&nbsp; &nbsp; &nbsp;Fast MA period&nbsp; -&nbsp; 20<br />&nbsp; &nbsp; &nbsp;Slow MA period&nbsp; -&nbsp; 23<br />&nbsp; &nbsp; &nbsp;Fast MA shift&nbsp; -&nbsp; 0<br />&nbsp; &nbsp; &nbsp;Slow MA shift&nbsp; -&nbsp; 0<br />&nbsp; &nbsp; &nbsp;Use previous bar value&nbsp; -&nbsp; Yes</p><p><strong><span style="color:#699">[Opening Logic Condition]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Balance of Power</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">The Balance of Power rises</span></strong><br />&nbsp; &nbsp; &nbsp;Smoothing method&nbsp; -&nbsp; Simple<br />&nbsp; &nbsp; &nbsp;Period&nbsp; -&nbsp; 22<br />&nbsp; &nbsp; &nbsp;Use previous bar value&nbsp; -&nbsp; Yes</p><p><strong><span style="color:#d63">[Closing Point of the Position]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Parabolic SAR</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">Exit the market at PSAR</span></strong><br />&nbsp; &nbsp; &nbsp;Starting AF&nbsp; -&nbsp; 0,01<br />&nbsp; &nbsp; &nbsp;Increment&nbsp; -&nbsp; 0,02<br />&nbsp; &nbsp; &nbsp;Maximum AF&nbsp; -&nbsp; 0,03</p><br /><p>Impossible to made this one in reverse.</p><p>So...</p>]]></description>
			<author><![CDATA[null@example.com (hades)]]></author>
			<pubDate>Sat, 02 Mar 2013 20:03:40 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18589/#p18589</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18512/#p18512</link>
			<description><![CDATA[<p>Great thanks</p>]]></description>
			<author><![CDATA[null@example.com (hades)]]></author>
			<pubDate>Mon, 25 Feb 2013 23:32:25 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18512/#p18512</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18509/#p18509</link>
			<description><![CDATA[<div class="quotebox"><cite>hades wrote:</cite><blockquote><p>Sure Spider, but some improvement will be great !</p><p> - Like possibility to change Starting Af Range : unuable to select 0.002<br /> - Idem est for Increment<br /> - possibility to add as a Logical closing condition</p><br /><p>So please can you you tell me if it s possible to modify this ?<br />Where can i find Psar.CS ?<br />i don&#039;t found it or did somebody get the code ?</p><br /><p>Best regards</p></blockquote></div><p>You can find Psar source here: <a href="http://forexsb.com/wiki/develop/start">http://forexsb.com/wiki/develop/start</a></p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Mon, 25 Feb 2013 19:49:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18509/#p18509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18508/#p18508</link>
			<description><![CDATA[<p>Sure Spider, but some improvement will be great !</p><p> - Like possibility to change Starting Af Range : unuable to select 0.002<br /> - Idem est for Increment<br /> - possibility to add as a Logical closing condition</p><br /><p>So please can you you tell me if it s possible to modify this ?<br />Where can i find Psar.CS ?<br />i don&#039;t found it or did somebody get the code ?</p><br /><p>Best regards</p>]]></description>
			<author><![CDATA[null@example.com (hades)]]></author>
			<pubDate>Mon, 25 Feb 2013 18:38:07 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18508/#p18508</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18497/#p18497</link>
			<description><![CDATA[<p>The Parabolic SAR stands for Parabolic Stop and Reverse. Whilst it can be used just as a stop it was originally intended as an indicator to use when you wanted to be in the market the whole time.</p>]]></description>
			<author><![CDATA[null@example.com (SpiderMan)]]></author>
			<pubDate>Mon, 25 Feb 2013 08:14:57 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18497/#p18497</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18481/#p18481</link>
			<description><![CDATA[<p>Hi,</p><br /><p>Yes sure i have the same Pb, in closing point of the position sure but not like as&nbsp; logical closing position add.</p><p>So i fyou want to close at Psar with moving average that is not possible.</p><p>exemple :</p><p>MM80 crossing&nbsp; &amp; psar with 0.01/0.15 that&#039;s not possible.</p><br /><p>We can note that Psar is generally used for trend suggestion and only for CLOSING never for opening postion.</p><p>So ... i thought taht Psar indicator need to be improve.</p><br /><p>Cia</p>]]></description>
			<author><![CDATA[null@example.com (hades)]]></author>
			<pubDate>Sun, 24 Feb 2013 13:12:03 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18481/#p18481</guid>
		</item>
		<item>
			<title><![CDATA[Re: Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18408/#p18408</link>
			<description><![CDATA[<div class="quotebox"><cite>mikaelb wrote:</cite><blockquote><p>for some odd reason it seems to be missing....</p><p>Can you please add it?</p><p>(It is there for opening logic)</p><p>Mikael</p></blockquote></div><p>Have a look in &#039;Closing Point of the Position&#039; you will see it there.</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Fri, 22 Feb 2013 09:22:35 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18408/#p18408</guid>
		</item>
		<item>
			<title><![CDATA[Parabolic SAR as closing logic condition]]></title>
			<link>https://forexsb.com/forum/post/18405/#p18405</link>
			<description><![CDATA[<p>for some odd reason it seems to be missing....</p><p>Can you please add it?</p><p>(It is there for opening logic)</p><p>Mikael</p>]]></description>
			<author><![CDATA[null@example.com (mikaelb)]]></author>
			<pubDate>Fri, 22 Feb 2013 08:17:12 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/18405/#p18405</guid>
		</item>
	</channel>
</rss>
