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 23 agosto 2025
    Bari
    67
    05
    41
    45
    12
    Cagliari
    29
    78
    54
    88
    28
    Firenze
    57
    58
    15
    45
    44
    Genova
    53
    33
    89
    34
    77
    Milano
    09
    31
    36
    03
    21
    Napoli
    82
    35
    45
    06
    65
    Palermo
    25
    40
    82
    48
    62
    Roma
    21
    24
    74
    52
    09
    Torino
    28
    78
    50
    90
    84
    Venezia
    38
    87
    03
    25
    41
    Nazionale
    56
    09
    42
    57
    33
    Estrazione Simbolotto
    Nazionale
    41
    44
    04
    07
    21

Ultimi Messaggi

Indietro
Alto