Numbers Order in Column

Numbers Order in Column

Postby Joe » Wed Jun 11, 2008 2:12 pm

Hi friends,,

Here is the new idea somewhat I developed one plug-in, (not yet complete)

The idea is to filter the Numbers according to the Order found in Column (like ascending or descending or any other form, I found that, No winning numbers found in either ascending or descending order so we can easily remove them ) In a column, we can say that the next draw will not meet the same order what previous result has, and I found that only maximum of 3 order positions match with previous one,

check your results and let me know whether my statement is fit, thanks,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Jerzy » Wed Jun 11, 2008 3:21 pm

Joe,

I am not sure what you exactly mean by numbers order in columns. Numbers in rows are arranged in ascending order, but the content of certain rows changes after draws. Checking the numbers which change their order after the draw is difficult if you do it manually. Probably you will include back-testing function in your filter.
Jerzy
 
Posts: 811
Joined: Mon Sep 18, 2006 5:26 am

Postby Joe » Wed Jun 11, 2008 3:41 pm

Jerzy,

The winning number 1 6 15 16 34 41, in Columns
The order of this Winning combinations as 15, 6, 1, 41, 16, 34, so the position order is 3, 2, 1, 6, 4, 5. , see the picture,

We can split/group package combinations by orders, and we can able to remove the combinations which has the same order of its previous result, we can do this same in all columns,

I tested most of my winning numbers that only maximum of 2 positions only matched with its previous results order in single Column,

Hope now I am clear what I am talking about,

Now tell me your suggestions,

Thanks
You do not have the required permissions to view the files attached to this post.
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Joe » Wed Jun 11, 2008 3:44 pm

see here the order of my few of consecutive winning results in all columns

4,5,1,6,2,3 3,1,2,5,4,6 6,2,3,4,1,5 5,2,4,3,6,1 5,3,6,2,4,1 4,6,1,3,5,2 4,6,5,3,2,1 3,2,5,1,6,4 2,6,1,5,3,4 3,1,2,5,4,6 1,4,2,5,6,3
4,2,3,5,6,1 1,3,6,2,4,5 3,4,1,6,2,5 2,4,3,5,6,1 1,2,4,3,5,6 1,6,4,2,5,3 4,2,5,1,6,3 2,1,3,4,6,5 2,3,6,1,4,5 2,4,5,3,6,1 6,1,2,3,4,5
1,5,3,2,4,6 2,5,3,4,1,6 5,3,6,1,4,2 3,1,6,5,4,2 2,1,4,3,6,5 1,6,2,5,4,3 3,1,2,5,6,4 2,5,6,4,1,3 1,5,4,2,3,6 2,1,5,4,6,3 2,3,6,4,5,1
5,3,2,4,1,6 5,2,6,3,1,4 1,4,2,5,3,6 4,2,1,5,6,3 5,6,4,2,3,1 5,4,2,3,6,1 3,1,4,2,6,5 1,3,2,4,5,6 1,4,6,2,3,5 4,1,2,3,6,5 3,1,4,5,6,2
3,1,4,2,5,6 3,6,1,4,5,2 1,2,6,3,4,5 5,1,3,6,4,2 6,5,3,2,1,4 6,1,5,2,4,3 3,6,2,4,5,1 1,6,4,2,3,5 3,4,5,6,2,1 6,4,2,3,5,1 4,1,5,3,2,6
3,1,6,4,2,5 6,1,5,3,4,2 3,4,2,1,6,5 4,1,3,2,5,6 5,1,2,3,6,4 1,5,4,3,6,2 1,3,2,4,5,6 1,3,2,4,5,6 6,2,1,3,4,5 1,6,3,5,4,2 6,1,3,2,4,5
3,1,2,6,5,4 6,2,5,1,3,4 6,1,4,2,3,5 4,1,3,5,2,6 3,5,1,2,4,6 5,2,1,6,4,3 2,3,6,1,4,5 2,3,1,6,4,5 2,6,4,1,5,3 3,1,6,5,4,2 4,6,2,5,3,1

Here test the match of orders with its previous one result,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Joe » Wed Jun 11, 2008 5:47 pm

