Dealy Filters

A collection of Dealy filters for various hand types, useful for bidding practice and identifying system coverage issues. Just copy and paste into the Dealy filter box.

Precision 2C opener

##hcp(s) > 10 && hcp(s) < 16 &&
cdst(s,4,4,4,7) && fdst(s,0,0,0,5) &&
gdst(s) != 0x5332#

1D - 2C practice

##hcp(s) > 11 && 
cdst(s,4,4,7,5) && fdst(s,0,0,4,0) &&
((hcp(n) > 10 && 
  cdst(n,3,3,3,9) && fdst(n,0,0,0,6)) ||
(hcp(n) > 12 && 
  cdst(n,4,4,4,9) && fdst(n,0,0,0,5)))#