<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Ehlers&#8217; Ultimate Oscillator	</title>
	<atom:link href="https://financial-hacker.com/ehlers-ultimate-oscillator/feed/" rel="self" type="application/rss+xml" />
	<link>https://financial-hacker.com/ehlers-ultimate-oscillator/</link>
	<description>A new view on algorithmic trading</description>
	<lastBuildDate>Mon, 30 Mar 2026 12:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: lucas		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132430</link>

		<dc:creator><![CDATA[lucas]]></dc:creator>
		<pubDate>Fri, 06 Feb 2026 20:46:08 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-132430</guid>

					<description><![CDATA[Thanks for your response! Really interesting article to look for new ideas on that site!
I have zorro ver 2.70.0 but as I can see HighPass3 (4 HighPass filters) is already available . Is it the same as the one descripted in this article?
Thanks for your attention and understanding]]></description>
			<content:encoded><![CDATA[<p>Thanks for your response! Really interesting article to look for new ideas on that site!<br />
I have zorro ver 2.70.0 but as I can see HighPass3 (4 HighPass filters) is already available . Is it the same as the one descripted in this article?<br />
Thanks for your attention and understanding</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132411</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Fri, 06 Feb 2026 10:42:42 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-132411</guid>

					<description><![CDATA[https://traders.com/]]></description>
			<content:encoded><![CDATA[<p><a href="https://traders.com/" rel="nofollow ugc">https://traders.com/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lucas		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132395</link>

		<dc:creator><![CDATA[lucas]]></dc:creator>
		<pubDate>Thu, 05 Feb 2026 21:06:03 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-132395</guid>

					<description><![CDATA[Hi Petra, I understand. Can you share where I can find &quot;TASC&quot; and what is it ?
Thanks for your attention and understanding]]></description>
			<content:encoded><![CDATA[<p>Hi Petra, I understand. Can you share where I can find &#8220;TASC&#8221; and what is it ?<br />
Thanks for your attention and understanding</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Petra Volkova		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132388</link>

		<dc:creator><![CDATA[Petra Volkova]]></dc:creator>
		<pubDate>Thu, 05 Feb 2026 14:36:41 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-132388</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132384&quot;&gt;lucas&lt;/a&gt;.

My code is not from that paper, but a conversion from an article in TASC. I believe Ehlers has written many Ultimate smoothers or oscillators, all with different code.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132384">lucas</a>.</p>
<p>My code is not from that paper, but a conversion from an article in TASC. I believe Ehlers has written many Ultimate smoothers or oscillators, all with different code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lucas		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-132384</link>

		<dc:creator><![CDATA[lucas]]></dc:creator>
		<pubDate>Thu, 05 Feb 2026 10:35:13 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-132384</guid>

					<description><![CDATA[Hi Petra, I found this article https://www.mesasoftware.com/papers/UltimateSmoother.pdf of the Ehlers Ultimate oscillator and I dont understand where this part of the function (EasyLanguage High Pass Filter Function) is gone in the Lite-C code conversion: 
If CurrentBar &#062;= 4 Then $HighPass = c1*(Price - 2*Price[1] + Price[2]) +
c2*$HighPass[1] + c3*$HighPass[2];
If Currentbar &#060; 4 Then $HighPass = 0;

Furthermore what you call the &#034;Ultimate oscillator&#034; in Ehlers document call it is called &#034;the Band Pass filter&#034; but also here I dont understand the code conversion applied?

Thanks for your attention and understanding]]></description>
			<content:encoded><![CDATA[<p>Hi Petra, I found this article <a href="https://www.mesasoftware.com/papers/UltimateSmoother.pdf" rel="nofollow ugc">https://www.mesasoftware.com/papers/UltimateSmoother.pdf</a> of the Ehlers Ultimate oscillator and I dont understand where this part of the function (EasyLanguage High Pass Filter Function) is gone in the Lite-C code conversion:<br />
If CurrentBar &gt;= 4 Then $HighPass = c1*(Price &#8211; 2*Price[1] + Price[2]) +<br />
c2*$HighPass[1] + c3*$HighPass[2];<br />
If Currentbar &lt; 4 Then $HighPass = 0;</p>
<p>Furthermore what you call the &quot;Ultimate oscillator&quot; in Ehlers document call it is called &quot;the Band Pass filter&quot; but also here I dont understand the code conversion applied?</p>
<p>Thanks for your attention and understanding</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Petra Volkova		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-117714</link>

		<dc:creator><![CDATA[Petra Volkova]]></dc:creator>
		<pubDate>Tue, 08 Apr 2025 14:12:30 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-117714</guid>

					<description><![CDATA[My code conversion had a bug in a Highpass coefficient, it&#039;s fixed now. The script in the repository contains the correct code.]]></description>
			<content:encoded><![CDATA[<p>My code conversion had a bug in a Highpass coefficient, it&#8217;s fixed now. The script in the repository contains the correct code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Recent Quant Links from Quantocracy as of 03/18/2025 - Quantocracy		</title>
		<link>https://financial-hacker.com/ehlers-ultimate-oscillator/#comment-117249</link>

		<dc:creator><![CDATA[Recent Quant Links from Quantocracy as of 03/18/2025 - Quantocracy]]></dc:creator>
		<pubDate>Wed, 19 Mar 2025 05:30:13 +0000</pubDate>
		<guid isPermaLink="false">https://financial-hacker.com/?p=4823#comment-117249</guid>

					<description><![CDATA[[&#8230;] Ehlers Ultimate Oscillator [Financial Hacker] [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Ehlers Ultimate Oscillator [Financial Hacker] [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
