labouchere_init
Set up a Labouchere betting session by specifying target profit and base unit. Optionally provide an initial sequence to begin with.
Instructions
Initialize a new Labouchere betting session with target profit and optional sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUnit | Yes | The base unit amount for betting (e.g., 1, 10, 100) | |
| targetProfit | Yes | Target profit in units (e.g., 10, 20, 100) | |
| initialSequence | No | Initial number sequence (optional, must sum to targetProfit, e.g., [1, 2, 3, 4] for target 10) | |
| maxSequenceLength | No | Maximum sequence length before session ends (optional, default: 20) |