Skip to main content

What is a strategy?

A strategy is the top-level container for your poker ranges in RangeSharp. It represents a complete set of preflop decisions for a particular game format. Think of a strategy like a playbook. It holds all the individual situations (called spots) that you want to study and train for that game type.

Examples of strategies

Strategy properties

When you create a strategy, you configure these properties:

How strategies fit together

Each strategy contains one or more spots. Spots can also have child spots (subranges) to represent continuation decisions in the action tree.

Strategy limits by plan

What you can do with strategies

  • Create a new strategy from scratch
  • Duplicate an existing strategy to create a modified copy
  • Add from Library — grab a pre-built strategy from the GTO Library
  • Import a .rsharp configuration file containing a full strategy
  • Delete strategies you no longer need
Learn how to create and manage strategies in the Study Workspace guide.