PT4 stats call 3Bet IP OOP

Salut,

je n ai pas trouve sur PT4 les stats PreFlop de call 3Bet IP et OOP, si jamais on peu me renseigner, ca serait cool
merci

[quote=“jamesthai, post:940771”]Salut,

je n ai pas trouve sur PT4 les stats PreFlop de call 3Bet IP et OOP, si jamais on peu me renseigner, ca serait cool
merci[/quote]

Normal, il faut les faire soi même :stuck_out_tongue: c’est custom stats, tripatouille et si t’y arrives pas je t’envoie ça ce soir ou demain

Je te remercie, j ai vu custom stats mais il y a qu une stat Turn a l interieur. J ai peu etre mal regarde ou pas assez chercher…

alors, les custom stats en fait c’est les stats que tu te crée. tu vas dans configure → statistics

un exemple, call 3bet IP :

(cnt_p_3bet_def_action_call_when_open_raised_ip / cnt_p_3bet_def_opp_when_open_raised_ip) * 100

avec :
cnt_p_3bet_def_action_call_when_open_raised_ip
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 3 and cash_hand_player_statistics.enum_p_3bet_action=‹ C › AND cash_hand_player_statistics.flg_p_first_raise AND substring(cash_hand_summary.str_aggressors_p from 3 for 1)::int > cash_hand_player_statistics.position, 1, 0])

cnt_p_3bet_def_opp_when_open_raised_ip
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 3 and cash_hand_player_statistics.flg_p_3bet_def_opp AND cash_hand_player_statistics.flg_p_first_raise AND substring(cash_hand_summary.str_aggressors_p from 3 for 1)::int > cash_hand_player_statistics.position, 1, 0])

alors, les custom stats en fait c’est les stats que tu te crée. tu vas dans configure → statistics

un exemple, call 3bet IP :

(cnt_p_3bet_def_action_call_when_open_raised_ip / cnt_p_3bet_def_opp_when_open_raised_ip) * 100

avec :
cnt_p_3bet_def_action_call_when_open_raised_ip
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 3 and cash_hand_player_statistics.enum_p_3bet_action=‹ C › AND cash_hand_player_statistics.flg_p_first_raise AND substring(cash_hand_summary.str_aggressors_p from 3 for 1)::int > cash_hand_player_statistics.position, 1, 0])

cnt_p_3bet_def_opp_when_open_raised_ip
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 3 and cash_hand_player_statistics.flg_p_3bet_def_opp AND cash_hand_player_statistics.flg_p_first_raise AND substring(cash_hand_summary.str_aggressors_p from 3 for 1)::int > cash_hand_player_statistics.position, 1, 0])[/quote]

Merci pour le lien. J ai copier coller le code que tu me donnes dans colonne et expression, mais apres je trouve pas ces 2 nouvelles stats quand je veux les mettre dans mon pop up.

En tout cas meme si j ai pas encore reussi , c est sympa de ta part de m avoir donne ces infos.

alors, les custom stats en fait c’est les stats que tu te crée. tu vas dans configure → statistics

un exemple, call 3bet IP :

(cnt_p_3bet_def_action_call_when_open_raised_ip / cnt_p_3bet_def_opp_when_open_raised_ip) * 100

avec :
cnt_p_3bet_def_action_call_when_open_raised_ip
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 3 and cash_hand_player_statistics.enum_p_3bet_action=‹ C › AND cash_hand_player_statistics.flg_p_first_raise AND substring(cash_hand_summary.str_aggressors_p from 3 for 1)::int > cash_hand_player_statistics.position, 1, 0])

cnt_p_3bet_def_opp_when_open_raised_ip
sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 3 and cash_hand_player_statistics.flg_p_3bet_def_opp AND cash_hand_player_statistics.flg_p_first_raise AND substring(cash_hand_summary.str_aggressors_p from 3 for 1)::int > cash_hand_player_statistics.position, 1, 0])[/quote]

Merci pour le lien. J ai copier coller le code que tu me donnes dans colonne et expression, mais apres je trouve pas ces 2 nouvelles stats quand je veux les mettre dans mon pop up.

En tout cas meme si j ai pas encore reussi , c est sympa de ta part de m avoir donne ces infos.[/quote]
si tu veux mon skype est mon pseudo, ce sera plus simple en visio