Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

def martingales():

def very_gale(num):
if num[0:1] == [0]:
if bd.gale_atual == 0:
b = bd.Win + bd.Branco
if(bd.Win + bd.Branco + bd.Loss)!=0:
a=100/(bd.Win + bd.Branco + bd.Loss)*b
else:
a=0
bd.Win_hat = (f'{a:,.2f}%') #é a porcentagem
bd.Branco += 1
bd.Branco1 += 1
bot.send_message(chat_id=chat_id, text = (f'''
✅✅ texto win ✅✅'''))
bot.send_message(chat_id=chat_id, text = ("✅ = %i | ⚪️ = %i | ❌ =
%i | 🧮 = %s"%(bd.Win, bd.Branco, bd.Loss, bd.Win_hat)))
reset()
return

bd

analisar = 0
gale_atual = 0
analisar_open = 0
Win = 0
Win1 = 0
Win_seguidos = 0
Loss = 0
Branco = 0
Branco1 = 0
resultsDouble = []
Win_hat = 0

You might also like