Jerzy~ what about here, did you find your results fit to my idea?,

All members ~ please check and vote for this idea here and I will implement this filter if its fit to your results,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Jerzy » Wed Jun 11, 2008 6:09 pm

Joe,

Now I know what you mean. You explained this very well.

From 0 to 2 positions are matched in your example, usually from 1 to 2 positions. Because of this uniformity, the number of positions matched after the next draw seems to be very predictable and it could be a safe but effective filter. Even if the number of tickets removed in a single columns is moderate, the filter will be used in all columns and will remove more tickets. However, the effectiveness of the filter in each next column filtered is likely to be decreasing as the package will get smaller and smaller.

I am sure you already know how to implement this filter. Each game is different so there should be a choice of selecting from 0 to 6 positions and it should be done for each column separately because the columns also can differ.

So go ahead!
Jerzy
 
Posts: 811
Joined: Mon Sep 18, 2006 5:26 am

Postby Joe » Wed Jun 11, 2008 6:41 pm

[quote=Jerzy]
From 0 to 2 positions are matched in your example, usually from 1 to 2 positions. [/quote]Well Jerzy, When I check my previous results, setting min 0 to max 2 is working, but somehow only one or two columns matching 3 with previous order, I think min 0 to max 2 settings in each column could be fine to get good reductions,
[quote=Jerzy]Because of this uniformity, the number of positions matched after the next draw seems to be very predictable and it could be a safe but effective filter. Even if the number of tickets removed in a single columns is moderate, the filter will be used in all columns and will remove more tickets. [/quote] Exactly [quote=Jerzy]However, the effectiveness of the filter in each next column filtered is likely to be decreasing as the package will get smaller and smaller.[/quote] No, I don't think so, I hope we can able to reduce more combinations as the order of same winning numbers differ from Column to Column, as well all combinations in package too,

[quote=Jerzy]I am sure you already know how to implement this filter. [/quote] yeah I almost finished it, [quote=Jerzy]Each game is different so there should be a choice of selecting from 0 to 6 positions and it should be done for each column separately because the columns also can differ. [/quote] yeah placed check boxes, which makes easier to use, we can use this filter to the games up to 6/xx
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Jerzy » Wed Jun 11, 2008 6:42 pm

Joe,

I tested only the last 2 results in my game (I had no time to do more) and only 1 position was matched. I expect the statistics of matched positions in my game would be similar to your game, and the filter would allow to select appropriate setting. I also expect that you include the back-test function.

I like this filter idea and hope you would implement this filter as soon as possible.
Jerzy
 
Posts: 811
Joined: Mon Sep 18, 2006 5:26 am

Postby Da80th » Wed Jun 11, 2008 6:45 pm

[quote=Joe]
see here the order of my few of consecutive winning results in all columns

4,5,1,6,2,3 3,1,2,5,4,6 6,2,3,4,1,5 5,2,4,3,6,1 5,3,6,2,4,1 4,6,1,3,5,2 4,6,5,3,2,1 3,2,5,1,6,4 2,6,1,5,3,4 3,1,2,5,4,6 1,4,2,5,6,3
4,2,3,5,6,1 1,3,6,2,4,5 3,4,1,6,2,5 2,4,3,5,6,1 1,2,4,3,5,6 1,6,4,2,5,3 4,2,5,1,6,3 2,1,3,4,6,5 2,3,6,1,4,5 2,4,5,3,6,1 6,1,2,3,4,5
1,5,3,2,4,6 2,5,3,4,1,6 5,3,6,1,4,2 3,1,6,5,4,2 2,1,4,3,6,5 1,6,2,5,4,3 3,1,2,5,6,4 2,5,6,4,1,3 1,5,4,2,3,6 2,1,5,4,6,3 2,3,6,4,5,1
5,3,2,4,1,6 5,2,6,3,1,4 1,4,2,5,3,6 4,2,1,5,6,3 5,6,4,2,3,1 5,4,2,3,6,1 3,1,4,2,6,5 1,3,2,4,5,6 1,4,6,2,3,5 4,1,2,3,6,5 3,1,4,5,6,2
3,1,4,2,5,6 3,6,1,4,5,2 1,2,6,3,4,5 5,1,3,6,4,2 6,5,3,2,1,4 6,1,5,2,4,3 3,6,2,4,5,1 1,6,4,2,3,5 3,4,5,6,2,1 6,4,2,3,5,1 4,1,5,3,2,6
3,1,6,4,2,5 6,1,5,3,4,2 3,4,2,1,6,5 4,1,3,2,5,6 5,1,2,3,6,4 1,5,4,3,6,2 1,3,2,4,5,6 1,3,2,4,5,6 6,2,1,3,4,5 1,6,3,5,4,2 6,1,3,2,4,5
3,1,2,6,5,4 6,2,5,1,3,4 6,1,4,2,3,5 4,1,3,5,2,6 3,5,1,2,4,6 5,2,1,6,4,3 2,3,6,1,4,5 2,3,1,6,4,5 2,6,4,1,5,3 3,1,6,5,4,2 4,6,2,5,3,1

