Novità

Alla ricerca della decina migliore nel passato dopo un numero in posizione

Marco-elle

Premium Member
Ciao Monello,ho' bisogno di una mano....ti allego uno script di "SCARALAB" a proposito di decine e ricerche...mettici una decina di tuo gradimento e osserva...lo script pondera la ricerca a tutte e nz....ma se io avessi una decina mia su una sola ruota, sarebbe possibile fargli fare la medesima ricerca ,ma farlo giocare solo sulla ruota da me scelta?(tutti sapete che a livello di script sono un pippone....)

Sub main()

Scrivi "Analisi 10 Numeri Orologio"
Scrivi "__________________________ by ScaraLab"

Dim nm(1), nn(2), num(10), nume(10), rut(1), rrtt(2), posta(1)
fin=EstrazioneFin - 1
eg=12

ni=InputBox("Inserisci i numeri da analizzare ","")
ni="0."&ni
nu=Split(ni,".")
EliminaRipetuti nu
nni=UBound(nu)

For j=1 To nni
num(j)=nu(j)
Next

Scrivi
Scrivi " I 10 Numeri nalizzati sono: "& StringaNumeri(num),1
Scrivi " Alla data del "&dataestrazione(fin)&" ["&fin&"]"
Scrivi

For j=1 To 10
nume(j)=num(j)
Next

OrdinaMatrice nume,1 : posta(1)=1
Scrivi StringaNumeri(num)&" in ordine crescente: "&StringaNumeri(nume),1
Scrivi " Orologio dei 10 numeri:"

Scrivi " "&format2(num(5))&" "&format2(num(6))&" "&format2(nume(5))&" "&format2(nume(6))
Scrivi " "&format2(num(4))&" "&format2(num(7))&" "&format2(nume(4))&" "&format2(nume(7))
Scrivi " "&format2(num(3))&" "&format2(num(8))&" "&format2(nume(3))&" "&format2(nume(8))
Scrivi " "&format2(num(2))&" "&format2(num(9))&" "&format2(nume(2))&" "&format2(nume(9))
Scrivi " "&format2(num(1))&" "&format2(num(10))&" "&format2(nume(1))&" "&format2(nume(10))
Scrivi

Scrivi " Analisi Distanziale e Pondometrica",1
Scrivi
For j=1 To 9
For jj=j+1 To 10
nn(1)=num(j) : nn(2)=num(jj)
d=Distanza(nn(1),nn(2)) : s=Fuori90(nn(1)+nn(2))
Scrivi " Ambo: "&format2(nn(1))&"."&format2(nn(2))&" Distanza: "&format2(d)&_
" Somma: "&format2(s)
Next
Next
Scrivi

For j=1 To 10
nm(1)=num(j) : Scrivi " Numero: "&format2(nm(1))
For rr=1 To 12
If rr=11 Then rr=12
rut(1)=rr
fr1=SerieFreq(fin-215,fin,nm,rut,1) : fr2=SerieRitardo(fin-215,fin,nm,rut,1)
Scrivi" -> Ruota: "&Formatspace(NomeRuota(rr),12)&" Presenze in 216 estr. "&format2(fr1)&_
" Ritardo estr. "&format2(fr2)
Next
Next
Scrivi

rrtt(1)=11 : rrtt(2)=12
For j=1 To 9
For jj=j+1 To 10
nn(1)=num(j) : nn(2)=num(jj)
fr1=SerieFreq(fin-11,fin,nn,rrtt,2) : fr2=SerieFreq(fin-23,fin-12,nn,rrtt,2)
fr3=SerieFreq(fin-35,fin-24,nn,rrtt,2) : fr4=SerieFreq(fin-47,fin-36,nn,rrtt,2)
Scrivi " Ambo: "&format2(nn(1))&"."&format2(nn(2))&" Pres 0-11 estr. "&format2(fr1)&_
" Pres 23-12 estr. "&format2(fr2)&" Pres 35-24 estr. "&format2(fr3)&_
" Pres 47-36 estr. "&format2(fr3)
Next
Next
Scrivi

For rr=1 To 12
If rr=11 Then rr=12
rut(1)=rr
fr1=SerieFreq(fin-400,fin,num,rut,2) : fr2=SerieRitardo(fin-400,fin,num,rut,2)
Scrivi" I 10 Numeri -> Ruota: "&Formatspace(NomeRuota(rr),12)&" Presenze per ambo in 400 estr. "&format2(fr1)&_
" Ritardo per ambo estr. "&format2(fr2)
Next
Scrivi


For jj=1 To 10
nm(1)=num(jj)
fr1=SerieRitardo(fin-60,fin,nm,rrtt,1)
Scrivi " Numero: "&format2(nm(1))&" Ritardo a TT + Nz. "&format2(fr1)&_
" estr. "
Next
Scrivi

ImpostaGiocata 1,num,rrtt,posta,eg
Gioca fin
Scrivi
ScriviResoconto

End Sub

Gli spazi dentro gli apici delle seguenti righe vanno allargati per formare l-orologio>

Scrivi " "&format2(num(5))&" "&format2(num(6))&" "&format2(nume(5))&" "&format2(nume(6))
Scrivi " "&format2(num(4))&" "&format2(num(7))&" "&format2(nume(4))&" "&format2(nume(7))
Scrivi " "&format2(num(3))&" "&format2(num(8))&" "&format2(nume(3))&" "&format2(nume(8))
Scrivi " "&format2(num(2))&" "&format2(num(9))&" "&format2(nume(2))&" "&format2(nume(9))
Scrivi " "&format2(num(1))&" "&format2(num(10))&" "&format2(nume(1))&" "&format2(nume(10))


GRAZIE a chiunque può / vuole aiutare.Grazie.
Ma a te....gira sto coso? è pieno di errori
 

e1990

Member
Ma a te....gira sto coso? è pieno di errori
Ciao Marco provo a dare un mio contributo, prova questo se ti va bene...!


Scrivi "Analisi 10 Numeri Orologio-RR"
Scrivi "___________________________ by ScaraLab"
Sub Main
Dim nm(1),nn(2),num(10),nume(10),rut(1),tot(12),nmri(90),no(1)
Dim rrtt(2),posta(1),poste(2),ddn(45),ru(1),nmr1(91),tott(12),am(2)
Dim ru1(1),ruote(1),nr1(1),rcc(200),rc(200),nr(1),abc1(4),abc2(4),abc3(4)
Dim rcc1(200),rc1(200),rcc2(200),rc2(200),rcc3(200),rc3(200)
'1.2.3.4.5.6.7.8.9.10
fin = EstrazioneFin - 12
eg = 12 'estrazioni di gioco e controllo
ep = 12 'estrazioni precedenti per controllo
ni = InputBox("Inserisci i numeri da analizzare ","")
ni = "0." & ni
nu = Split(ni,".")
EliminaRipetuti nu
nni = UBound(nu)
For j = 1 To nni
num(j) = nu(j)
Next
qn = nni
Scrivi
Scrivi " I " & qn & " Numeri analizzati sono: " & StringaNumeri(num),1
Scrivi " Alla data del " & DataEstrazione(fin) & " [" & fin & "]"
Scrivi
For j = 1 To qn
nume(j) = num(j)
Next
OrdinaMatrice nume,1 : posta(1) = 1 : poste(1) = 0 : poste(2) = 1
rrtt(1) = 11 : rrtt(2) = 12
Scrivi " " & Format2(num(5)) & " " & Format2(num(6)) & " " & _
Format2(nume(5)) & " " & Format2(nume(6))
Scrivi " " & Format2(num(4)) & " " & Format2(num(7)) & " " & _
Format2(nume(4)) & " " & Format2(nume(7))
Scrivi " " & Format2(num(3)) & " " & Format2(num(8)) & " " & _
Format2(nume(3)) & " " & Format2(nume(8))
Scrivi " " & Format2(num(2)) & " " & Format2(num(9)) & " " & _
Format2(nume(2)) & " " & Format2(nume(9))
Scrivi " " & Format2(num(1)) & " " & Format2(num(10)) & " " & _
Format2(nume(1)) & " " & Format2(nume(10))
Scrivi
Scrivi "Terne 1-4-7 : " & Format2(num(1)) & "." & Format2(num(4)) & "." & Format2(num(7))
Scrivi "Terne 2-5-8 : " & Format2(num(2)) & "." & Format2(num(5)) & "." & Format2(num(8))
Scrivi "Terne 3-6-9 : " & Format2(num(3)) & "." & Format2(num(6)) & "." & Format2(num(9))
Scrivi "Numero aureo : " & Format2(num(10))
Scrivi
abc1(1) = num(1) : abc1(2) = num(4) : abc1(3) = num(7) : abc1(4) = num(10)
abc2(1) = num(2) : abc2(2) = num(5) : abc2(3) = num(8) : abc2(4) = num(10)
abc3(1) = num(3) : abc3(2) = num(6) : abc3(3) = num(9) : abc3(4) = num(10)
Scrivi
Scrivi "Ambi sortiti nelle " & ep & " estrazioni precedenti con " & _
"inclusa la data ultima",1
ImpostaGiocata 10,num,rrtt,poste,ep
Gioca fin - ep
Scrivi
Scrivi "Ambi da mettere in gioco:",1
con = 0
For j = 1 To qn - 1
For jk = j + 1 To qn
jj = num(j) : jjj = num(jk) : am(1) = jj : am(2) = jjj
frep = SerieFreq(fin -(ep - 1),fin,am,rrtt,2)
frss = SerieFreq(fin + 1,fin + ep,am,rrtt,2)
ritr = SerieRitardo(fin - 484,fin,am,rrtt,2)
If frep = 0 And ritr <= 25 And ritr <= 48 Then
con = con + 1
If frss = 0 Then Scrivi Format2(con) & ") Ambo " & Format2(am(1)) & _
"." & Format2(am(2)) & " con ritardo: " & ritr
If frss > 0 Then Scrivi Format2(con) & ") Ambo " & Format2(am(1)) & _
"." & Format2(am(2)) & " con ritardo: " & ritr & " sortito nei " & eg & _
" colpi di giocata"
End If
Next
Next
Scrivi
Scrivi "Ambi sortiti nelle " & ep & " estrazioni precedenti con " & _
"inclusa la data ultima ",1
For rr = 1 To 12
If rr = 11 Then rr = 12
riga = "" : cca = 0
For h = fin - ep + 1 To fin
If h <= EstrazioneFin Then
For j = 1 To qn - 1
For jk = j + 1 To qn
jj = num(j) : jjj = num(jk)
If Posizione(h,rr,jj) > 0 And Posizione(h,rr,jjj) Then
riga = riga & Format2(jj) & "." & Format2(jjj) & " - "
cca = cca + 1
End If
Next
Next
End If
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),9) & " " & Format2(cca) & _
" Ambi sortiti: " & riga
Next
Scrivi
Scrivi "Ruote in cui è possibile mettere in gioco l'Ambo sulla " & _
"formazione (Osservazione Scaravetti) ",1
For rr = 1 To 12
If rr = 11 Then rr = 12
riga = "" : cca = 0
For h = fin - ep + 1 To fin
If h <= EstrazioneFin Then
For j = 1 To qn - 1
For jk = j + 1 To qn
jj = num(j) : jjj = num(jk)
If Posizione(h,rr,jj) > 0 And Posizione(h,rr,jjj) > 0 Then
cca = cca + 1
End If
Next
Next
End If
Next
If cca <= 2 Then
ru(1) = rr : ss = EstrazioneFin - fin
ff = SerieFreq(fin + 1,fin +(ss),num,ru,2)
If ff > 0 Then
pres = 0 : gio = 0
For hh = fin + 1 To fin + ss
If hh <= EstrazioneFin Then
For ja = 1 To qn - 1
For jb = ja + 1 To qn
j1 = num(ja) : j2 = num(jb)
If Posizione(hh,rr,j1) > 0 And Posizione(hh,rr,j2) > 0 Then
pres = 1 : gio = hh - fin
End If
If pres = 1 Then Exit For
Next
Next
End If
Next
End If
If ff > 0 Then riga = "Sortito l'ambo sulla Decina alla " & gio & " estrazione"
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),9) & _
" Gioco possibile di Ambo " & riga
End If
riga = ""
Next
Scrivi
Scrivi "Analisi dei Numeri sortiti 36 estrazioni precedenti con " & _
"iclusa la data ultima",1
For rr = 1 To 12
If rr = 11 Then rr = 12
riga = "" : cca = 0
For h = fin - 35 To fin
If h <= EstrazioneFin Then
For j = 1 To qn
jj = num(j)
If Posizione(h,rr,jj) > 0 Then
riga = riga & Format2(jj) & "." : cca = cca + 1
End If
Next
End If
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),12) & " " & Format2(cca) & _
" Numeri sortiti: " & riga
Next
Scrivi
Erase nmri
For j = 1 To qn
nmri(j) = num(j)
Next
OrdinaMatrice(nmri),- 1
Scrivi "Analisi dei Numeri sortiti 36 estrazioni precedenti con inclusa" & _
" la data ultima" & " (decrescenti - non ripetuti)",1
Erase tott
For rr = 1 To 12
If rr = 11 Then rr = 12
Erase nmr1 : ru(1) = rr : riga = "" : cca = 0
For k = 1 To qn
no(1) = nmri(k): xx = 0
ff = SerieFreq(fin - 35,fin,no,ru,1)
If ff > 0 Then
riga = riga & Format2(no(1)) & " "
cca = cca + 1 : nmr1(cca) = no(1) : xx = 1
Else
riga = riga & "-- "
End If
If xx = 1 Then tott(k) = tott(k) + 1
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),12) & " " & Format2(cca) & _
" Numeri - non ripetuti: " & riga
Next
riga2 = ""
For i = 1 To qn
riga2 = riga2 & FormatSpace(Format2(tott(i)),3)
Next
Scrivi " " & _
" ============================="
Scrivi " Totali: " & riga2
Scrivi
Scrivi "Analisi dei Numeri sortiti " & ep & " estrazioni precedenti con " & _
"inclusa la data ultima",1
For rr = 1 To 12
If rr = 11 Then rr = 12
riga = "" : cca = 0
For h = fin - ep + 1 To fin
If h <= EstrazioneFin Then
For j = 1 To qn
jj = num(j)
If Posizione(h,rr,jj) > 0 Then
riga = riga & Format2(jj) & "." : cca = cca + 1
End If
Next
End If
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),12) & " " & Format2(cca) & _
" Numeri sortiti: " & riga
Next
Scrivi
Scrivi "Analisi dei Numeri sortiti 12 estrazioni precedenti con inclusa la " & _
"data ultima (decrescenti - non ripetuti)",1
Erase tott
For rr = 1 To 12
If rr = 11 Then rr = 12
Erase nmr1 : ru(1) = rr : riga = "" : cca = 0
For k = 1 To qn
no(1) = nmri(k): xx = 0
ff = SerieFreq(fin - ep + 1,fin,no,ru,1)
If ff > 0 Then
riga = riga & Format2(no(1)) & " "
cca = cca + 1 : nmr1(cca) = no(1) : xx = 1
Else
riga = riga & "-- "
End If
If xx = 1 Then tott(k) = tott(k) + 1
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),12) & " " & Format2(cca) & _
" Numeri - non ripetuti: " & riga
Next
riga2 = ""
For i = 1 To qn
riga2 = riga2 & FormatSpace(Format2(tott(i)),3)
Next
Scrivi " " & _
" ============================="
Scrivi " Totali: " & riga2
Scrivi
Scrivi "Ambate Possibili (Osservazione Scaravetti):",1
For rr = 1 To 12
If rr = 11 Then rr = 12
dd = 0 : ru(1) = rr : Erase ddn : a = 0
For h = fin - ep + 1 To fin
If h <= EstrazioneFin Then
For j = 1 To qn
jj = num(j)
If Posizione(h,rr,jj) > 0 Then
dd = dd + 1 : ddn(dd) = jj
If dd = 2 And ddn(1) <> ddn(2) Then
If SerieFreq(h + 1,fin,ddn,ru,1) = 0 Then
rg = EstrazioneFin -(fin)
If rg > 0 Then
ff = SerieFreq(fin + 1,fin + rg,ddn,ru,1)
ritd = 0 : cont = 0
For hh = fin + 1 To fin + rg
cont = cont + 1 : ww = 0
For hhh = 1 To 2
jjj = ddn(hhh)
If Posizione(hh,rr,jjj) > 0 Then
ritd = cont : ww = 1
End If
Next
If ww = 1 Then Exit For
Next
End If
fft = 0 : rtd = 0 : rido = 0
fft = SerieFreq(fin + 1,EstrazioneFin,ddn,rrtt,2)
For hj = fin + 1 To EstrazioneFin
rido = rido + 1
fftt = SerieFreq(hj,hj,ddn,rrtt,2)
If fftt > 0 Then
a = " Sortito ambo a TT+Nz al colpo: " & rido
Exit For
End If
Next
If fftt = False Then a = " ambo non sortito"
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),10) & " Ambate: " & _
StringaNumeri(ddn) & " Sortita al " & Format2(ritd) & "^ colpo" & a
End If
End If
End If
Next
End If
Next
Next
Scrivi
Erase tot
For j = 1 To qn
jj = num(j) : gg = 0 : riga = ""
For rr = 1 To 12
aa = 0
If rr = 11 Then rr = 12
For h = fin - ep + 1 To fin
If h <= EstrazioneFin Then
If Posizione(h,rr,jj) > 0 Then
gg = gg + 1 : aa = aa + 1
riga = riga & SiglaRuota(rr) & " "
Exit For
End If
End If
Next
If aa = 0 Then riga = riga & "-- "
If aa > 0 Then tot(rr) = tot(rr) + 1
If aa > 0 And rr = 12 Then tot(11) = tot(11) + 1
Next
Scrivi" -> Il Numero: " & Format2(jj) & " è sortito su: " & Format2(gg) & _
" Ruote: " & riga
Next
riga1 = ""
For j = 1 To 11
riga1 = riga1 & FormatSpace(Format2(tot(j)),3)
Next
Scrivi " " & _
"================================"
Scrivi " Totali: " & riga1
Scrivi
ImpostaGiocata 1,num,rrtt,posta,eg
Gioca fin
Scrivi
For rr = 1 To 12
If rr = 11 Then rr = 12
riga = "" : cca = 0
For h = fin + 1 To fin + eg
If h <= EstrazioneFin Then
For j = 1 To qn
jj = num(j)
If Posizione(h,rr,jj) > 0 Then
riga = riga & Format2(jj) & "." : cca = cca + 1
End If
Next
End If
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),12) & " " & Format2(cca) & _
" Numeri sortiti: " & riga
Next
Scrivi
Erase tot
For j = 1 To qn
jj = num(j) : gg = 0 : riga = ""
For rr = 1 To 12
aa = 0
If rr = 11 Then rr = 12
For h = fin + 1 To fin + eg
If h <= EstrazioneFin Then
If Posizione(h,rr,jj) > 0 Then
gg = gg + 1 : aa = aa + 1
riga = riga & SiglaRuota(rr) & " "
Exit For
End If
End If
Next
If aa = 0 Then riga = riga & "-- "
If aa > 0 Then tot(rr) = tot(rr) + 1
If aa > 0 And rr = 12 Then tot(11) = tot(11) + 1
Next
Scrivi" -> Il Numero: " & Format2(jj) & " è sortito su: " & Format2(gg) & _
" Ruote: " & riga
Next
riga1 = ""
For j = 1 To 11
riga1 = riga1 & FormatSpace(Format2(tot(j)),3)
Next
Scrivi " " & _
"================================"
Scrivi " Totali: " & riga1
Scrivi
Scrivi "Ambi sortiti nelle estrazioni di gioco",1
For rr = 1 To 12
If rr = 11 Then rr = 12
riga = "" : cca = 0
For h = fin + 1 To fin + eg
If h <= EstrazioneFin Then
For j = 1 To qn - 1
For jk = j + 1 To qn
jj = num(j) : jjj = num(jk)
If Posizione(h,rr,jj) > 0 And Posizione(h,rr,jjj) Then
riga = riga & Format2(jj) & "." & Format2(jjj) & " - "
cca = cca + 1
End If
Next
Next
End If
Next
Scrivi" -> Ruota: " & FormatSpace(NomeRuota(rr),9) & " " & Format2(cca) & _
" Ambi sortiti: " & riga
Next
Scrivi
Scrivi "Gioco sulle quartine derivate:"
ImpostaGiocata 2,abc1,rrtt,poste,eg
ImpostaGiocata 3,abc2,rrtt,poste,eg
ImpostaGiocata 4,abc3,rrtt,poste,eg
Gioca fin
Scrivi
ScriviResoconto
End Sub
 

