Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
1 quat. 10 19 46 73 a colpoore 9 ore 10
settina 10 19 46 73 11 47 74
smontiamo la settina
1 quat. 10 19 46 73
2 terno 11 47 74
ore 11 00 ore 12 25
sestina 82 55 28 7 34 61
smontiamo la sestina
1 terno 82 55 28
2 terno 7 34 61
ore 10 05 ore 11
11 47 74 5 32 68
2 65 38 21 57 84
smontiamo le sestine
1 terno 11 47 74
2 terno 05 32 68
3 terno 02 65 38
4 terno 21 57 84
potete sciegliere o le sestine oppure i terni
buona giornata a tutti
ciao a tutti
ciao rocco
e un po che sono assente dal forum,tra il lavoro fuori e ora le meritate ferie
ma lo studio e andato avanti come dicevo a rocco tempo fa.
Potrebbe essere un soluzione nuova ma mi servirebbe uno script o un similare dato che non sono bravo con essi(sto imparando)
il mio nuovo studio e questo:
data la prima estrazione della giornata la 20ina,ho notato che nell'arco della giornata rifila un sacco di 6 -7-8 a salire.
io mi segno i numeri che si sono ripetuti e ne faccio una formazione dalla quartina a salire.
si puo creare una cosa del genere?per creare una formazione in automatico.
fate una prova e vedete.....chissa' forse si puo' implementare con i numeri spia....
ciao PGIOY con questa macro in execl puoi verificare la tua teoria
cerca la frequenza da 1 a 20 degli ambi , terni e quaterne
inserisci nel modulo la macro
copia la giornata delle estrazione a partire dalla cella b3
senza la data e il concorso in y1 puoi digitare la frequenza da cercare
Sub speedc()
Dim VArr
Dim I As Integer, J As Integer, M As Integer, N As Integer
Dim Ctr As Integer, Ambi As Integer, LastR As Long
'
TargAm = [Y1] 'imposta il valore dell ambo in crscita
Range("Y2:Ad1000").Clear 'pulisco l area dove conterro gli ambi
LastR = Cells(Rows.Count, 2).End(xlUp).Row
VArr = Range("B4:u" & LastR).Value 'archivio
aaaa = UBound(VArr, 1)
For M = 1 To 20
Application.ScreenUpdating = False
For N = M + 1 To 20
'For NN = N + 1 To 90
Ambi = 0
For I = 1 To UBound(VArr, 1)
Ctr = 0
For J = 1 To 20
If VArr(I, J) = M Then Ctr = Ctr + 1
If VArr(I, J) = N Then Ctr = Ctr + 1
' If VArr(I, J) = NN Then Ctr = Ctr + 1
Next J
If Ctr > 1 Then Ambi = Ambi + 1
Next I
If Ambi > TargAm Then
NRow = Cells(Rows.Count, "Y").End(xlUp).Offset(1, 0).Row
Cells(NRow, "Y") = M: Cells(NRow, "Z") = N: Cells(NRow, "AA") = NN: Cells(NRow, "AB") = Ambi
End If
' Next NN
Application.ScreenUpdating = True
Next N
Next M
End Sub
Sub speedc1()
Dim VArr
Dim I As Integer, J As Integer, M As Integer, N As Integer
Dim Ctr As Integer, Ambi As Integer, LastR As Long
'
TargAm = [Y1] 'imposta il valore dell ambo in crscita
Range("Y2:Ad1000").Clear 'pulisco l area dove conterro gli ambi
LastR = Cells(Rows.Count, 2).End(xlUp).Row
VArr = Range("B4:u" & LastR).Value 'archivio
aaaa = UBound(VArr, 1)
For M = 1 To 90
Application.ScreenUpdating = False
For N = M + 1 To 20
For NN = N + 1 To 20
Ambi = 0
For I = 1 To UBound(VArr, 1)
Ctr = 0
For J = 1 To 20
If VArr(I, J) = M Then Ctr = Ctr + 1
If VArr(I, J) = N Then Ctr = Ctr + 1
If VArr(I, J) = NN Then Ctr = Ctr + 1
Next J
If Ctr > 2 Then Ambi = Ambi + 1
Next I
If Ambi > TargAm Then
NRow = Cells(Rows.Count, "Y").End(xlUp).Offset(1, 0).Row
Cells(NRow, "Y") = M: Cells(NRow, "Z") = N: Cells(NRow, "AA") = NN: Cells(NRow, "AB") = Ambi
End If
Next NN
Application.ScreenUpdating = True
Next N
Next M
End Sub
Sub speedc2()
Dim VArr
Dim I As Integer, J As Integer, M As Integer, N As Integer
Dim Ctr As Integer, Ambi As Integer, LastR As Long
'
TargAm = [Y1] 'imposta il valore dell ambo in crscita
Range("Y2:Ad1000").Clear 'pulisco l area dove conterro gli ambi
LastR = Cells(Rows.Count, 2).End(xlUp).Row
VArr = Range("B4:u" & LastR).Value 'archivio
aaaa = UBound(VArr, 1)
For M = 1 To 20
Application.ScreenUpdating = False
For N = M + 1 To 20
Application.ScreenUpdating = False
For NN = N + 1 To 20
For NNN = NN + 1 To 20
Ambi = 0
For I = 1 To UBound(VArr, 1)
Ctr = 0
For J = 1 To 20
If VArr(I, J) = M Then Ctr = Ctr + 1
If VArr(I, J) = N Then Ctr = Ctr + 1
If VArr(I, J) = NN Then Ctr = Ctr + 1
If VArr(I, J) = NNN Then Ctr = Ctr + 1
Next J
If Ctr > 3 Then Ambi = Ambi + 1
Next I
If Ambi > TargAm Then
NRow = Cells(Rows.Count, "Y").End(xlUp).Offset(1, 0).Row
Cells(NRow, "Y") = M: Cells(NRow, "Z") = N: Cells(NRow, "AA") = NN: Cells(NRow, "Ab") = NNN: Cells(NRow, "Ac") = Ambi
End If
Next NNN
Application.ScreenUpdating = True
Next NN
Application.ScreenUpdating = True
Next N
Next M
End Sub
ti posto un sistemaSecondo me anziche i numeri frequenti vanno prese le posizioni dei numeri in frequenza.
Non so se mi sono spiegato
Ogni giorno la prima estrazione ha dei numeri diversi ma se si studiano le posizioni potremmo arrivare a dire che 1.2.3.4.5.6.7.8 si riaccoppiano
Inserendo i 20 numeri di oggi ho visto che ci sono diversi 7.8 e 9
Mica male lavorarci su![]()