Skip to main content

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.

Inputs

Actions

SignalDescription
DoAdds this round to the totals and recomputes.
ResetClears the accumulated statistics and starts again from zero.

Data

DataDescription
Bet Amount (number)This round's stake.
Win Amount (number)This round's win. Zero for a losing round.

Outputs

DataDescription
RTP (number)Return to player over every round seen since the last reset.
SignalDescription
DoneSent when the node has finished, on success and on failure alike.