Codicebinario

Advanced Member >PLATINUM<
Marcolino...la ricerca funziona ,bisogna solo affinare i "numerelli",ho seguito la ricerca di "SCARALAB" per mesi...e sono arrivato a "certe conclusioni"...che hanno ripagato e bene pure...solo che se parti da questa ricerca,implica altre ricerche e ci vuole tempo...volevo solo diminuire il tempo di ricerca con questa modifica...se si puo' ok sennò fa nulla ....tanto tempo ne ho'...con questa ricerca "covata" a lungo ,questo hà partorito....valuta tu.....guarda qui che ha prodotto....https://forum.lottoced.com/threads/cagliari-k-18-fino-a-fine-mese-novembre.2213124/
 

Marco-elle

Premium Member
Marcolino...la ricerca funziona ,bisogna solo affinare i "numerelli",ho seguito la ricerca di "SCARALAB" per mesi...e sono arrivato a "certe conclusioni"...che hanno ripagato e bene pure...solo che se parti da questa ricerca,implica altre ricerche e ci vuole tempo...volevo solo diminuire il tempo di ricerca con questa modifica...se si puo' ok sennò fa nulla ....tanto tempo ne ho'...con questa ricerca "covata" a lungo ,questo hà partorito....valuta tu.....guarda qui che ha prodotto....https://forum.lottoced.com/threads/cagliari-k-18-fino-a-fine-mese-novembre.2213124/
Apri un post in questa sezione....i Guru ti faranno tutte le modifiche richieste....
io sono ai tuoi livelli
 

claudio8

Premium Member
Questo è l'output che ti serve? Decina 1 ...10 ruota Ba

Codice:
Analisi 10 Numeri Orologio
__________________________ by ScaraLab

 I 10 Numeri nalizzati sono: 1.2.3.4.5.6.7.8.9.10
  Alla data del 16.11.2023 [10336]

1.2.3.4.5.6.7.8.9.10   in ordine crescente: 1.2.3.4.5.6.7.8.9.10
 Orologio dei 10 numeri:
    05 06            05 06
  04     07        04     07
 03       08      03       08
  02     09        02     09
    01 10            01 10

 Analisi Distanziale e Pondometrica

 Ambo: 01.02  Distanza: 01     Somma: 03
 Ambo: 01.03  Distanza: 02     Somma: 04
 Ambo: 01.04  Distanza: 03     Somma: 05
 Ambo: 01.05  Distanza: 04     Somma: 06
 Ambo: 01.06  Distanza: 05     Somma: 07
 Ambo: 01.07  Distanza: 06     Somma: 08
 Ambo: 01.08  Distanza: 07     Somma: 09
 Ambo: 01.09  Distanza: 08     Somma: 10
 Ambo: 01.10  Distanza: 09     Somma: 11
 Ambo: 02.03  Distanza: 01     Somma: 05
 Ambo: 02.04  Distanza: 02     Somma: 06
 Ambo: 02.05  Distanza: 03     Somma: 07
 Ambo: 02.06  Distanza: 04     Somma: 08
 Ambo: 02.07  Distanza: 05     Somma: 09
 Ambo: 02.08  Distanza: 06     Somma: 10
 Ambo: 02.09  Distanza: 07     Somma: 11
 Ambo: 02.10  Distanza: 08     Somma: 12
 Ambo: 03.04  Distanza: 01     Somma: 07
 Ambo: 03.05  Distanza: 02     Somma: 08
 Ambo: 03.06  Distanza: 03     Somma: 09
 Ambo: 03.07  Distanza: 04     Somma: 10
 Ambo: 03.08  Distanza: 05     Somma: 11
 Ambo: 03.09  Distanza: 06     Somma: 12
 Ambo: 03.10  Distanza: 07     Somma: 13
 Ambo: 04.05  Distanza: 01     Somma: 09
 Ambo: 04.06  Distanza: 02     Somma: 10
 Ambo: 04.07  Distanza: 03     Somma: 11
 Ambo: 04.08  Distanza: 04     Somma: 12
 Ambo: 04.09  Distanza: 05     Somma: 13
 Ambo: 04.10  Distanza: 06     Somma: 14
 Ambo: 05.06  Distanza: 01     Somma: 11
 Ambo: 05.07  Distanza: 02     Somma: 12
 Ambo: 05.08  Distanza: 03     Somma: 13
 Ambo: 05.09  Distanza: 04     Somma: 14
 Ambo: 05.10  Distanza: 05     Somma: 15
 Ambo: 06.07  Distanza: 01     Somma: 13
 Ambo: 06.08  Distanza: 02     Somma: 14
 Ambo: 06.09  Distanza: 03     Somma: 15
 Ambo: 06.10  Distanza: 04     Somma: 16
 Ambo: 07.08  Distanza: 01     Somma: 15
 Ambo: 07.09  Distanza: 02     Somma: 16
 Ambo: 07.10  Distanza: 03     Somma: 17
 Ambo: 08.09  Distanza: 01     Somma: 17
 Ambo: 08.10  Distanza: 02     Somma: 18
 Ambo: 09.10  Distanza: 01     Somma: 19

 Numero: 01
   ->  Ruota: Bari            Presenze in 216 estr.  17    Ritardo estr.  21
 Numero: 02
   ->  Ruota: Bari            Presenze in 216 estr.  12    Ritardo estr.  03
 Numero: 03
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  02
 Numero: 04
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  21
 Numero: 05
   ->  Ruota: Bari            Presenze in 216 estr.  11    Ritardo estr.  07
 Numero: 06
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  06
 Numero: 07
   ->  Ruota: Bari            Presenze in 216 estr.  08    Ritardo estr.  22
 Numero: 08
   ->  Ruota: Bari            Presenze in 216 estr.  12    Ritardo estr.  02
 Numero: 09
   ->  Ruota: Bari            Presenze in 216 estr.  12    Ritardo estr.  38
 Numero: 10
   ->  Ruota: Bari            Presenze in 216 estr.  13    Ritardo estr.  09

 Ambo: 01.02    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.03    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.04    Pres 0-11 estr.  00    Pres 23-12 estr.  01    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.03    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.04    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.04    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  01    Pres 47-36 estr.  01
 Ambo: 06.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 06.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 06.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 06.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 07.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 07.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 07.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 08.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 08.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 09.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00

 I 10 Numeri  ->  Ruota: Bari            Presenze per ambo in 400 estr.  42    Ritardo per ambo estr.  02

 Numero: 01    Ritardo a 1  21 estr.
 Numero: 02    Ritardo a 1  03 estr.
 Numero: 03    Ritardo a 1  02 estr.
 Numero: 04    Ritardo a 1  21 estr.
 Numero: 05    Ritardo a 1  07 estr.
 Numero: 06    Ritardo a 1  06 estr.
 Numero: 07    Ritardo a 1  22 estr.
 Numero: 08    Ritardo a 1  02 estr.
 Numero: 09    Ritardo a 1  38 estr.
 Numero: 10    Ritardo a 1  09 estr.

