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 58 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.