Introduction
The BetJee Scripting Environment provides a high-performance, sandboxed runtime for executing algorithmic trading strategies on prediction markets. It is built on a deterministic execution model, allowing for precise backtesting and reliable live deployment.
Stateless Design
Unlike traditional long-running processes, BetJee scripts are re-evaluated from the top on every "tick". This ensures that errors do not compound and that the system remains responsive to rapid market changes.