holdem-ev

1.0.3 • Public • Published

EV Calculator Download (Mac)

1. install (clones git and alters your .bash_profile):
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
run: brew install node yarn
run: yarn install holdem-ev --global
run: ev help

2. update:
run: yarn upgrade --latest holdem-ev
4. manual:
1. run: --villain_stack=9000 --pot=300 --fold_equity=20 --implied_odds=1.2 --bully=10 --lag=10 --lag_sizing=300 --lag_equity=20 --lag_implied=1.2
2. args:
--villain_stack (any positive number, default=40000)
--pot (any positive number, required)
--fold_equity (0 - 100, required)
--implied_odds (1 - X, default=1)
definition: The multiplier of the next street’s pot when you realize
equity against your opponent
note: Against loose passive players this number is usually higher,
like 1.5+
--bully (0 - 100, default=0)
definition: the percent chance that villain re-raises you off the pot.
note: somewhat higher if you’ve been bluffing too much
--lag (0 - 100, default=0)
definition: percent chance that you win the next street when you do
not hit your outs.
note: if you are good at reading flops, players, bet sizes this
number is higher
--lag_sizing (any positive number, default=0)
definition: the size of the bluff required to achieve the desired
lag percent above
--lag_equity (0 - 100, default=equity)
definition: percentage chance you become the favorite on the street
AFTER this WHEN bluffing
--lag_implied (1 - X, default=1)
definition: same as implied but applies to the NEXT street when bluffing

Readme

Keywords

none

Package Sidebar

Install

npm i holdem-ev

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

11.4 kB

Total Files

10

Last publish

Collaborators

  • presidentpearce