DriveHUD - Poker HUD & Database Software [-10% Discount]
[URL="http://drivehud.com/?t=22cs"]
[/URL]
- 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
Hey FD. What is the stat expression for "bb/100",
Just want to share this from support since I have seen other ppl asking the same question.
It is impossible to completely separate HU and 3+ hands in the HUD currently.
The reason is that all hands from the current session get included in the HUD whether they satisfy your filter for "number of players" or not.
As a result, your HUD will always include past session hands which satisfy your filter and all current session hands.
What is the full stat you're trying to do, because bb/100 is already in regular stats, so it needs to be in conjunction w/ something else, and then you need to set the formula based on what you're trying to get the bb/100 for.
Ohh ok. I thought I only need the expression for the bb/100 then add that for the stat I need to make.
Thanks for that info, I'll experiment on my side.
Just want to share this from support since I have seen other ppl asking the same question.It is impossible to completely separate HU and 3+ hands in the HUD currently.The reason is that all hands from the current session get included in the HUD whether they satisfy your filter for "number of players" or not.As a result, your HUD will always include past session hands which sati
That's not at all correct. Current session hands go to the HUD, but you can simply use the auto switch HUD that has a different filter, so what you're saying isn't accurate. I think you're misunderstanding, because if current session hands don't go to the HUD, you can sometimes have no data in your hud in that scenario. You just need to have another HUD set w/ a 2-2 filter and auto switch HUD on.
That's not at all correct. Current session hands go to the HUD, but you can simply use the auto switch HUD that has a different filter, so what you're saying isn't accurate. I think you're misunderstanding, because if current session hands don't go to the HUD, you can sometimes have no data in your hud in that scenario. You just need to have another HUD set w/ a 2-2 filter and
But in that case the HUD with 2-2 players filter will also include current session 3+ hands since current session hands are not affected by the filter.
But in that case the HUD with 2-2 players filter will also include current session 3+ hands since current session hands are not affected by the filter.
No. Not correct, that would be silly. It will then only show hands for 2-2 players. You said you sent a support tix, can you DM me your email and I'll look up your tix. ty.
No. Not correct, that would be silly. It will then only show hands for 2-2 players. You said you sent a support tix, can you DM me your email and I'll look up your tix. ty.
Why would a HUD with 2-2 players filter be able to exclude current session 3+ player hands and a HUD with 3+ players filter not be able to exclude current session 2 player hands?
I have dmed you my email before so you should be able to look it up.
Why would a HUD with 2-2 players filter be able to exclude current session 3+ player hands and a HUD with 3+ players filter not be able to exclude current session 2 player hands?
I have dmed you my email before so you should be able to look it up.
My inbox often is full and I delete recent DM's, but I located your email. So the dev had responded to you over a day ago, did you see that response? I believe I understand your confusion, and it's understandable. Let me try and re-explain. If you have auto switch on, like the dev suggested, then historical stats are reloaded. If you don't have it on, then it will continue to use your current session data. So just think about it like a refresh basically when you use the auto switch for the kind of HUD setup you're looking to do.
If you still need help though, let me know. You can even send your HUD via the support icon in dh2 and I can have someone set it for what you're trying to do and send it back.
My inbox often is full and I delete recent DM's, but I located your email. So the dev had responded to you over a day ago, did you see that response? I believe I understand your confusion, and it's understandable. Let me try and re-explain. If you have auto switch on, like the dev suggested, then historical stats are reloaded. If you don't have it on, then it will continue to u
Sorry I missed that email because it went to spam. You have been really helpful though and your suggestion of auto-switching based on the players seems to work. The HUD does still ignore the number of players filter if I select "current session stats only", but I guess this is the best I can do right now.
Sorry I missed that email because it went to spam. You have been really helpful though and your suggestion of auto-switching based on the players seems to work. The HUD does still ignore the number of players filter if I select "current session stats only", but I guess this is the best I can do right now.
Let me double check about this, but my understanding is that historical needs to be on. I think the goal is to simplify this a bit. I think the dev team cast too wide a net trying to appease too many people w/ this option, and then it just made it more complicated. We'll get it worked out. Ty for your input and feedback btw.
I just noticed the latest update. Thanks for the note fix.
What is the full stat you're trying to do, because bb/100 is already in regular stats, so it needs to be in conjunction w/ something else, and then you need to set the formula based on what you're trying to get the bb/100 for.
Thanks for the DM. The stat samples really helped.
Have a good weekend
Hey FD. will this work?
If I set my db file location to OneDrive, will this allow me to use the same database on 2 computers?
edit: nvm. I forgot I asked this before and it was already answered.
Coinpoker started giving out hand history again. I sent a sample to support. please check if it can be supported. Thanks FD 😀
Does anyone know if the splashpots on coinpoker are tracked by DH2?
Is there even a way to track splashpots on their software somehow?! (without manually recording everything)
Hi,
I would like to build a stat when villain 3bet more than 2.5x the RFI size.
Something like that don't work because the OpenRaisePreflopInBBs variable is in the perspective of the villain who's 3bet. But, that's the idea.
Count(DidThreeBet = yes AND (ThreeBetAmountInBB / OpenRaisePreflopInBBs >= 2.5))/Count(CouldThreeBet = yes))
I tried this too without success.
Count(DidThreeBet = yes and RaiseSizeToPotPreflop > 0.4)/Count(CouldThreeBet = yes)
I should want to remove "annoying" 3bet from the 3bet stat.
Can you help me?
Hi, I would like to build a stat when villain 3bet more than 2.5x the RFI size. Something like that don't work because the OpenRaisePreflopInBBs variable is in the perspective of the villain who's 3bet. But, that's the idea.Count(DidThreeBet = yes AND (ThreeBetAmountInBB / OpenRaisePreflopInBBs >= 2.5))/Count(CouldThreeBet = yes))I tried this too without success.Count(DidThreeB
I would Create multiple conditional stats in a small popup.
Split by common open sizes:
vs 2–2.3bb opens
vs 2.5bb opens
vs 3bb opens
Each with its own threshold.