- 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 4:07 am
You last visited
June 4, 2026, 10:59 pm
All times shown are
Eastern Time (GMT-5:00)
New projects need corny project names, so...
Published:
I have begun planning of "Vertical Horizon"...
This is the combo frequency analysis program. It will be using the vertical follower analysis from "Follower Foundry" as the seed combo.
Some early file read systems to put it in the correct data structure were successful.
Initializing the list as history = [ ] creates the main list, and when reading in the rows,
Row_x = history.append()
Creates an addressable combo entry.
What we have is the ability to isolate internal combos by position, so the first position of the 1,000th draw would be
history[999][0]
This is respecting the 0 indexing of Python.
To gather information on a specific first digit, would need to iterate
history[n][0] == 5
And count history[n][1] and history[n][2] for the pick 3.
In that way, the accumulator for the main loop could be
For each [n][0] == 5:
If [n][1] == 0:
B_zero += 1
Etc. Then the B zero through 9s will be combined with their counts into an accumulator list of lists, sorted by the count... this will then be used in printing the results side by side by highest count. Same for the C numbers.
Whole process repeated for the history[n][1] and history [n][2] positional seeds.
The play strategy has been revised to include only one pass at the pick 5 on a pick 3 win, eliminating the pick 2 and pick 4. Will also probably play the seed number as it is a follower pick.
Cost...
Pick 3 day $4
Pick 3 eve $4
Pick 5 day $6
Pick 5 eve $6
Though the pick 5 numbers won't see the light of day until there is a pick 3 win. (If one happens)
The hardest part of this setup will be verification... never worked across columns before in any meaningful way. Unless I count the top result from the history in excel and see if that number combo matches the frequency... that might work.

Comments
This Blog entry currently has no comments.
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