Blacktiger1
New Member
- Joined
- Sep 10, 2023
- Messages
- 5
- Platform
- Windows
Every Data that is being entered in "Enter Data" Column, is being collected in a set of three in actual patterns column. And those sets in Actual patterns are being compared with 8 patterns in the frequency table.
What do I want to do?
What do I want to do?
- As soon as I am left with only one pattern out of the other 8 patterns (frequency table) with zero count, It should print the trigger in the "bets" column and
- If next three data entered in Enter Data column, matches with that pattern (of which we are talking in point 1) then it should calculate our score +3.
- For e.g only pattern left with zero frequency was PBP, and new data entered is also PBP.
- If it does not exactly match, then it should count how many entries of the set match
- for e.g PBP was our only pattern left with zero frequency and our new three data are PBB, then only two data of set matched, it should calculate our score as +1 +1 -1 = net +1
- If only one data of the set match, +1 -1 -1 = -1
- if none of the data of the set matched, -1 -1 -1 = -3
- If it does not exactly match, then it should count how many entries of the set match, then only two data of the set matched, it should calculate our score as +1 +1 -1 = net +1+1