Open Holdem
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Rechercher
 
 

Résultats par :
 


Rechercher Recherche avancée

Derniers sujets
» Ou sont-ils
Code en .ohf besoin d un info EmptyMar 19 Juin - 6:23 par toto

» problème de code
Code en .ohf besoin d un info EmptyVen 14 Juil - 14:17 par muratime

» recherche openholdem
Code en .ohf besoin d un info EmptyDim 29 Jan - 10:57 par scl2b

» petite question sur certain terme OH
Code en .ohf besoin d un info EmptyJeu 19 Jan - 17:49 par toto

» problème de bouton all in
Code en .ohf besoin d un info EmptyJeu 19 Jan - 5:33 par toto

» Oh V9
Code en .ohf besoin d un info EmptyMar 6 Déc - 13:43 par TKAP

»  OpenPPL V 1.3.1
Code en .ohf besoin d un info EmptyVen 11 Nov - 8:17 par matom

» bonjour
Code en .ohf besoin d un info EmptyVen 11 Nov - 8:04 par matom

» NO TRIAL HUD supprimer le message "TRIAL please register" du hud dans pokertracker
Code en .ohf besoin d un info EmptyDim 12 Juin - 11:36 par BOTTER

Qui est en ligne ?
Il y a en tout 1 utilisateur en ligne :: 0 Enregistré, 0 Invisible et 1 Invité

Aucun

Le record du nombre d'utilisateurs en ligne est de 28 le Lun 26 Nov - 13:32
Statistiques
Nous avons 155 membres enregistrés
L'utilisateur enregistré le plus récent est Blandelsseattcher

Nos membres ont posté un total de 2282 messages dans 311 sujets
Le deal à ne pas rater :
Aliexpress : codes promo valables sur tout le site
Voir le deal
Le Deal du moment :
TCL C74 Series 55C743 – TV 55” 4K QLED 144 ...
Voir le deal
499 €

Code en .ohf besoin d un info

2 participants

Aller en bas

Code en .ohf besoin d un info Empty Code en .ohf besoin d un info

Message par BOTTER Jeu 21 Mar - 21:30

Quelqu un peu t il m expliquer la ligne JJ et TT-99 car le amounttocall semble pas mal haut

f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 0 && f$OpenPPL_AmountToCall == 1) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 0 && f$OpenPPL_AmountToCall == 2) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 0 && f$OpenPPL_AmountToCall == 3) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 0 && f$OpenPPL_AmountToCall == 4) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 0 && f$OpenPPL_AmountToCall == 5) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 1 && f$OpenPPL_AmountToCall == 1) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 1 && f$OpenPPL_AmountToCall == 2) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 1 && f$OpenPPL_AmountToCall == 3) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 1 && f$OpenPPL_AmountToCall == 4) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 1 && f$OpenPPL_AmountToCall == 5) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 2 && f$OpenPPL_AmountToCall == 1) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 2 && f$OpenPPL_AmountToCall == 2) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 2 && f$OpenPPL_AmountToCall == 3) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 2 && f$OpenPPL_AmountToCall == 4) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)] && f$OpenPPL_Calls == 2 && f$OpenPPL_AmountToCall == 5) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($AA) || ($KK) || ($QQ) || ($AK)]) ] ? f$OpenPPL_Standard3Bet :
f$myfunc1 && [ ([($JJ)] && f$OpenPPL_AmountToCall <= 20 * 0.01 * f$OpenPPL_StackSize) ] ? f$OpenPPL_Call :
f$myfunc1 && [ ([($TT) || ($99)] && f$OpenPPL_AmountToCall <= 35 * 0.01 * f$OpenPPL_PotSize) ] ? f$OpenPPL_Call :
f$myfunc1 && [ (f$OpenPPL_AmountToCall <= 3 && [f$OpenPPL_PairInHand]) ] ? f$OpenPPL_Call :
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par Invité Jeu 21 Mar - 22:25

f$myfunc1 && [ ([($JJ)] && f$OpenPPL_AmountToCall <= 20 * 0.01 * f$OpenPPL_StackSize) ] ? f$OpenPPL_Call :
f$myfunc1 && [ ([($TT) || ($99)] && f$OpenPPL_AmountToCall <= 35 * 0.01 * f$OpenPPL_PotSize) ] ? f$OpenPPL_Call :

oui il sont trop hqut il faut les changer on fonction de bb ou changer le deuxieme en en fonction de potsize mais fait attention si opposent =1
et il n ya pas de raise les 35% sont inferieure au bbpour ce la la milleure solition de les metre en fonction de bb

Invité
Invité


Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par BOTTER Jeu 21 Mar - 22:37

0.01 * f$OpenPPL_StackSize) ] ?

Question
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par Invité Jeu 21 Mar - 22:40

20 * 0.01 * f$OpenPPL_StackSize =20% stacksize

Invité
Invité


Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par Invité Jeu 21 Mar - 22:48

par curioziter et pour comparison
la taille de ton profil que tu vien de le fenir est combien enligne ou en octe
parceque moi jai fait le preflop plus le flop uniqument overcards-pair- deuxpair-brelan je suis a 13852 ligne est ce que ca si normale parceque avec ce ritme je va finir vers les 60000 ligne ou plus!!!!!!!!! et le proble,e que OH fait du temp pour lire le profilplus 15m

Invité
Invité


Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par BOTTER Jeu 21 Mar - 23:07

800 k environ,
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par Titi007 Ven 22 Mar - 2:13

Quand il sera fini je serai dans les mêmes tailles que Botter. Le tien semble bien lours: 13000 lignes il devrait être plus que fini...

Titi007
Membre

Messages : 236
Date d'inscription : 15/12/2012
Localisation : France

Revenir en haut Aller en bas

Code en .ohf besoin d un info Empty Re: Code en .ohf besoin d un info

Message par Contenu sponsorisé


Contenu sponsorisé


Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum