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
    venerdì 07 novembre 2025
    Bari
    87
    44
    86
    59
    51
    Cagliari
    85
    41
    53
    76
    18
    Firenze
    24
    90
    51
    89
    57
    Genova
    04
    39
    77
    13
    23
    Milano
    86
    81
    49
    20
    85
    Napoli
    23
    75
    07
    40
    79
    Palermo
    26
    37
    32
    08
    64
    Roma
    87
    05
    37
    03
    85
    Torino
    66
    16
    28
    09
    37
    Venezia
    30
    73
    32
    49
    26
    Nazionale
    76
    68
    25
    01
    62
    Estrazione Simbolotto
    Torino
    27
    21
    30
    20
    07
Indietro
Alto