RTP Monitor
Accumulates bets and wins as rounds go by and reports the return to player achieved so far.
Feed it each round's stake and win and pulse Do. It keeps running totals and reports total win ÷ total bet.
RTP converges slowly. A few hundred rounds tells you very little; the figure is meaningful over tens of thousands. For a measurement of deployed maths at that scale, use Simulate, which runs on the platform.
Actions
| Signal | Description |
|---|
| Do | Adds this round to the totals and recomputes. |
| Reset | Clears the accumulated statistics and starts again from zero. |
Data
| Data | Description |
|---|
| Bet Amount (number) | This round's stake. |
| Win Amount (number) | This round's win. Zero for a losing round. |
Outputs
| Data | Description |
|---|
| RTP (number) | Return to player over every round seen since the last reset. |
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |