DriveHUD - Poker HUD & Database Software [-10% Discount]
DriveHUD - Poker HUD & Database Software [-10% Discount]
8
zs

DriveHUD - Poker HUD & Database Software [-10% Discount]

[URL="http://drivehud.com/?t=22cs"]


[/URL]

10% off for 2+2 users. Enter promo code: 2p2DH2

WHAT CAN DRIVEHUD DO FOR YOU?

  • Track all poker hands you play online.

  • Run a HUD overlay on all of your opponents as you play.

  • Re-play every session, and every hand you ever played.

  • Graph and analyze how unlucky or lucky you’ve been running.

  • Filter for any situation you can think of and analyze it.

  • Player profile your opponents with ease so you know who the fish or sharks are.

  • Provide and easy and intuitive poker database experience.

[UR

- 111 Views
21 July 2016 at 07:01 PM
Reply...

2355 Replies

8
zs


Hey FD,
I would like to clarify how the BoardCards expression works.

Example:
BoardCards = "2x2x7x"

For this type of flop, does the paired scenario automatically include all possible order combinations (such as 2-2-7, 2-7-2, and 7-2-2), or does it require a specific configuration to reflect a small paired flop (e.g., exactly 2-2-x)?

In other words, do I need to define all permutations separately, such as:

BoardCards = "2x2x7x" or BoardCards = "2x7x2x" or BoardCards = "7x2x2x"

to correctly capture every scenario where the flop contains a pair of 2s?

+ how can I include turn and river actions in this scenario as well?

BoardCards = "7x2x2x+3x" ?

Thank you for your clarification.


Is there a way to delete all your opponents stats on a specific site that I no longer play on?


by Fishouttheshark m

Hey FD, I would like to clarify how the BoardCards expression works.Example:BoardCards = "2x2x7x"For this type of flop, does the paired scenario automatically include all possible order combinations (such as 2-2-7, 2-7-2, and 7-2-2), or does it require a specific configuration to reflect a small paired flop (e.g., exactly 2-2-x)In other words, do I need to define all permutatio

Yes, it covers all combos w/ the X wildcard. Order does not matter.

What stat are you trying to do? Because in general, you need to enter the whole board to whatever point your last action is. The 4th card will be the turn, 5th the river.


by Love_the_game m

Is there a way to delete all your opponents stats on a specific site that I no longer play on?

I think you mean hands. If you switch to your player ID for that site from the pull down menu, and then go to overall reports, right click and delete all, it will delete all hands from that site - opponents and yours. If you meant you only wanted to remove opponents, then that's a little trickier, but there's not much point. Just don't use your hero ID from that site in your alias and you'll never see the data.


by FreakDaddy m

I think you mean hands. If you switch to your player ID for that site from the pull down menu, and then go to overall reports, right click and delete all, it will delete all hands from that site - opponents and yours. If you meant you only wanted to remove opponents, then that's a little trickier, but there's not much point. Just don't use your hero ID from that site in your al

I did that and it just deleted my own hands from the site. However when i click the drop down menu, I still see all my opponents names and hands from that specific site. I can delete them 1 by 1 but it might take a while.


by FreakDaddy m

TY! Good to hear that i dont have to make a syntax with 2300 combos 😃
I want to make a Cbet low paired, boardcards="2x2xXx" + same syntax for all up to 99 should work than right ?
+Cbet high paired

and Im also thinking to create some stats when the 5th flush hits on river.


by Love_the_game m

I did that and it just deleted my own hands from the site. However when i click the drop down menu, I still see all my opponents names and hands from that specific site. I can delete them 1 by 1 but it might take a while.

It's going to delete yours, and any of the opponents you played. The only opponents it won't delete are datamined/observed hands.


by Fishouttheshark m

TY! Good to hear that i dont have to make a syntax with 2300 combos 😃
I want to make a Cbet low paired, boardcards="2x2xXx" + same syntax for all up to 99 should work than right
+Cbet high paired

and Im also thinking to create some stats when the 5th flush hits on river.

Ya, that would be crazy. You'll just need to put a condition in for each pair.


by FreakDaddy m
by Fishouttheshark m

TY! Good to hear that i dont have to make a syntax with 2300 combos 😃
I want to make a Cbet low paired, boardcards="2x2xXx" + same syntax for all up to 99 should work than right
+Cbet high paired

and Im also thinking to create some stats when the 5th flush hits on river.

Ya, that would be crazy. You'll just need to put a condition in for each pair.

I've tried it out, but it seems there's something still missing as the stat for 66x flop stayed blank :

Count(flopcontinuationbetmade=yes and issrp=yes and (boardcards="2x2xXx" or boardcards="3x3xXx" or boardcards="4x4xXx" or boardcards="5x5xXx" or boardcards="6x6xXx" or boardcards="7x7xXx" or boardcards="8x8xXx" or boardcards="9x9xXx")) / Count(flopcontinuationbetpossible=yes and issrp=yes and (boardcards="2x2xXx" or boardcards="3x3xXx" or boardcards="4x4xXx" or boardcards="5x5xXx" or boardcards="6x6xXx" or boardcards="7x7xXx" or boardcards="8x8xXx" or boardcards="9x9xXx"))

then i tried to debug it only for 66X flop with following, but no results are shown (it was SRP where PFRaiser Xback flop and stats stayed -/-):
Count(flopcontinuationbetmade=yes and issrp=yes and (boardcards="6x6xXx" or boardcards="6xXx6x" or boardcards="Xx6x6x")) / Count(flopcontinuationbetpossible=yes and issrp=yes and (boardcards="6x6xXx" or boardcards="6xXx6x" or boardcards="Xx6x6x"))


Is it possible to create a custom stat that sums EV BB/100 + Rakeback bb/100 ?


by xD LOL m

Is it possible to create a custom stat that sums EV BB/100 + Rakeback bb/100 ?

Rakeback isn't available in custom stats.


by Fishouttheshark m

I've tried it out, but it seems there's something still missing as the stat for 66x flop stayed blank :Count(flopcontinuationbetmade=yes and issrp=yes and (boardcards="2x2xXx" or boardcards="3x3xXx" or boardcards="4x4xXx" or boardcards="5x5xXx" or boardcards="6x6xXx" or boardcards="7x7xXx" or boardcards="8x8xXx" or boardcards="9x9xXx")) / Count(flopcontinuationbetpossible=yes a

You need to add + to the end of boardcards. EX:

Count(Flopcontinuationbetmade=yes and IsSRP=yes and BoardCards="6x6xXx+") / Count(Flopcontinuationbetpossible = yes and IsSRP = yes and BoardCards="6x6xXx+")


DriveHUD 2 Beta Update v-2.0.17.13514

Added support for Ozoon (Bodog)

https://drivehud.com/poker-hud/DriveHUD2...


Could you guys make an easy change to your HUD to make it easier to properlly mark hands at the tables?

The problem I have is that driveHUD's only options are "tag the last hand" or "tag the last 3 hands". But tbh I think it would be way easier to be able to tag hands based on seeing the hole cards. So for example just show a dropdown list of the last 5 hands from that table or something and then let us tag that hand by clicking/hovering over the holecards. Kinda similar to how PT4 and other trackers did it.

I find that by the time I want to "tag the last hand" a new hand has already occured so I end up marking the wrong hands, etc. And I don't want to "tag the last 3 hands" because to me that's just overclutter and I don't want to look at a bunch of random hands I tagged for no reason.


by FreakDaddy m

this worked ! super cool TY !!
and if i have to define turns or rivers always the '+' symbol must be present at the end ? example the TURN: boardcards='XxXxXxXx+' River : boardcards='XxXxXxXxXx+'


by Xptboy m

Could you guys make an easy change to your HUD to make it easier to properlly mark hands at the tables?The problem I have is that driveHUD's only options are "tag the last hand" or "tag the last 3 hands". But tbh I think it would be way easier to be able to tag hands based on seeing the hole cards. So for example just show a dropdown list of the last 5 hands from that table or

You can also do this from the live play report. Just run it when you play, and you can right click and tag them.


by Fishouttheshark m

this worked ! super cool TY !!
and if i have to define turns or rivers always the '+' symbol must be present at the end example the TURN: boardcards='XxXxXxXx+' River : boardcards='XxXxXxXxXx+'

Yes, yw!


by FreakDaddy m

You can also do this from the live play report. Just run it when you play, and you can right click and tag them.

that is still an extra step than simply clicking on the icon on the tables. It simply isn't as convenient. In addition I find the liveplay screen often doesn't have the hands in the correct order timewise if playing on multiple sites. As a poker pro grinding multiple (12) tables I want as little inconvenience as possible.

What I'm suggesting is a simple change that shouldn't be hard to implement IMO


by Xptboy m

that is still an extra step than simply clicking on the icon on the tables. It simply isn't as convenient. In addition I find the liveplay screen often doesn't have the hands in the correct order timewise if playing on multiple sites. As a poker pro grinding multiple (12) tables I want as little inconvenience as possible.What I'm suggesting is a simple change that shouldn't be

Appreciate your suggestion, of course. I'll pass that on to the dev team. I was just letting you know what other options currently exist.

If your timestamps aren't lining up in the live play screen, adjust your time zone offset in your poker client, and then they should align.

What I do when I'm playing 10+ tables is mark the 3 hands, and as I can I keep the tagged hands option on the live play and unmark the hands I don't want - or do this post session. But yes, I agree w/ what you're saying.


DriveHUD 2 Beta Update -v2.0.17.13520

Fixed an issue where bb ranges were calculated incorrectly in HUD.
Fixed an issue where some IPoker hands were not imported due to different date format.

https://drivehud.com/poker-hud/DriveHUD2...


by FreakDaddy m

DriveHUD 2 Beta Update -v2.0.17.13520

Fixed an issue where bb ranges were calculated incorrectly in HUD.
Fixed an issue where some IPoker hands were not imported due to different date format.

https://drivehud.com/poker-hud/DriveHUD2...

Thanks for BB range fix.


by gio98 m

Thanks for BB range fix.

Yes, of course.


Hey Fd, just want to double-check if this is the right expression for netwon+20% rakeback.

Sum(Totalrakeincents) /100 * .20 + Sum(NetWonHandInCents) / 100


by nico90 m

Hey Fd, just want to double-check if this is the right expression for netwon+20% rakeback.

Sum(Totalrakeincents) /100 * .20 + Sum(NetWonHandInCents) / 100

Looks good.


by FreakDaddy m

Looks good.

Thanks!

Reply...