<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Signal Shift At or Any]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/3837/" />
	<updated>2012-12-18T16:14:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/3837/signal-shift-at-or-any/</id>
		<entry>
			<title type="html"><![CDATA[Re: Signal Shift At or Any]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17471/#p17471" />
			<content type="html"><![CDATA[<p>Simple brilliant!<br />I would say - it`s a MUST HAVE option.</p>]]></content>
			<author>
				<name><![CDATA[acerguest]]></name>
				<uri>https://forexsb.com/forum/user/3701/</uri>
			</author>
			<updated>2012-12-18T16:14:24Z</updated>
			<id>https://forexsb.com/forum/post/17471/#p17471</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signal Shift At or Any]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17469/#p17469" />
			<content type="html"><![CDATA[<p>that would be a huge upgrade for most idicators!<br />I like it.</p>]]></content>
			<author>
				<name><![CDATA[stiesn]]></name>
				<uri>https://forexsb.com/forum/user/6971/</uri>
			</author>
			<updated>2012-12-18T15:11:23Z</updated>
			<id>https://forexsb.com/forum/post/17469/#p17469</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signal Shift At or Any]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17467/#p17467" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>Implementation of Signal Shift logic:<br /></p><div class="codebox"><pre><code>Signal shift        old         -&gt;    bars     -&gt;               new
Indicator signal    0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 
Signal shift At 2   0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0
Signal shift Any 3  0 0 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0</code></pre></div></blockquote></div><p>wickedness</p>]]></content>
			<author>
				<name><![CDATA[angat]]></name>
				<uri>https://forexsb.com/forum/user/6908/</uri>
			</author>
			<updated>2012-12-18T13:24:46Z</updated>
			<id>https://forexsb.com/forum/post/17467/#p17467</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signal Shift At or Any]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17460/#p17460" />
			<content type="html"><![CDATA[<p>Implementation of Signal Shift logic:<br /></p><div class="codebox"><pre><code>Signal shift        old         -&gt;    bars     -&gt;               new
Indicator signal    0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 
Signal shift At 2   0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0
Signal shift Any 3  0 0 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-12-18T09:09:12Z</updated>
			<id>https://forexsb.com/forum/post/17460/#p17460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signal Shift At or Any]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17458/#p17458" />
			<content type="html"><![CDATA[<p>A possible implementation in FSB Pro</p><p><span class="postimg"><img src="http://i.imgur.com/gbYl1.png" alt="http://i.imgur.com/gbYl1.png" /></span></p><p>Here the main strategy market is USDJPY M5.<br />ADX indicator uses USDCHF M15<br />And its signal must be triggered somewhere during the last 5 bars.</p><p>Program will automatically load the necessary data.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-12-18T07:27:26Z</updated>
			<id>https://forexsb.com/forum/post/17458/#p17458</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Signal Shift At or Any]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17457/#p17457" />
			<content type="html"><![CDATA[<p>Inspired from<br /></p><div class="quotebox"><cite>stiesn wrote:</cite><blockquote><p>I have a nice idea. It would be nice if I could say to the indicator: pleese look if there are more insidebars than just the last one. It would be great if this &quot;NoInsideBar&quot;-Indicator would check like the last 5 -10 bars or so...</p></blockquote></div><p>I think we can add a standard feature for signal shift for all indicators.<br />Two variants are possible:<br /><strong>At #</strong> - the signal is shifted with # bars.<br /><strong>Any #</strong> - the signal is at the last # bars.</p><p>The default shift will be 0.<br /><strong>At 0</strong> will be available for indicators with &quot;Use previous bars value&quot; off.<br /><strong>At 1</strong> will be default value for indicators with &quot;Use previous bars value&quot; on.</p><p>At # will mean that the signal has happened exactly # bars ago.</p><p>Any # (where # will be 0 or 1 - 100) will mean that signal has happened during the last # bars.</p><p>The best is that this logic can be applied from the program without changing indicators. It is applicable for Opening and Closing Logic Conditions.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-12-18T07:01:06Z</updated>
			<id>https://forexsb.com/forum/post/17457/#p17457</id>
		</entry>
</feed>
