- Home
- Premium Memberships
- Lottery Results
- Forums
- Predictions
- Lottery Post Videos
- News
- Search Drawings
- Search Lottery Post
- Lottery Systems
- Lottery Charts
- Lottery Wheels
- Worldwide Jackpots
- Quick Picks
- On This Day in History
- Blogs
- Online Games
- Premium Features
- Contact Us
- Whitelist Lottery Post
- Rules
- Lottery Book Store
- Lottery Post Gift Shop
The time is now 2:26 am
You last visited
June 3, 2026, 5:36 pm
All times shown are
Eastern Time (GMT-5:00)
How I see draw histories
Published:
I keep draw histories to use for developing systems. I do not view these as a model of the data produced by the mechanical or PRNG process (or in PA, BOTH). I view it as a collection of the results they paid on.
Every single state lottery runs test draws, some even publish the results. I place no value in this data because the state never intended to pay on those results. Power Ball used to publish test draw data.
Up until the end of last year, I excluded PA double draw data (where they picked an extra draw on some nights in the pick N games for a promotion) but I keep it in now because they paid on it. It was quite the project re doing every single history file I had with the new web scraper app. I made 2 versions. The first built the base file, with the header rows from day one of the game history to current. The second simply appends new data to those csv files. This replaced hours of manual copying into the files, particularly if I had not played a game for a long time (like pick 5) and needed to add years of data. Now, there are zero human transcription errors in the data sets, and updates happen with the click of a button... 2 minutes later 14 game histories are updated accurately!
I also maintain separate files for bonus balls like the mega ball and power ball.
Access to the history in or out of the app is a click away, this was the vision realized!
So when processing this data, I am mostly looking for any micro biases in each column that hopefully points to the next number prediction that will pay out.
There are some that hold zero stock in the usefulness of past draw data, and they make compelling arguments, but I see it differently... there might be a connection, and even if it is coincidental at best, it is better than nothing.
This Markov Chain follower back test script may end up to be the single most complex function I will write, and even if there is no yield, I have honed some skill at trying to solve impossible problems with code, skills that will eventually transcend the lottery hobby.

Comments
Take the lp calendar for example. I used to copy and paste the midday draws deleting stuff line by line (u know how tedious this can be) then I'd save it as a text file, feed the data to a generator that detects digit trends. Then it would detect pairs, filter out certain digits and combos.
If I wanted to u can also filter out sums and dr.
Kinda cool huh? It's worked some time, but hasn't worked 💯 % of the time.
All of this started from a guy doing 317 rundowns last year.
I gave up on backtesting. I don't think any pattern holds unless there's another method that I haven't discovered yet.
Unlesssss..... I'm curious about your backtest script though.
What makes a script Markov today, probabilities or something else?
Is it certain lines of code?
I remember working with Marko V. It was a team of 3 and he just named it after himself.
With a game like pick 3, there are 10 possible transitions... the digits 0 through 9.
Given the random nature, each should have exactly a 10% chance of being selected.
The Markov Chain analogy holds because all 10 "next states" only need the "current state".
Of course, probability is not the same as certainty.
In the ideal situation, they would all have been drawn the same number of times, but the distribution shows any variance from expextancy.
Post a Comment
Please Log In
To use this feature you must be logged into your Lottery Post account.
Not a member yet?
If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.
Register