<?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: The Trend Experiment	</title>
	<atom:link href="https://financial-hacker.com/trend-and-exploiting-it/feed/" rel="self" type="application/rss+xml" />
	<link>https://financial-hacker.com/trend-and-exploiting-it/</link>
	<description>A new view on algorithmic trading</description>
	<lastBuildDate>Thu, 18 Jul 2024 08:40:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Petra Volkova		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-104625</link>

		<dc:creator><![CDATA[Petra Volkova]]></dc:creator>
		<pubDate>Thu, 18 Jul 2024 08:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-104625</guid>

					<description><![CDATA[You probably want to sync to one month. This is not supported by frameSync, but you can just test the begin of the month with a simple comparison like month(0) != month(1).]]></description>
			<content:encoded><![CDATA[<p>You probably want to sync to one month. This is not supported by frameSync, but you can just test the begin of the month with a simple comparison like month(0) != month(1).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-104604</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 19:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-104604</guid>

					<description><![CDATA[I just noticed that you are not allowed to do time frame synchronization using frameSync() with period more than a week.  However, with BarPeriod = 1440; setting Timeframe = N, where N &#062; 7, e.g., N = 30; is still allowed and valid?  Thanks.]]></description>
			<content:encoded><![CDATA[<p>I just noticed that you are not allowed to do time frame synchronization using frameSync() with period more than a week.  However, with BarPeriod = 1440; setting Timeframe = N, where N &gt; 7, e.g., N = 30; is still allowed and valid?  Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-104601</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 17:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-104601</guid>

					<description><![CDATA[Hi,
If I have: BarPeriod = 1440;, how to synchronize to a weekly and monthly time frames?  Is it like this:

TimeFrame = frameSync(7);   // synchronize to weekly 
TimeFrame = frameSync(30);   // synchronize to monthly 

The length of each month is varied, I am not sure if using the period of 30 is corrected.  Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
If I have: BarPeriod = 1440;, how to synchronize to a weekly and monthly time frames?  Is it like this:</p>
<p>TimeFrame = frameSync(7);   // synchronize to weekly<br />
TimeFrame = frameSync(30);   // synchronize to monthly </p>
<p>The length of each month is varied, I am not sure if using the period of 30 is corrected.  Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-66310</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 09 Aug 2020 14:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-66310</guid>

					<description><![CDATA[&quot;The S&#038;P 500 index however is not trending at all –  and this despite the fact that it shows the most significant trend in the long run, as visible in the title image. But here we’re looking for shorter term trends that can be exploited by day trading. &quot;

How should I modify the test if I&#039;m interesting in looking for trends that I can exploit with trades that last a week to a month?

Thanks for such an insightful article.]]></description>
			<content:encoded><![CDATA[<p>&#8220;The S&amp;P 500 index however is not trending at all –  and this despite the fact that it shows the most significant trend in the long run, as visible in the title image. But here we’re looking for shorter term trends that can be exploited by day trading. &#8221;</p>
<p>How should I modify the test if I&#8217;m interesting in looking for trends that I can exploit with trades that last a week to a month?</p>
<p>Thanks for such an insightful article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-47795</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Fri, 08 Feb 2019 08:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-47795</guid>

					<description><![CDATA[You&#039;re right, it must be 16. That was a typo. The script has the correct value.]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re right, it must be 16. That was a typo. The script has the correct value.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nodir		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-47738</link>

		<dc:creator><![CDATA[Nodir]]></dc:creator>
		<pubDate>Thu, 07 Feb 2019 22:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-47738</guid>

					<description><![CDATA[Hi Johann,

is it me or the Trend.c has a bug in the code:

    else if(Algo == &quot;H4&quot;)
      TimeFrame = 6;	// 4 hours

Shouldn&#039;t it be: TimeFrame = 16?]]></description>
			<content:encoded><![CDATA[<p>Hi Johann,</p>
<p>is it me or the Trend.c has a bug in the code:</p>
<p>    else if(Algo == &#8220;H4&#8221;)<br />
      TimeFrame = 6;	// 4 hours</p>
<p>Shouldn&#8217;t it be: TimeFrame = 16?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: O índice de sangue frio &#8211; Just another WordPress site		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-39784</link>

		<dc:creator><![CDATA[O índice de sangue frio &#8211; Just another WordPress site]]></dc:creator>
		<pubDate>Thu, 06 Sep 2018 19:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-39784</guid>

					<description><![CDATA[[&#8230;] Reality Check de White &#8211; funciona bem para sistemas simples gerados mecanicamente, como no Trend Experiment. Mas todas as decisões humanas sobre algoritmos, seleção de ativos, filtros, metas de [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Reality Check de White &#8211; funciona bem para sistemas simples gerados mecanicamente, como no Trend Experiment. Mas todas as decisões humanas sobre algoritmos, seleção de ativos, filtros, metas de [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vicini		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-10381</link>

		<dc:creator><![CDATA[Vicini]]></dc:creator>
		<pubDate>Sat, 11 Feb 2017 08:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-10381</guid>

					<description><![CDATA[What is your experiment and data accuracy?
What is this situation? Spread, commission, slippage, rollover]]></description>
			<content:encoded><![CDATA[<p>What is your experiment and data accuracy?<br />
What is this situation? Spread, commission, slippage, rollover</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-10346</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Thu, 09 Feb 2017 16:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-10346</guid>

					<description><![CDATA[Yes, with a different script that writes the trade results in a log file. By default, individual trade results are not logged in train mode, only in test and trade mode.]]></description>
			<content:encoded><![CDATA[<p>Yes, with a different script that writes the trade results in a log file. By default, individual trade results are not logged in train mode, only in test and trade mode.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike		</title>
		<link>https://financial-hacker.com/trend-and-exploiting-it/#comment-10345</link>

		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Thu, 09 Feb 2017 15:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/?p=53#comment-10345</guid>

					<description><![CDATA[Is it possible to access the results of EVERY trade during the generation of the variants, I see you can use &quot;balance&quot; and other general trading variables. But I&#039;d like to have a file like the testtrades file, when doing a test.]]></description>
			<content:encoded><![CDATA[<p>Is it possible to access the results of EVERY trade during the generation of the variants, I see you can use &#8220;balance&#8221; and other general trading variables. But I&#8217;d like to have a file like the testtrades file, when doing a test.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
