<?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: Better Strategies 5: A Short-Term Machine Learning System	</title>
	<atom:link href="https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/</link>
	<description>A new view on algorithmic trading</description>
	<lastBuildDate>Tue, 06 Aug 2024 11:48:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-105098</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Tue, 06 Aug 2024 11:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-105098</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-105083&quot;&gt;Tom&lt;/a&gt;.

The order does matter when you group the signals, as in the example. The limit is really 20, even when the array has more signals. You can believe me, I have programmed this function ;).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-105083">Tom</a>.</p>
<p>The order does matter when you group the signals, as in the example. The limit is really 20, even when the array has more signals. You can believe me, I have programmed this function ;).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-105083</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Mon, 05 Aug 2024 17:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-105083</guid>

					<description><![CDATA[Thanks for your reply.  Based on Zorro Help page for the adviseLong(): &quot;adviseLong (int Method, var Objective, var* Signals, int NumSignals): var&quot;, the var array &#039;Signals&#039; can has more than 20 signals.

Does the &#039;ordering&#039; of the signals within the array &#039;Signals&#039; matter?  as far as creating difference pattern groups for the machine learning?  Thanks.]]></description>
			<content:encoded><![CDATA[<p>Thanks for your reply.  Based on Zorro Help page for the adviseLong(): &#8220;adviseLong (int Method, var Objective, var* Signals, int NumSignals): var&#8221;, the var array &#8216;Signals&#8217; can has more than 20 signals.</p>
<p>Does the &#8216;ordering&#8217; of the signals within the array &#8216;Signals&#8217; matter?  as far as creating difference pattern groups for the machine learning?  Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-104997</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Wed, 31 Jul 2024 15:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-104997</guid>

					<description><![CDATA[The signal limit for patterns is 20. Patterns with 5 candles are theoretically possible, since they have only 15 signals. But I don&#039;t think that you will find any useful patterns of more than 3 candles.]]></description>
			<content:encoded><![CDATA[<p>The signal limit for patterns is 20. Patterns with 5 candles are theoretically possible, since they have only 15 signals. But I don&#8217;t think that you will find any useful patterns of more than 3 candles.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-104960</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Mon, 29 Jul 2024 23:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-104960</guid>

					<description><![CDATA[Referencing program &#039;Alice4a&#039; in chapter 6 of your book, if I want to use a pattern with 5 candles, where the total number of signals is higher than 20 for the adviseLong(), and I would need to store the signals in an array, does the ordering of the signals within the array matter?  Should the signals place in an order such that they will be divided into pattern groups that I desired?   Thanks.]]></description>
			<content:encoded><![CDATA[<p>Referencing program &#8216;Alice4a&#8217; in chapter 6 of your book, if I want to use a pattern with 5 candles, where the total number of signals is higher than 20 for the adviseLong(), and I would need to store the signals in an array, does the ordering of the signals within the array matter?  Should the signals place in an order such that they will be divided into pattern groups that I desired?   Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: leonardo		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-82465</link>

		<dc:creator><![CDATA[leonardo]]></dc:creator>
		<pubDate>Sun, 11 Sep 2022 11:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-82465</guid>

					<description><![CDATA[This series of articles &quot;Build Better Strategies&quot; that was made in 2016 needs to be updated? 
perhaps there are a new series more updated or as a base is still valid.
Thanks]]></description>
			<content:encoded><![CDATA[<p>This series of articles &#8220;Build Better Strategies&#8221; that was made in 2016 needs to be updated?<br />
perhaps there are a new series more updated or as a base is still valid.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-77520</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 14:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-77520</guid>

					<description><![CDATA[Depends on asset and broker, but it should be well above 55.]]></description>
			<content:encoded><![CDATA[<p>Depends on asset and broker, but it should be well above 55.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-77519</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 22 Dec 2021 14:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-77519</guid>

					<description><![CDATA[How much accuracy is enough to cover spread and trading costs?]]></description>
			<content:encoded><![CDATA[<p>How much accuracy is enough to cover spread and trading costs?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zorro Trader		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-74672</link>

		<dc:creator><![CDATA[Zorro Trader]]></dc:creator>
		<pubDate>Fri, 17 Sep 2021 09:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-74672</guid>

					<description><![CDATA[Thanks, Jcl, for a great post and a great blog! Unfortunately, it is obvious that the average profit per trade of this particular strategy is too low to make any money in real life. Also, it is interesting to notice that the accuracy of the DeepNet predictions is higher than the number of winning trades in Zorro. I posted something about that here: https://zorro-trader.co/zorro-trader-how-accurate-is-deepnet/
I guess sometimes the marker gremlins are eating our lunch...]]></description>
			<content:encoded><![CDATA[<p>Thanks, Jcl, for a great post and a great blog! Unfortunately, it is obvious that the average profit per trade of this particular strategy is too low to make any money in real life. Also, it is interesting to notice that the accuracy of the DeepNet predictions is higher than the number of winning trades in Zorro. I posted something about that here: <a href="https://zorro-trader.co/zorro-trader-how-accurate-is-deepnet/" rel="nofollow ugc">https://zorro-trader.co/zorro-trader-how-accurate-is-deepnet/</a><br />
I guess sometimes the marker gremlins are eating our lunch&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jcl		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/comment-page-2/#comment-64981</link>

		<dc:creator><![CDATA[jcl]]></dc:creator>
		<pubDate>Sat, 16 May 2020 15:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-64981</guid>

					<description><![CDATA[I don&#039;t know Trading System Lab and Genetic System Builder, but there are hundreds of similar tools around. So I can&#039;t honestly say if they have any value or if the appearance in that magazine has any meaning.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know Trading System Lab and Genetic System Builder, but there are hundreds of similar tools around. So I can&#8217;t honestly say if they have any value or if the appearance in that magazine has any meaning.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nacho Lorente		</title>
		<link>https://financial-hacker.com/build-better-strategies-part-5-developing-a-machine-learning-system/#comment-64980</link>

		<dc:creator><![CDATA[Nacho Lorente]]></dc:creator>
		<pubDate>Sat, 16 May 2020 14:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.financial-hacker.com/build-better-strategies-part-3-the-development-process-copy/#comment-64980</guid>

					<description><![CDATA[Thanks for this series of articles.
But in relation to his comment &quot;I got several emails asking about the“ trading system generators ”or similar price action tools that are praised on some websites. There is no hard evidence that such tools ever produced any profit (except for their vendors) - but does this mean that they are all garbage? We&#039;ll see. &quot;
What opinion do you have regarding the software: Trading System Lab and Genetic System Builder.
Systems created in both softwares reached the top ten of Futures Truth magazine in 2018]]></description>
			<content:encoded><![CDATA[<p>Thanks for this series of articles.<br />
But in relation to his comment &#8220;I got several emails asking about the“ trading system generators ”or similar price action tools that are praised on some websites. There is no hard evidence that such tools ever produced any profit (except for their vendors) &#8211; but does this mean that they are all garbage? We&#8217;ll see. &#8221;<br />
What opinion do you have regarding the software: Trading System Lab and Genetic System Builder.<br />
Systems created in both softwares reached the top ten of Futures Truth magazine in 2018</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
