< Back

Get-Ratios

Sat Jan 18, 2020 7:23 pm

NAME Get-Ratios



SYNOPSIS

Get-Ratios calculates both your M Ratio and Effective M. Depending on the value it will also place you on a colour

zone. This is based on:

https://en.wikipedia.org/wiki/M-ratio



Get-Mratio will calculate your M Ratio



Get-EffectiveM will calculate you Effective M Ratio





SYNTAX

Get-Ratios [-Stack] <Int32> [-Players] <Int32> [-BB] <Int32> [-SB] <Int32> [-Ante] <Int32> [<CommonParameters>]





DESCRIPTION

Get-Ratios Calculates both your M Ratio and Effective M. Depending on the value it will also place you on a colour

zone. This is based on:

https://en.wikipedia.org/wiki/M-ratio. This is to be used as a guide and reference while playing most types of

Poker tournaments.





PARAMETERS

-Stack <Int32>



Required? true

Position? 1

Default value 0

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Players <Int32>



Required? true

Position? 2

Default value 0

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-BB <Int32>



Required? true

Position? 3

Default value 0

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-SB <Int32>



Required? true

Position? 4

Default value 0

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Ante <Int32>



Required? true

Position? 5

Default value 0

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



Get-Ratios -Stack <your total Stacks>-Players <number of players> -BB <big blind> -SB <small blind> -Ante <ante>



For example for a total stack of 3000, on a 10 player table with blinds of 100 and 50 and no ante:

Get-Ratios -Stack 3000 -Players 10 -BB 100 -SB 50 -Ante 0











RELATED LINKS