Strategy input
Sandboxed JavaScript
Imported strategy code will run only in an isolated browser Worker, with no access to environment variables or server credentials.
Private research environment
A private Backtest Studio for deterministic strategy research. It does not use an LLM to interpret, alter, or evaluate strategies.
Private access
Use the email and password for the one Supabase administrator account configured for this project.
The authentication boundary is active. Future strategy execution and historical-data routes must require the verified administrator session and keep market-data credentials server-side.
Strategy input
Imported strategy code will run only in an isolated browser Worker, with no access to environment variables or server credentials.
Historical data
Future historical-data requests will be validated, authenticated, rate-limited, and served without exposing market-data credentials.
Results
Future runs will report return, costs, slippage, turnover, drawdown, equity curve, and trade decisions from the exact submitted strategy.