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 01 agosto 2026
    Bari
    46
    54
    36
    47
    01
    Cagliari
    77
    30
    04
    79
    18
    Firenze
    84
    76
    10
    27
    44
    Genova
    32
    13
    71
    38
    46
    Milano
    10
    23
    18
    20
    03
    Napoli
    73
    36
    10
    90
    07
    Palermo
    61
    46
    24
    57
    32
    Roma
    89
    78
    23
    07
    35
    Torino
    21
    59
    34
    73
    86
    Venezia
    74
    01
    30
    46
    54
    Nazionale
    71
    65
    17
    09
    20
    Estrazione Simbolotto
    Nazionale
    03
    09
    37
    30
    39

Ultimi Messaggi

Indietro
Alto