Estrazione generatrice del pronostico 10336 [156 - 16/11/2023]
G 0001 Numeri in gioco : 01.02.03.04.05.06.07.08.09.10 su BA per Estratto
  N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. .. ..] C.   1            10337 [157 - 17/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. .. 03] C.   2 Estratto   10338 [158 - 18/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. 08 ..] C.   3 Estratto   10339 [159 - 21/11/2023]
  N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. .. ..] C.   4            10340 [160 - 23/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [10 .. 04 .. ..] C.   5 Ambo       10341 [161 - 24/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. 01 06 .. ..] C.   6 Ambo       10342 [162 - 25/11/2023]

In corso per altre 6 estrazioni

+----------------------------------------+
| Prima Giocata      : 10336             |
| Ultima Giocata     : 10336             |
| Range              : 1                 |
| Casi giocab perc.  : %                 |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+
|               RESOCONTO                | |       DISTRIBUZIONE ESITI        | | DISTRIBUZIONE ESITI PERCENTUALI  | |        DISTRIBUZIONE CASI        |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+
| Casi esaminati     :                1  | | RT | Est | Amb | Ter | Qua | Cin | | RT | Est | Amb | Ter | Qua | Cin | | RT |  Q  |                       |
| Casi vincenti      :                1  | +----------------------------------+ +----------------------------------+ +----------------------------------+
| Percentuale pos.   :            100 %  | | BA |    6|    2|     |     |     | | BA |  100|  100|     |     |     | | BA |    1|                       |
| Pronostici totali  :                1  | | CA |     |     |     |     |     | | CA |     |     |     |     |     | | CA |     |                       |
| Pronostici vinc.   :                1  | | FI |     |     |     |     |     | | FI |     |     |     |     |     | | FI |     |                       |
| Percentuale pos.   :            100 %  | | GE |     |     |     |     |     | | GE |     |     |     |     |     | | GE |     |                       |
| Giocate in corso   :                1  | | MI |     |     |     |     |     | | MI |     |     |     |     |     | | MI |     |                       |
| Giocate terminate  :                0  | | NA |     |     |     |     |     | | NA |     |     |     |     |     | | NA |     |                       |
| Bollette giocate   :                6  | | PA |     |     |     |     |     | | PA |     |     |     |     |     | | PA |     |                       |
| Bollette vincenti  :                4  | | RO |     |     |     |     |     | | RO |     |     |     |     |     | | RO |     |                       |
| Attesa media       :                2  | | TO |     |     |     |     |     | | TO |     |     |     |     |     | | TO |     |                       |
| Spesa              :           6,00 €  | | VE |     |     |     |     |     | | VE |     |     |     |     |     | | VE |     |                       |
| Vincita            :           6,32 €  | | NZ |     |     |     |     |     | | NZ |     |     |     |     |     | | NZ |     |                       |
| Guadagno           :           0,32 €  | | TT |     |     |     |     |     | | TT |     |     |     |     |     | | TT |     |                       |
| Perc. Rendimento   :           5,28 %  | +----------------------------------+ +----------------------------------+ +----------------------------------+
| Mass. Esposizione  :           6,00 €  |  
| Estratto su ruota  :                6  |                                                                                                              
| Ambo su ruota      :                2  |                                                                                                              
|                                        |                                                                                                              
+----------------------------------------+
 

Codicebinario

Advanced Member >PLATINUM<
Questo è l'output che ti serve? Decina 1 ...10 ruota Ba

Codice:
Analisi 10 Numeri Orologio
__________________________ by ScaraLab

 I 10 Numeri nalizzati sono: 1.2.3.4.5.6.7.8.9.10
  Alla data del 16.11.2023 [10336]

1.2.3.4.5.6.7.8.9.10   in ordine crescente: 1.2.3.4.5.6.7.8.9.10
 Orologio dei 10 numeri:
    05 06            05 06
  04     07        04     07
 03       08      03       08
  02     09        02     09
    01 10            01 10

 Analisi Distanziale e Pondometrica

 Ambo: 01.02  Distanza: 01     Somma: 03
 Ambo: 01.03  Distanza: 02     Somma: 04
 Ambo: 01.04  Distanza: 03     Somma: 05
 Ambo: 01.05  Distanza: 04     Somma: 06
 Ambo: 01.06  Distanza: 05     Somma: 07
 Ambo: 01.07  Distanza: 06     Somma: 08
 Ambo: 01.08  Distanza: 07     Somma: 09
 Ambo: 01.09  Distanza: 08     Somma: 10
 Ambo: 01.10  Distanza: 09     Somma: 11
 Ambo: 02.03  Distanza: 01     Somma: 05
 Ambo: 02.04  Distanza: 02     Somma: 06
 Ambo: 02.05  Distanza: 03     Somma: 07
 Ambo: 02.06  Distanza: 04     Somma: 08
 Ambo: 02.07  Distanza: 05     Somma: 09
 Ambo: 02.08  Distanza: 06     Somma: 10
 Ambo: 02.09  Distanza: 07     Somma: 11
 Ambo: 02.10  Distanza: 08     Somma: 12
 Ambo: 03.04  Distanza: 01     Somma: 07
 Ambo: 03.05  Distanza: 02     Somma: 08
 Ambo: 03.06  Distanza: 03     Somma: 09
 Ambo: 03.07  Distanza: 04     Somma: 10
 Ambo: 03.08  Distanza: 05     Somma: 11
 Ambo: 03.09  Distanza: 06     Somma: 12
 Ambo: 03.10  Distanza: 07     Somma: 13
 Ambo: 04.05  Distanza: 01     Somma: 09
 Ambo: 04.06  Distanza: 02     Somma: 10
 Ambo: 04.07  Distanza: 03     Somma: 11
 Ambo: 04.08  Distanza: 04     Somma: 12
 Ambo: 04.09  Distanza: 05     Somma: 13
 Ambo: 04.10  Distanza: 06     Somma: 14
 Ambo: 05.06  Distanza: 01     Somma: 11
 Ambo: 05.07  Distanza: 02     Somma: 12
 Ambo: 05.08  Distanza: 03     Somma: 13
 Ambo: 05.09  Distanza: 04     Somma: 14
 Ambo: 05.10  Distanza: 05     Somma: 15
 Ambo: 06.07  Distanza: 01     Somma: 13
 Ambo: 06.08  Distanza: 02     Somma: 14
 Ambo: 06.09  Distanza: 03     Somma: 15
 Ambo: 06.10  Distanza: 04     Somma: 16
 Ambo: 07.08  Distanza: 01     Somma: 15
 Ambo: 07.09  Distanza: 02     Somma: 16
 Ambo: 07.10  Distanza: 03     Somma: 17
 Ambo: 08.09  Distanza: 01     Somma: 17
 Ambo: 08.10  Distanza: 02     Somma: 18
 Ambo: 09.10  Distanza: 01     Somma: 19

 Numero: 01
   ->  Ruota: Bari            Presenze in 216 estr.  17    Ritardo estr.  21
 Numero: 02
   ->  Ruota: Bari            Presenze in 216 estr.  12    Ritardo estr.  03
 Numero: 03
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  02
 Numero: 04
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  21
 Numero: 05
   ->  Ruota: Bari            Presenze in 216 estr.  11    Ritardo estr.  07
 Numero: 06
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  06
 Numero: 07
   ->  Ruota: Bari            Presenze in 216 estr.  08    Ritardo estr.  22
 Numero: 08
   ->  Ruota: Bari            Presenze in 216 estr.  12    Ritardo estr.  02
 Numero: 09
   ->  Ruota: Bari            Presenze in 216 estr.  12    Ritardo estr.  38
 Numero: 10
   ->  Ruota: Bari            Presenze in 216 estr.  13    Ritardo estr.  09

 Ambo: 01.02    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.03    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.04    Pres 0-11 estr.  00    Pres 23-12 estr.  01    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.03    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.04    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 02.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.04    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 03.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.05    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 04.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.06    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 05.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  01    Pres 47-36 estr.  01
 Ambo: 06.07    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 06.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 06.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 06.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 07.08    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 07.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 07.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 08.09    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 08.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 09.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00

 I 10 Numeri  ->  Ruota: Bari            Presenze per ambo in 400 estr.  42    Ritardo per ambo estr.  02

 Numero: 01    Ritardo a 1  21 estr.
 Numero: 02    Ritardo a 1  03 estr.
 Numero: 03    Ritardo a 1  02 estr.
 Numero: 04    Ritardo a 1  21 estr.
 Numero: 05    Ritardo a 1  07 estr.
 Numero: 06    Ritardo a 1  06 estr.
 Numero: 07    Ritardo a 1  22 estr.
 Numero: 08    Ritardo a 1  02 estr.
 Numero: 09    Ritardo a 1  38 estr.
 Numero: 10    Ritardo a 1  09 estr.

Estrazione generatrice del pronostico 10336 [156 - 16/11/2023]
G 0001 Numeri in gioco : 01.02.03.04.05.06.07.08.09.10 su BA per Estratto
  N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. .. ..] C.   1            10337 [157 - 17/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. .. 03] C.   2 Estratto   10338 [158 - 18/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. 08 ..] C.   3 Estratto   10339 [159 - 21/11/2023]
  N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. .. .. .. ..] C.   4            10340 [160 - 23/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [10 .. 04 .. ..] C.   5 Ambo       10341 [161 - 24/11/2023]
V N. [01.02.03.04.05.06.07.08.09.10 ] [BA]     [.. 01 06 .. ..] C.   6 Ambo       10342 [162 - 25/11/2023]

In corso per altre 6 estrazioni

+----------------------------------------+
| Prima Giocata      : 10336             |
| Ultima Giocata     : 10336             |
| Range              : 1                 |
| Casi giocab perc.  : %                 |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+
|               RESOCONTO                | |       DISTRIBUZIONE ESITI        | | DISTRIBUZIONE ESITI PERCENTUALI  | |        DISTRIBUZIONE CASI        |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+
| Casi esaminati     :                1  | | RT | Est | Amb | Ter | Qua | Cin | | RT | Est | Amb | Ter | Qua | Cin | | RT |  Q  |                       |
| Casi vincenti      :                1  | +----------------------------------+ +----------------------------------+ +----------------------------------+
| Percentuale pos.   :            100 %  | | BA |    6|    2|     |     |     | | BA |  100|  100|     |     |     | | BA |    1|                       |
| Pronostici totali  :                1  | | CA |     |     |     |     |     | | CA |     |     |     |     |     | | CA |     |                       |
| Pronostici vinc.   :                1  | | FI |     |     |     |     |     | | FI |     |     |     |     |     | | FI |     |                       |
| Percentuale pos.   :            100 %  | | GE |     |     |     |     |     | | GE |     |     |     |     |     | | GE |     |                       |
| Giocate in corso   :                1  | | MI |     |     |     |     |     | | MI |     |     |     |     |     | | MI |     |                       |
| Giocate terminate  :                0  | | NA |     |     |     |     |     | | NA |     |     |     |     |     | | NA |     |                       |
| Bollette giocate   :                6  | | PA |     |     |     |     |     | | PA |     |     |     |     |     | | PA |     |                       |
| Bollette vincenti  :                4  | | RO |     |     |     |     |     | | RO |     |     |     |     |     | | RO |     |                       |
| Attesa media       :                2  | | TO |     |     |     |     |     | | TO |     |     |     |     |     | | TO |     |                       |
| Spesa              :           6,00 €  | | VE |     |     |     |     |     | | VE |     |     |     |     |     | | VE |     |                       |
| Vincita            :           6,32 €  | | NZ |     |     |     |     |     | | NZ |     |     |     |     |     | | NZ |     |                       |
| Guadagno           :           0,32 €  | | TT |     |     |     |     |     | | TT |     |     |     |     |     | | TT |     |                       |
| Perc. Rendimento   :           5,28 %  | +----------------------------------+ +----------------------------------+ +----------------------------------+
| Mass. Esposizione  :           6,00 €  |
| Estratto su ruota  :                6  |                                                                                                            
| Ambo su ruota      :                2  |                                                                                                            
|                                        |                                                                                                            
+----------------------------------------+
Ciao claudio e grazie.....si vorrei usare la stessa metodica dello script ma poter scegliere dove giocare...mi spiego meglio...lo script per come e'costruito sceglie in base alla decina chiamata "orologio" le varie metodiche di esplorazione...la decina la posso scegliere io ,a secondo di "mie metodi"...ora,se per esempio,ho' una ottima decina su ,che sò ROMA, e la immetto nello script devo andare a cercarmi tutti i parametri su quella ruota e poi scelgo ...io vorrei se possibile,che lo script analizzasse tutte le ruote e mi restuisse i migliori parametri per la ruota scelta...spero di essere stato esaustivo...magari e' una stronzata...però...facendo tutte le ricerche a mano ,a ritroso,mi ha' ripagato....eccome! Credo che sia meritevole di attenzione.Scusa se non sono stato chiaro,a disposizione se ci sono dubbi.Ciao e grazie.(ps la decina intendo 10 numeri da me scelti...1,45,67,89,90,etc etc ad esempio)
 

claudio8

Premium Member
Adesso stai chiedendo tutt'altra cosa rispetto a quanto fa lo script ma comunque vediamo se è possibile adattarlo o se no.
Tu scrivi:
".io vorrei se possibile,che lo script analizzasse tutte le ruote e mi restuisse i migliori parametri per la ruota scelta.."
Domanda quali sono questi parametri?
Cosa intendi per migliori?

Prova a fare un esempio pratico in modo da capire se e come procedere.

Adesso fa solo questo:
inserendo i 10 numeri a piacere mio
Codice:
 I 10 Numeri nalizzati sono: 1.10.19.28.37.46.55.64.73.82
  Alla data del 26.10.2023 [10324]

1.10.19.28.37.46.55.64.73.82   in ordine crescente: 1.10.19.28.37.46.55.64.73.82
 Orologio dei 10 numeri:
    37 46            37 46
  28     55        28     55
 19       64      19       64
  10     73        10     73
    01 82            01 82

 Analisi Distanziale e Pondometrica

 Ambo: 01.10  Distanza: 09     Somma: 11
 Ambo: 01.19  Distanza: 18     Somma: 20
 Ambo: 01.28  Distanza: 27     Somma: 29
 Ambo: 01.37  Distanza: 36     Somma: 38
 Ambo: 01.46  Distanza: 45     Somma: 47
 Ambo: 01.55  Distanza: 36     Somma: 56
 Ambo: 01.64  Distanza: 27     Somma: 65
 Ambo: 01.73  Distanza: 18     Somma: 74
 Ambo: 01.82  Distanza: 09     Somma: 83
 Ambo: 10.19  Distanza: 09     Somma: 29
 Ambo: 10.28  Distanza: 18     Somma: 38
 Ambo: 10.37  Distanza: 27     Somma: 47
 Ambo: 10.46  Distanza: 36     Somma: 56
 Ambo: 10.55  Distanza: 45     Somma: 65
 Ambo: 10.64  Distanza: 36     Somma: 74
 Ambo: 10.73  Distanza: 27     Somma: 83
 Ambo: 10.82  Distanza: 18     Somma: 02
 Ambo: 19.28  Distanza: 09     Somma: 47
 Ambo: 19.37  Distanza: 18     Somma: 56
 Ambo: 19.46  Distanza: 27     Somma: 65
 Ambo: 19.55  Distanza: 36     Somma: 74
 Ambo: 19.64  Distanza: 45     Somma: 83
 Ambo: 19.73  Distanza: 36     Somma: 02
 Ambo: 19.82  Distanza: 27     Somma: 11
 Ambo: 28.37  Distanza: 09     Somma: 65
 Ambo: 28.46  Distanza: 18     Somma: 74
 Ambo: 28.55  Distanza: 27     Somma: 83
 Ambo: 28.64  Distanza: 36     Somma: 02
 Ambo: 28.73  Distanza: 45     Somma: 11
 Ambo: 28.82  Distanza: 36     Somma: 20
 Ambo: 37.46  Distanza: 09     Somma: 83
 Ambo: 37.55  Distanza: 18     Somma: 02
 Ambo: 37.64  Distanza: 27     Somma: 11
 Ambo: 37.73  Distanza: 36     Somma: 20
 Ambo: 37.82  Distanza: 45     Somma: 29
 Ambo: 46.55  Distanza: 09     Somma: 11
 Ambo: 46.64  Distanza: 18     Somma: 20
 Ambo: 46.73  Distanza: 27     Somma: 29
 Ambo: 46.82  Distanza: 36     Somma: 38
 Ambo: 55.64  Distanza: 09     Somma: 29
 Ambo: 55.73  Distanza: 18     Somma: 38
 Ambo: 55.82  Distanza: 27     Somma: 47
 Ambo: 64.73  Distanza: 09     Somma: 47
 Ambo: 64.82  Distanza: 18     Somma: 56
 Ambo: 73.82  Distanza: 09     Somma: 65

 Numero: 01
   ->  Ruota: Bari            Presenze in 216 estr.  17    Ritardo estr.  09
 Numero: 10
   ->  Ruota: Bari            Presenze in 216 estr.  15    Ritardo estr.  13
 Numero: 19
   ->  Ruota: Bari            Presenze in 216 estr.  14    Ritardo estr.  05
 Numero: 28
   ->  Ruota: Bari            Presenze in 216 estr.  04    Ritardo estr.  51
 Numero: 37
   ->  Ruota: Bari            Presenze in 216 estr.  13    Ritardo estr.  23
 Numero: 46
   ->  Ruota: Bari            Presenze in 216 estr.  10    Ritardo estr.  01
 Numero: 55
   ->  Ruota: Bari            Presenze in 216 estr.  07    Ritardo estr.  17
 Numero: 64
   ->  Ruota: Bari            Presenze in 216 estr.  07    Ritardo estr.  81
 Numero: 73
   ->  Ruota: Bari            Presenze in 216 estr.  08    Ritardo estr.  68
 Numero: 82
   ->  Ruota: Bari            Presenze in 216 estr.  17    Ritardo estr.  08

 Ambo: 01.10    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.19    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.28    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.37    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.46    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.55    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 01.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.19    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  01    Pres 47-36 estr.  01
 Ambo: 10.28    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.37    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.46    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.55    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 10.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.28    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.37    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.46    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.55    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 19.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 28.37    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 28.46    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 28.55    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 28.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 28.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 28.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 37.46    Pres 0-11 estr.  00    Pres 23-12 estr.  01    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 37.55    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 37.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 37.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 37.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 46.55    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 46.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 46.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 46.82    Pres 0-11 estr.  00    Pres 23-12 estr.  01    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 55.64    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 55.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 55.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 64.73    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 64.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00
 Ambo: 73.82    Pres 0-11 estr.  00    Pres 23-12 estr.  00    Pres 35-24 estr.  00    Pres 47-36 estr.  00

 I 10 Numeri  ->  Ruota: Bari            Presenze per ambo in 400 estr.  56    Ritardo per ambo estr.  12

 Numero: 01    Ritardo a 1  09 estr.
 Numero: 10    Ritardo a 1  13 estr.
 Numero: 19    Ritardo a 1  05 estr.
 Numero: 28    Ritardo a 1  51 estr.
 Numero: 37    Ritardo a 1  23 estr.
 Numero: 46    Ritardo a 1  01 estr.
 Numero: 55    Ritardo a 1  17 estr.
 Numero: 64    Ritardo a 1  61 estr.
 Numero: 73    Ritardo a 1  61 estr.
 Numero: 82    Ritardo a 1  08 estr.

Estrazione generatrice del pronostico 10324 [144 - 26/10/2023]
G 0001 Numeri in gioco : 01.10.19.28.37.46.55.64.73.82 su BA per Estratto,Ambo
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.   1            10325 [145 - 27/10/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.   2            10326 [146 - 28/10/2023]
V N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. 82 10 ..] C.   3 Ambo       10327 [147 - 31/10/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.   4            10328 [148 - 02/11/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.   5            10329 [149 - 03/11/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.   6            10330 [150 - 04/11/2023]
V N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. 73 .. ..] C.   7 Estratto   10331 [151 - 07/11/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.   8            10332 [152 - 09/11/2023]
V N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [73 .. .. .. ..] C.   9 Estratto   10333 [153 - 10/11/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.  10            10334 [154 - 11/11/2023]
  N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [.. .. .. .. ..] C.  11            10335 [155 - 14/11/2023]
V N. [01.10.19.28.37.46.55.64.73.82 ] [BA]     [82 .. .. 37 ..] C.  12 Ambo       10336 [156 - 16/11/2023]
Interrotta per raggiunta durata
 
Ultima modifica:

Codicebinario

Advanced Member >PLATINUM<
Adesso stai chiedendo tutt'altra cosa rispetto a quanto fa lo script ma comunque vediamo se è possibile adaqttarlo o se no.
Tu scrivi:
".io vorrei se possibile,che lo script analizzasse tutte le ruote e mi restuisse i migliori parametri per la ruota scelta.."
Domanda quali sono questi parametri?
Cosa intendi per migliori?

Prova a fare un esempio pratico in modo da capire se e come procedere.
ok Claudio. ti faccio un esempio...

Esplorazione di Fibonacci by "SCARALAB"

Analisi 10 Numeri Orologio "Fibonacci" by ScaraLab
I 10 Numeri analizzati sono: 1.2.3.5.8.13.21.34.55.89
Alla data del 17.11.2023 [10337]
In corso per 13 estrazioni da oggi 27/11/2023 (fino a giovedi 21/12/12/2023)

Queste sono le mie osservazioni:
CA-TO-NZ-tt
1.2.3.5.8.13.21.34.55.89 A/T/Q/C A TUTTE
-> Ruota: Bari Numeri sortiti: 03.08.89.34.01.
-> Ruota: Cagliari Numeri sortiti:
-> Ruota: Firenze Numeri sortiti: 89.05.02.34.03.
-> Ruota: Genova Numeri sortiti: 03.21.02.
-> Ruota: Milano Numeri sortiti: 21.34.
-> Ruota: Napoli Numeri sortiti: 34.
-> Ruota: Palermo Numeri sortiti: 05.13.34.55.
-> Ruota: Roma Numeri sortiti: 13.34.02.03.08.
-> Ruota: Torino Numeri sortiti:
-> Ruota: Venezia Numeri sortiti: 13.05.08.03.
-> Ruota: Nazionale Numeri sortiti: 01.05.08.
-> Il Numero: 01 è sortito su: 02 Ruote
-> Il Numero: 02 è sortito su: 03 Ruote
-> Il Numero: 03 è sortito su: 05 Ruote
-> Il Numero: 05 è sortito su: 04 Ruote
-> Il Numero: 08 è sortito su: 04 Ruote
-> Il Numero: 13 è sortito su: 03 Ruote
-> Il Numero: 21 è sortito su: 02 Ruote
-> Il Numero: 34 è sortito su: 06 Ruote
-> Il Numero: 55 è sortito su: 01 Ruote
-> Il Numero: 89 è sortito su: 02 Ruote
CA-TO 55.89.21.1 E/A/T
NZ 55.89.21.3 E/A/T
scelta su 18 colpi e 180 estrazioni....
 

Codicebinario

Advanced Member >PLATINUM<
Chiedo scusa per "invasione del 3d" ma mi sembrava una possibile soluzione al quesito originale.Se ritenete che non sia congruo apro ioun altro 3d.Scusate e grazie.
 

claudio8

Premium Member
ok Claudio. ti faccio un esempio...

Esplorazione di Fibonacci by "SCARALAB"

Analisi 10 Numeri Orologio "Fibonacci" by ScaraLab
I 10 Numeri analizzati sono: 1.2.3.5.8.13.21.34.55.89
Alla data del 17.11.2023 [10337]
In corso per 13 estrazioni da oggi 27/11/2023 (fino a giovedi 21/12/12/2023)

Queste sono le mie osservazioni:
CA-TO-NZ-tt
1.2.3.5.8.13.21.34.55.89 A/T/Q/C A TUTTE
-> Ruota: Bari Numeri sortiti: 03.08.89.34.01.
-> Ruota: Cagliari Numeri sortiti:
-> Ruota: Firenze Numeri sortiti: 89.05.02.34.03.
-> Ruota: Genova Numeri sortiti: 03.21.02.
-> Ruota: Milano Numeri sortiti: 21.34.
-> Ruota: Napoli Numeri sortiti: 34.
-> Ruota: Palermo Numeri sortiti: 05.13.34.55.
-> Ruota: Roma Numeri sortiti: 13.34.02.03.08.
-> Ruota: Torino Numeri sortiti:
-> Ruota: Venezia Numeri sortiti: 13.05.08.03.
-> Ruota: Nazionale Numeri sortiti: 01.05.08.
-> Il Numero: 01 è sortito su: 02 Ruote
-> Il Numero: 02 è sortito su: 03 Ruote
-> Il Numero: 03 è sortito su: 05 Ruote
-> Il Numero: 05 è sortito su: 04 Ruote
-> Il Numero: 08 è sortito su: 04 Ruote
-> Il Numero: 13 è sortito su: 03 Ruote
-> Il Numero: 21 è sortito su: 02 Ruote
-> Il Numero: 34 è sortito su: 06 Ruote
-> Il Numero: 55 è sortito su: 01 Ruote
-> Il Numero: 89 è sortito su: 02 Ruote
CA-TO 55.89.21.1 E/A/T
NZ 55.89.21.3 E/A/T
scelta su 18 colpi e 180 estrazioni....
Quindi lo script ce l'hai cosa altro ti seve... non riesco a seguirti.
Chiedo scusa per "invasione del 3d" ma mi sembrava una possibile soluzione al quesito originale.Se ritenete che non sia congruo apro ioun altro 3d.Scusate e grazie.
Apri pure
 

Marco-elle

Premium Member
Momentaneamente ho una ricerca degna di nota e già avanti con i colpi.
Terno esaminato 8-13-18 a passo 5....sortito su tutte,personalmente escluderei
il 32....perchè,o è entrato in multi frequenza,oppure non lo vedremo nei termini
della previsione.Io,personalmente vedo bene la ruota di BA....perchè ho altre convergenze
sensate.Detto ciò.....se avete qualcosa di buono da determinare una probabilità di uscita
tra BA-FI è cosa buona e giusta.

Codice:
 TERNO SPIA 8-13-18
 USCITO SU TUTTE
 RICERCHE EPOCALI BY Marco
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°1
20.06.1874  Terno spia  su TT  13 - 8 - 18 -
Estrazione generatrice del pronostico 00181 [ 25 - 20/06/1874]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [15 .. 25 .. ..] C.  15 Ambo       00196 [ 40 - 03/10/1874]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°2
12.05.1934  Terno spia  su TT  8 - 18 - 13 -
Estrazione generatrice del pronostico 03306 [ 19 - 12/05/1934]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [25 .. 13 .. ..] C.   3 Ambo       03309 [ 22 - 02/06/1934]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°3
15.04.1961  Terno spia  su TT  8 - 18 - 13 -
Estrazione generatrice del pronostico 04711 [ 15 - 15/04/1961]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [FI]     [25 .. 32 .. ..] C.   9 Ambo       04720 [ 24 - 24/06/1961]
V N. [13.15.25.32                   ] [FI]     [.. 15 25 .. ..] C.  15 Ambo       04726 [ 30 - 05/08/1961]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°4
01.07.1967  Terno spia  su TT  8 - 18 - 13 -
Estrazione generatrice del pronostico 05034 [ 26 - 01/07/1967]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [25 .. 13 .. ..] C.   6 Ambo       05040 [ 32 - 12/08/1967]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°5
27.05.1972  Terno spia  su TT  8 - 13 - 18 -
Estrazione generatrice del pronostico 05290 [ 22 - 27/05/1972]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [.. 13 .. .. 32] C.  11 Ambo       05301 [ 33 - 12/08/1972]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°6
15.12.1984  Terno spia  su TT  18 - 13 - 8 -
Estrazione generatrice del pronostico 05945 [ 50 - 15/12/1984]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [.. .. .. 13 15] C.   2 Ambo       05947 [ 52 - 29/12/1984]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°7
04.02.2006  Terno spia  su TT  13 - 18 - 8 -
Estrazione generatrice del pronostico 07552 [ 15 - 04/02/2006]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [.. 32 .. .. 25] C.   1 Ambo       07553 [ 16 - 07/02/2006]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°8
30.10.2014  Terno spia  su TT  8 - 13 - 18 -
Estrazione generatrice del pronostico 08919 [130 - 30/10/2014]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [FI]     [15 .. 13 32 ..] C.   5 Terno      08924 [135 - 11/11/2014]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°9
16.06.2015  Terno spia  su TT  18 - 8 - 13 -
Estrazione generatrice del pronostico 09017 [ 72 - 16/06/2015]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [FI]     [13 32 .. .. ..] C.   1 Ambo       09018 [ 73 - 18/06/2015]
V N. [13.15.25.32                   ] [BA]     [.. 25 .. 13 ..] C.   7 Ambo       09024 [ 79 - 02/07/2015]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°10
24.10.2015  Terno spia  su TT  13 - 8 - 18 -
Estrazione generatrice del pronostico 09073 [128 - 24/10/2015]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [FI]     [.. 32 .. .. 13] C.   2 Ambo       09075 [130 - 29/10/2015]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°11
18.04.2019  Terno spia  su TT  13 - 18 - 8 -
Estrazione generatrice del pronostico 09618 [ 47 - 18/04/2019]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
V N. [13.15.25.32                   ] [BA]     [25 32 .. .. ..] C.   9 Ambo       09627 [ 56 - 09/05/2019]
Interrotta per raggiunta durata

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° Caso n°12
11.11.2023  Terno spia  su TT  18 - 8 - 13 -
Estrazione generatrice del pronostico 10334 [154 - 11/11/2023]
G 0004 Numeri in gioco : 13.15.25.32 su BA FI per Ambo
In corso per altre 7 estrazioni
+----------------------------------------+
| Prima Giocata      : 181               |
| Ultima Giocata     : 10334             |
| Range              : 10154             |
| Casi giocab perc.  : 0,118%            |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+
|               RESOCONTO                | |       DISTRIBUZIONE ESITI        | | DISTRIBUZIONE ESITI PERCENTUALI  | |        DISTRIBUZIONE CASI        |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+
| Casi esaminati     :               12  | | RT | Est | Amb | Ter | Qua | Cin | | RT | Est | Amb | Ter | Qua | Cin | | RT |  Q  |                       |
| Casi vincenti      :               11  | +----------------------------------+ +----------------------------------+ +----------------------------------+
| Percentuale pos.   :          91,67 %  | | BA |     |    8|     |     |     | | BA |     |53,33|     |     |     | | BA |   12|                       |
| Pronostici totali  :               12  | | CA |     |     |     |     |     | | CA |     |     |     |     |     | | CA |     |                       |
| Pronostici vinc.   :               11  | | FI |     |    7|    1|     |     | | FI |     |46,67|  100|     |     | | FI |   12|                       |
| Percentuale pos.   :          91,67 %  | | GE |     |     |     |     |     | | GE |     |     |     |     |     | | GE |     |                       |
| Giocate in corso   :                1  | | MI |     |     |     |     |     | | MI |     |     |     |     |     | | MI |     |                       |
| Giocate terminate  :               11  | | NA |     |     |     |     |     | | NA |     |     |     |     |     | | NA |     |                       |
| Bollette giocate   :              346  | | PA |     |     |     |     |     | | PA |     |     |     |     |     | | PA |     |                       |
| Bollette vincenti  :               13  | | RO |     |     |     |     |     | | RO |     |     |     |     |     | | RO |     |                       |
| Attesa media       :                6  | | TO |     |     |     |     |     | | TO |     |     |     |     |     | | TO |     |                       |
| Spesa              :         346,00 €  | | VE |     |     |     |     |     | | VE |     |     |     |     |     | | VE |     |                       |
| Vincita            :         586,56 €  | | NZ |     |     |     |     |     | | NZ |     |     |     |     |     | | NZ |     |                       |
| Guadagno           :         240,56 €  | | TT |     |     |     |     |     | | TT |     |     |     |     |     | | TT |     |                       |
| Perc. Rendimento   :         69,526 %  | +----------------------------------+ +----------------------------------+ +----------------------------------+
| Mass. Esposizione  :          30,00 €  |
| Estratto su ruota  :               27  |                                                                                                            
| Ambo su ruota      :               15  |                                                                                                            
| Terno su ruota     :                1  |                                                                                                            
|                                        |                                                                                                            
+----------------------------------------+
Ancora il 32 su BA e ambetto a FI
questa ricerca non paga più!
 

Marco-elle

Premium Member
Per non mandare nel dimenticatoio il Thread,inserisco una nuova proposta
per ricercare convergenze e/o migliorie.
Ricerca estratto 54 sulla NZ uscita a Novembre....
miglior ruota di riscontro è BARI con con 2 ambi e 1 cinquina.....

Codice:
SPIA 54 sulla NZ a NOVEMBRE
RICERCA EPOCALE BY Marco
******************************************************************************** Caso n°1
03.11.2011   spia sulla NZ  54
Estrazione generatrice del pronostico 08451 [132 - 03/11/2011]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
V N. [13.27                         ] [BA]     [.. 27 .. 13 ..] C.   9 Ambo       08460 [141 - 24/11/2011]
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. 27 .. 13 ..] C.   9 Ambo       08460 [141 - 24/11/2011]
Interrotta per raggiunta durata

******************************************************************************** Caso n°2
19.11.2011   spia sulla NZ  54
Estrazione generatrice del pronostico 08458 [139 - 19/11/2011]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
V N. [13.27                         ] [BA]     [.. 27 .. 13 ..] C.   2 Ambo       08460 [141 - 24/11/2011]
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. 27 .. 13 ..] C.   2 Ambo       08460 [141 - 24/11/2011]
Interrotta per raggiunta durata

******************************************************************************** Caso n°3
15.11.2012   spia sulla NZ  54
Estrazione generatrice del pronostico 08613 [137 - 15/11/2012]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
V N. [13.27                         ] [BA]     [.. 27 .. .. 13] C.   3 Ambo       08616 [140 - 22/11/2012]
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
V N. [27.30                         ] [BA]     [30 27 .. .. ..] C.   3 Ambo       08616 [140 - 22/11/2012]
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [30 27 .. .. 13] C.   3 Terno      08616 [140 - 22/11/2012]
V N. [02.13.16.27.30                ] [BA]     [16 02 .. .. ..] C.   9 Ambo       08622 [146 - 06/12/2012]
Interrotta per raggiunta durata

******************************************************************************** Caso n°4
24.11.2012   spia sulla NZ  54
Estrazione generatrice del pronostico 08617 [141 - 24/11/2012]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [16 02 .. .. ..] C.   5 Ambo       08622 [146 - 06/12/2012]
Interrotta per raggiunta durata

******************************************************************************** Caso n°5
19.11.2013   spia sulla NZ  54
Estrazione generatrice del pronostico 08771 [139 - 19/11/2013]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [16 .. .. .. 27] C.   2 Ambo       08773 [141 - 23/11/2013]
V N. [02.13.16.27.30                ] [BA]     [16 .. 30 .. ..] C.  13 Ambo       08784 [152 - 19/12/2013]
Interrotta per raggiunta durata

******************************************************************************** Caso n°6
25.11.2014   spia sulla NZ  54
Estrazione generatrice del pronostico 08930 [141 - 25/11/2014]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
V N. [13.27                         ] [BA]     [.. 27 .. 13 ..] C.   9 Ambo       08939 [150 - 16/12/2014]
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. 27 .. 13 ..] C.   9 Ambo       08939 [150 - 16/12/2014]
Interrotta per raggiunta durata

******************************************************************************** Caso n°7
05.11.2016   spia sulla NZ  54
Estrazione generatrice del pronostico 09235 [133 - 05/11/2016]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
V N. [27.30                         ] [BA]     [.. .. 27 30 ..] C.  10 Ambo       09245 [143 - 29/11/2016]
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. .. 27 30 ..] C.  10 Ambo       09245 [143 - 29/11/2016]
Interrotta per raggiunta durata

******************************************************************************** Caso n°8
08.11.2016   spia sulla NZ  54
Estrazione generatrice del pronostico 09236 [134 - 08/11/2016]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
V N. [27.30                         ] [BA]     [.. .. 27 30 ..] C.   9 Ambo       09245 [143 - 29/11/2016]
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. .. 27 30 ..] C.   9 Ambo       09245 [143 - 29/11/2016]
Interrotta per raggiunta durata

******************************************************************************** Caso n°9
07.11.2017   spia sulla NZ  54
Estrazione generatrice del pronostico 09392 [133 - 07/11/2017]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [16 13 .. .. ..] C.   1 Ambo       09393 [134 - 09/11/2017]
Interrotta per raggiunta durata

******************************************************************************** Caso n°10
23.11.2019   spia sulla NZ  54
Estrazione generatrice del pronostico 09712 [141 - 23/11/2019]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
V N. [13.27                         ] [BA]     [.. 13 .. .. 27] C.  12 Ambo       09724 [153 - 21/12/2019]
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. 13 .. .. 27] C.  12 Ambo       09724 [153 - 21/12/2019]
Interrotta per raggiunta durata

******************************************************************************** Caso n°11
11.11.2021   spia sulla NZ  54
Estrazione generatrice del pronostico 10002 [135 - 11/11/2021]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
V N. [27.30                         ] [BA]     [.. 27 30 .. ..] C.  14 Ambo       10016 [149 - 14/12/2021]
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. 27 30 .. ..] C.  14 Ambo       10016 [149 - 14/12/2021]
Interrotta per raggiunta durata

******************************************************************************** Caso n°12
20.11.2021   spia sulla NZ  54
Estrazione generatrice del pronostico 10006 [139 - 20/11/2021]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
Interrotta per raggiunta durata

G 0003 Numeri in gioco : 27.30 su BA per Ambo
V N. [27.30                         ] [BA]     [.. 27 30 .. ..] C.  10 Ambo       10016 [149 - 14/12/2021]
Interrotta per raggiunta durata

G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
V N. [02.13.16.27.30                ] [BA]     [.. 27 30 .. ..] C.  10 Ambo       10016 [149 - 14/12/2021]
V N. [02.13.16.27.30                ] [BA]     [.. .. 02 16 ..] C.  14 Ambo       10020 [153 - 23/12/2021]
Interrotta per raggiunta durata

******************************************************************************** Caso n°13
11.11.2023   spia sulla NZ  54
Estrazione generatrice del pronostico 10334 [154 - 11/11/2023]
G 0002 Numeri in gioco : 13.27 su BA per Ambo
In corso per altre 6 estrazioni
G 0003 Numeri in gioco : 27.30 su BA per Ambo
In corso per altre 6 estrazioni
G 0004 Numeri in gioco : 02.13.16.27.30 su BA per Ambo
In corso per altre 6 estrazioni
+----------------------------------------+
| Prima Giocata      : 8451              |
| Ultima Giocata     : 10334             |
| Range              : 1884              |
| Casi giocab perc.  : 0,69%             |
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+ 
|               RESOCONTO                | |       DISTRIBUZIONE ESITI        | | DISTRIBUZIONE ESITI PERCENTUALI  | |        DISTRIBUZIONE CASI        | 
+----------------------------------------+ +----------------------------------+ +----------------------------------+ +----------------------------------+ 
| Casi esaminati     :               13  | | RT | Est | Amb | Ter | Qua | Cin | | RT | Est | Amb | Ter | Qua | Cin | | RT |  Q  |                       | 
| Casi vincenti      :               12  | +----------------------------------+ +----------------------------------+ +----------------------------------+ 
| Percentuale pos.   :          92,31 %  | | BA |     |   27|    1|     |     | | BA |     |  100|  100|     |     | | BA |   39|                       | 
| Pronostici totali  :               39  | | CA |     |     |     |     |     | | CA |     |     |     |     |     | | CA |     |                       | 
| Pronostici vinc.   :               22  | | FI |     |     |     |     |     | | FI |     |     |     |     |     | | FI |     |                       | 
| Percentuale pos.   :          56,41 %  | | GE |     |     |     |     |     | | GE |     |     |     |     |     | | GE |     |                       | 
| Giocate in corso   :                3  | | MI |     |     |     |     |     | | MI |     |     |     |     |     | | MI |     |                       | 
| Giocate terminate  :               36  | | NA |     |     |     |     |     | | NA |     |     |     |     |     | | NA |     |                       | 
| Bollette giocate   :              567  | | PA |     |     |     |     |     | | PA |     |     |     |     |     | | PA |     |                       | 
| Bollette vincenti  :               25  | | RO |     |     |     |     |     | | RO |     |     |     |     |     | | RO |     |                       | 
| Attesa media       :                8  | | TO |     |     |     |     |     | | TO |     |     |     |     |     | | TO |     |                       | 
| Spesa              :         567,00 €  | | VE |     |     |     |     |     | | VE |     |     |     |     |     | | VE |     |                       | 
| Vincita            :       2.749,50 €  | | NZ |     |     |     |     |     | | NZ |     |     |     |     |     | | NZ |     |                       | 
| Guadagno           :       2.182,50 €  | | TT |     |     |     |     |     | | TT |     |     |     |     |     | | TT |     |                       | 
| Perc. Rendimento   :        384,921 %  | +----------------------------------+ +----------------------------------+ +----------------------------------+ 
| Mass. Esposizione  :          45,00 €  |    
| Estratto su ruota  :               51  |                                                                                                                
| Ambo su ruota      :               27  |                                                                                                                
| Terno su ruota     :                1  |                                                                                                                
|                                        |                                                                                                                
+----------------------------------------+
 

i legend

Premium Member
NESSUNA GARANZIA DI VINCITA:(
Lanciata ricerca su Bari
Questa lunghetta contiene il tuo ambo
11.29.35.47.58.60.68.77.88.90

Se qualcuno volesse partecipare è il benvenuto.
Potrebbero essere utili per vostre convergenze.

Visto
il trend questo potrebbe essere il caso negativo
QUESTA NON È UNA PROPOSTA DI GIOCO,MA UN TEST , UNA RICERCA PER CERCARE SOLUZIONI FUTURE
Ieri ha dato quaterna sulla gemella Venezia.
No go paroe.
 

Ultima estrazione Lotto

  • Estrazione del lotto
    sabato 27 luglio 2024
    Bari
    68
    18
    05
    80
    90
    Cagliari
    68
    80
    63
    13
    55
    Firenze
    57
    10
    34
    04
    02
    Genova
    17
    08
    51
    71
    76
    Milano
    73
    68
    62
    47
    53
    Napoli
    32
    76
    19
    08
    44
    Palermo
    71
    26
    48
    56
    12
    Roma
    16
    68
    12
    32
    88
    Torino
    19
    66
    61
    60
    52
    Venezia
    59
    39
    14
    42
    53
    Nazionale
    30
    41
    80
    50
    83
    Estrazione Simbolotto
    Nazionale
    02
    44
    22
    20
    30

Ultimi Messaggi

Alto