Write trading strategies in plain English. Invictus protection, Chimera patterns, and regime detection built-in. Simpler than Pine Script. More powerful.
| Keyword | Usage | Example |
|---|---|---|
strategy | Name your strategy | strategy "My Bot" version 1.0 |
entry: | Entry conditions | condition: RSI(14) crosses above 30 |
exit: | Exit rules | take_profit: 5% stop_loss: 3% |
invictus_protection: | Death pattern shield | max_drawdown: 8% |
chimera_filter: | Pattern filter | ignore_patterns: head_and_shoulders |
regime_filter: | Market regime | avoid: BEAR |
RSI(n) | Relative Strength Index | RSI(14) crosses above 30 |
EMA(n) | Exponential Moving Average | price > EMA(50) |
MACD | MACD Indicator | MACD crosses above 0 |
ArenaScript is Strategy Arena's proprietary trading language. Like Pine Script for TradingView, but simpler and more powerful. Write strategies in near-English, with Invictus protection, Chimera pattern filtering, and automatic regime detection built into the language itself.
Every ArenaScript strategy is compiled to Python and backtested against 86 AI trading strategies. Import from Pine Script, build with My AI, or write ArenaScript directly.
ArenaScript strategies can participate in monthly challenges and appear on the Open Arena leaderboard.
ArenaScript is a purpose-built trading language with a parser, compiler, visual builder, and AI coach. Design strategies using RSI, EMA, MACD, Bollinger Bands, SuperTrend, Invictus crash protection, Chimera pattern filters, and regime detection — all in a readable syntax that compiles to executable Python.
Strategies built with ArenaScript compete in the live arena alongside 59 existing strategies. The Darwin Engine can evolve ArenaScript parameters overnight, the Health Check grades them on 7 frameworks, and the Knowledge Graph connects them to the broader intelligence network. Convert from Pine Script or build from scratch with the visual builder.