Here test the match of orders with its previous one result,
[/quote]

hi Joe,

You did this calculation by hands? or you have a plugin to do this?

The table above are hard to see, can you post it in one column and sorted. I catch one line which started with 6, 1, 2, 3, 4, 5

May be we can use one key number, e.g. #6 and wheel the last five numbers like in Pick 4 game.


Da80th
Da80th
 
Posts: 382
Joined: Sun Mar 19, 2006 9:11 pm

Postby Joe » Wed Jun 11, 2008 6:50 pm

[quote=Jerzy]
I tested only the last 2 results in my game (I had no time to do more) and only 1 position was matched.[/quote] well, as I said, test more when you have time or else wait for my plug-in,
[quote=Jerzy] the filter would allow to select appropriate setting.[/quote] what selection setting you want to have here? [quote=Jerzy]I also expect that you include the back-test function.[/quote] Well, this is not possible for now as I am testing code for back testing for this filter, please excuse,

[quote=Jerzy]I like this filter idea and hope you would implement this filter as soon as possible.[/quote] ok then we will have this on tomorrow, sure,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Joe » Wed Jun 11, 2008 7:03 pm

[quote=Da80th]You did this calculation by hands? or you have a plugin to do this?[/quote] done it when I developed this filter, we will have this filter tomorrow as I not yet check for bugs, but you cant able to have table like this.

[quote=Da80th]The table above are hard to see, can you post it in one column and sorted. I catch one line which started with 6, 1, 2, 3, 4, 5 [/quote]given the Numbers order from 0 to -10 Columns, taken 50 results order, Shall I post Column 0? but we can't able to sort the columns,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Joe » Thu Jun 12, 2008 4:19 am

Friends, here is the plug-in *Numbers Order In Columns*, ( Hope i am posting new filter after long time right? :-D )

Jus download jar file and place in plug-in folder and restart the EL,
You can find this plug-in under Filter-> Winning Numbers History Menu,
give a try and let me know if any corrections, Thanks,
You do not have the required permissions to view the files attached to this post.
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby Joe » Thu Jun 12, 2008 4:50 am

In this filter, you can use the back test, This "back testing" used to find the numbers order only, not to find the match with previous one, I try to do new filter to match with previous one result, Thanks,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Postby CSenior » Thu Jun 12, 2008 5:19 am

Joe~ Thank you for another great filter! Jerzy thank you for your thoughts! I feel like a kid in a candy store. I will post back comments after further testing. Thanks!
CSenior
 
Posts: 348
Joined: Mon Aug 14, 2006 4:34 am

Postby Joe » Thu Jun 12, 2008 5:23 am

[quote=CSenior]
Joe~ Thank you for another great filter! Jerzy thank you for your thoughts! I feel like a kid in a candy store. I will post back comments after further testing. Thanks![/quote] Thanks Senior, await for your comments,
Joe
 
Posts: 1227
Joined: Mon Sep 18, 2006 6:51 pm
Location: Petaling Jaya, Malaysia

Next

Return to Plugin Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron