Novità

Aiuto per script metodo

s.studio

Member
Salve a tutti, è possibile riuscire ad avere uno script gentilmente del seguente ''metodo''?
Questo ''metodo'' nasce da ricerche fatte a occhio, quindi non so quanto valido. Non sapendo programmare., sto provando ad imparare smanettando un po'cambiando gli script presenti nel forum, e adattando qualche sommativo, nulla più.
Dunque:
Si ricercano in un quadro estrazionale, (Q1) un numero sortito 3 volte, di cui due in isotopia.
Si torna indietro di una estrazione. Nel quadro estrazionale(Q2) si ricerca il numero sortito nella stessa posizione del n. non isotopo.
Si sommano gli isotopi del Q1,con il fuori 90, e si aggiunge il numero ricercato nel Q2
Si sommano gli isotopi del Q1, con il fuori 90, e si sottrae il numero ricercato nel Q2
Si formerà un ambo a cui aggiungeremo il vertibile del n. Q1.
Infine avremo una terzina da mettere in gioco sulle 3 ruote di origine.
Vi posto un esempio:

Estrazione del 21-05-2022

Q1

BARI4228736430
CAGLIARI4820073467
FIRENZE3627795087
GENOVA7819873927
MILANO8407836609
NAPOLI8808614226
PALERMO7670562565
ROMA6607880124
TORINO3321494722
VENEZIA8811656937
NAZIONALE3831272214


Q2 19 MAGGIO
BARI3221594490
CAGLIARI1025536717
FIRENZE0757110160
GENOVA2951415648
MILANO8641373026
NAPOLI3354784119
PALERMO2313068156
ROMA0414611747
TORINO0342346959
VENEZIA8913387465
NAZIONALE5335857282

I NUMERI DA GIOCARE SARANNO

1) 88+88= 176 , 176-90=86 , 86+61=147 , 147-90=57
2) 88+88= 176 , 176-90=86 , 86-61= 25
3) Vertibile 88 = 89

57-25-89


Da giocare per ambo ambetto e terno sulle ruote di origine NAPOLI, ROMA , VENEZIA.
Estrazione del 07-06-2022

BARI 2 . 78 . 57 . 59 . 26
CAGLIARI 59 . 7 . 70 . 60 . 72
FIRENZE 56 . 27 . 69 . 79 . 66
GENOVA 4 . 39 . 84 . 30 . 69
MILANO 90 . 28 . 71 . 53 . 80
NAPOLI 11 . 28 . 43 . 52 . 58
PALERMO 3 . 54 . 10 . 41 . 15
ROMA 32 . 52 . 53 . 89 . 25 AMBO
TORINO 60 . 44 . 82 . 38 . 80
VENEZIA 27 . 60 . 23 . 82 . 48
NAZIONALE 45 . 68 . 11 . 54 . 40

Facendo una ricerca a mano c'è qualche risultato, ma non so a che punto validi ai fini statistici.
Se qualcuno ha voglia e tempo, lo ringrazio anticipatamente.
Se non dovessi avere riscontro , spero di aver fatto lo stesso cosa gradita, postando un mio metodo.
Un saluto a tutti!!!
 
Ciao vedi se va bene..
Sub Main()
Scrivi "_________________________script By Ald",True
Dim Anum(4),Aposte(2),Aruote(3)
For Est = EstrazioneFin - 30 To EstrazioneFin
For r1 = 1 To 10
For r2 = 1 To 9
For r3 = 1 To 8
If r1 <> r2 And R1 <> r3 And R2 <> r3 Then
For P1 = 1 To 5
For P2 = 1 To 5
For P3 = 1 To 5
For p4 = 1 To 5
If p1 = p2 And p3 = p4 Then
n1 = Estratto(Est,r1,p1)
n2 = Estratto(Est,r2,p2)
n3 = Estratto(Est,r3,p3)
n4 = Estratto(Est - 1,r3,p4)
If n1 = n2 And n2 = n3 And n3 <> n4 Then
Anum(2) = Fuori90((n1 + n2) + n4)
Anum(3) = Fuori90((n1 + n2) - n4)
Anum(4) = Vert(n1)
Aruote(1) = r1
Aruote(2) = r2
Aruote(3) = r3
'Aposte(1) = 1
Aposte(2) = 1
ImpostaGiocata 1,Anum,Aruote,Aposte,12
Gioca Est
Scrivi DataEstrazione(Est - 1) + " " + NomeRuota(r3) + " " + FormattaStringa(n4,"##00")
Scrivi DataEstrazione(Est) + " " + NomeRuota(r1) + " " + FormattaStringa(n1,"##00") + " " + NomeRuota(r2) + " " + FormattaStringa(n2,"##00") + " " + NomeRuota(r3) + " " + FormattaStringa(n3,"##00")
End If
End If
Next
Next
Next
Next
End If
Next
Next
Next
Next
ScriviResoconto
End Sub
 
Ciao vedi se va bene..
Sub Main()
Scrivi "_________________________script By Ald",True
Dim Anum(4),Aposte(2),Aruote(3)
For Est = EstrazioneFin - 30 To EstrazioneFin
For r1 = 1 To 10
For r2 = 1 To 9
For r3 = 1 To 8
If r1 <> r2 And R1 <> r3 And R2 <> r3 Then
For P1 = 1 To 5
For P2 = 1 To 5
For P3 = 1 To 5
For p4 = 1 To 5
If p1 = p2 And p3 = p4 Then
n1 = Estratto(Est,r1,p1)
n2 = Estratto(Est,r2,p2)
n3 = Estratto(Est,r3,p3)
n4 = Estratto(Est - 1,r3,p4)
If n1 = n2 And n2 = n3 And n3 <> n4 Then
Anum(2) = Fuori90((n1 + n2) + n4)
Anum(3) = Fuori90((n1 + n2) - n4)
Anum(4) = Vert(n1)
Aruote(1) = r1
Aruote(2) = r2
Aruote(3) = r3
'Aposte(1) = 1
Aposte(2) = 1
ImpostaGiocata 1,Anum,Aruote,Aposte,12
Gioca Est
Scrivi DataEstrazione(Est - 1) + " " + NomeRuota(r3) + " " + FormattaStringa(n4,"##00")
Scrivi DataEstrazione(Est) + " " + NomeRuota(r1) + " " + FormattaStringa(n1,"##00") + " " + NomeRuota(r2) + " " + FormattaStringa(n2,"##00") + " " + NomeRuota(r3) + " " + FormattaStringa(n3,"##00")
End If
End If
Next
Next
Next
Next
End If
Next
Next
Next
Next
ScriviResoconto
End Sub
Grazie, molto gentile!
 

Ultima estrazione Lotto

  • Estrazione del lotto
    sabato 14 marzo 2026
    Bari
    34
    85
    22
    52
    09
    Cagliari
    88
    62
    57
    53
    80
    Firenze
    11
    46
    34
    49
    15
    Genova
    64
    62
    78
    30
    65
    Milano
    56
    16
    31
    12
    49
    Napoli
    44
    66
    80
    45
    07
    Palermo
    39
    38
    83
    66
    84
    Roma
    76
    52
    44
    04
    33
    Torino
    38
    08
    17
    70
    05
    Venezia
    84
    69
    42
    74
    29
    Nazionale
    89
    44
    17
    25
    52
    Estrazione Simbolotto
    Firenze
    19
    29
    21
    11
    14
Indietro
Alto