Jimmy wrote:hi Silvio,]
I tried all yesterday with Openai to resolve my problem but I not resolved
I needed to know how to make the progression with the bets but it is not clear to us how to change the bets
I have this initial data
local nLimiteSpesa:= 100 // is the spending limit
local nUtilePercent:= 50 // the percentage of profit
local nUtileFisso:= 50 // the fixed profit
local nPuntataIniziale := 1.00 // initial bet
local nTotaleEnumeri:= 1 // total numbers to play
local nSorteGioco:= 1 // is the type of game luck (ambata, ambo, terno, etc.)
local nRuote:= 1
local nColpiGioco:= 10 // the number of iteration
local nColpiRecupero:= 0 //iterations for recovery
We have found the right formulas to calculate the expense, the winnings, the profit and the profit in percentage
as you can see on the picture
we need to know how to change the value of the bet based on the progression, ( first two column in the xbrowse)
in another application we saw that with the bet of 1 euro it changes at the seventh iteration from 1 to 1.50, then at the ninth as you can see below
- Code: Select all Expand view
1,00 1,00
1,00 1,00
1,00 1,00
1,00 1,00
1,00 1,00
1,00 1,00
1,50 1,50
1,50 1,50
2,00 2,00
2,00 2,00
2,50 2,50
3,00 3,00
3,50 3,50
4,00 4,00
4,50 4,50
5,50 5,50
6,50 6,50
7,50 7,50
8,50 8,50
10,00 10,00
we would like to know the mathematical formula to change the bet according to the percentage of profit entered in our case 50%
the percentage of profit goes from 5 to 500
for example if we put 500 as a percentage we have this result
- Code: Select all Expand view
1,00 1,00
1,50 1,50
3,50 3,50
8,50 8,50
20,50 20,50
48,50 48,50
116,00 116,00
276,50 276,50
659,50 659,50
1.573,00 1.573,00
3.752,00 3.752,00
8.949,00 8.949,00
21.345,00 21.345,00
50.911,50 50.911,50
121.432,50 121.432,50
289.637,00 289.637,00
690.833,50 690.833,50
1.647.755,00 1.647.755,00
3.930.175,00 3.930.175,00
9.374.134,00 9.374.134,00
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com