tmb5cg/Fifa-Autobidder

Is this good for FIFA 23?

davidrock opened this issue · 0 comments

I had to fix the code in order to make it fill the targetplayers files correctly (many problems with location the correct position of stats).

After that I saw that the bot is not making the lower bid possible, it simply takes the maximum bid possible aiming a minimum profit, which looks like a wasted profit.

Situations:
BID 2: Paulinho - CurBid: 850 -> Bid to make: 1500 -> Sell price 1700 -> Minus EA tax: 1615 -> Est. Profit: 115
BID 3: Gerhardt - CurBid: 850 -> Bid to make: 1000 -> Sell price 1200 -> Minus EA tax: 1140 -> Est. Profit: 140
BID 4: Pavard - CurBid: 600 -> Bid to make: 900 -> Sell price 1100 -> Minus EA tax: 1045 -> Est. Profit: 145

Why not "Bid to make: 900" for Paulinho?
Why is that happening? Wouldn't it better just make the bid with the lower value possible?