<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Anatomy of a back test using Python</title>
		<link>/blogentry/180164</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/180164" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Anatomy of a back test using Python</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #2</title>
			<link>/blogentry/180164#c252760</link>
			<guid isPermaLink="true">/blogentry/180164#c252760</guid>
			<pubDate>Thu, 24 Aug 2023 03:52:13 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>I ran the system today for the Match 6, not usually a game I even play... my picks were non existent, missed all 6. Match 6 also gives you 2 QP lines.&#x3c;br /&#x3e;Line 1 (sys)- 0 matches&#x3c;br /&#x3e;Line 2 (qp) - 2 matches&#x3c;br /&#x3e;Line 3 (qp) - 5 matches&#x3c;br /&#x3e;&#x3c;br /&#x3e;5 on one line =$1,000&#x3c;br /&#x3e;7 on the 3 lines =$25&#x3c;br /&#x3e;&#x3c;br /&#x3e;The system failed, yet still got a winning ticket. Only kicking in now that I was 1 number away from 1.6M...&#x3c;br /&#x3e;&#x3c;br /&#x3e;Had I not made the system I would not have played, so though it did not... &#x5b;&#xa0;<a href="/blogentry/180164#c252760">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/180164#c252723</link>
			<guid isPermaLink="true">/blogentry/180164#c252723</guid>
			<pubDate>Wed, 23 Aug 2023 14:28:16 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>I know this blog does not get many views, but it serves as a great place to record thoughts for future reference! This post, for instance was used to capture the idea for a sequence of steps (algorithm) for backtesting my follower system. As I investigate and code the pieces, I can look back here to see what is next. The result may be way different, but I have this snapshot of what I was thinking at the time... the true magic of the LP blog!</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: Anatomy of a back test using Python</title>
			<link>/blogentry/180164</link>
			<guid isPermaLink="true">/blogentry/180164</guid>
			<pubDate>Wed, 23 Aug 2023 03:47:10 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>The initial scenario that comes to mind when envisioning a proper backtest for this follower system would be to<br /><br />1. Pick a point in history where the test should start. A follower system should have some data to work with. Perhaps the number of draws in the pick 5, around 5k. There are 16k draws on the evening pick 3, so that seems about right.<br /><br />2. Run the program with only that history, record the pick.<br /><br />3. Fetch the next result from the full history file.<br /><br />4. Compare the pick with that result, if a match record the date and number.<br /><br />5. Re-run the script, repeat until the history file is fully loaded and there are no more draws to add.<br /><br />Assuming the cyclic rate hovers around 1 second, there will be 11,000 ish iterations, so run time can be predicted to be around 3 hours.<br /><br />I should only need to do this for the pick 3 games, then I can say I gave my all in the due diligence department, plus it will be experience in writing unit tests... a real opportunity to use software engineering best practices!<br /><br />After that, the back test can be used to check settings at 3 hours a shot. Onward!... &#x5b;&#xa0;<a href="/blogentry/180164">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/180164</wfw:comment>
		</item>
	</channel>
</rss>

