Skip to main content
Strategy Arena language layer

ArenaScript Protocol

ArenaScript est la couche lisible commune à toute l'arène : stratégies natives, monstres canoniques, optimiseurs CUDA, contributeurs GPU, agents MCP et exports TradingView.

Core protocol · Strategy Arena speaks ArenaScript. Every survivor is Arena Verified.
Voir le résultat World Arena est l'endroit où le protocole devient spectacle. Marchés hostiles, survivants, morts et vrai alpha contre Buy & Hold. HostilityMost Hostile MarketsQuel marché envoie les stratégies à l'hôpital ? StoriesArena StoriesRécits de marché prêts à citer. EvolutionMonster LogSurvivants CUDA revenus en ArenaScript.
Limite importante ArenaScript est le moteur, pas le spectacle. Le visiteur doit voir gagnants, morts et marchés hostiles d'abord. Le builder ouvre le contrat quand il en a besoin.
CUDAMoteur de mutationArenaScript in, optimized ArenaScript out.
World ArenaSpectacle publicLes marchés deviennent des champs de bataille, les stratégies tentent de survivre.
TradingViewCouche distributionSeuls les contrats validés méritent l'export.
01
Arena
Les stratégies natives, scalpers et monstres canoniques exposent un contrat ArenaScript lisible.
02
Params
Chaque script déclare des plages params: tunables par CUDA et les futurs clients GPU.
03
CUDA
Les optimiseurs par famille cherchent des candidats et renvoient le même ArenaScript, tuné.
04
Verified
Les survivants sont testés en arène puis écrits dans le log d'évolution append-only.
05
Export
Les scripts Arena Verified peuvent transporter leurs preuves vers Pine v5, MCP et clients GPU.
5canonical monsters exposed
1shared language contract
JSONLappend-only evolution log
Pine v5verified export path
The ArenaScript Bus
Une langue publique, plusieurs moteurs derrière.
Native ArenasBTC, metals, oil, indices and World Arena strategies expose comparable scripts.
MonstersInvictus, Meta, Leviathan, Chimera and Hydra publish public contracts.
CUDAOptimizers tune params and return the same ArenaScript, not hidden code.
GPU ClientsFuture Rust/browser workers can receive chunks and submit candidate params.
MCP AgentsExternal AIs generate, validate and repair ArenaScript through tools.
TradingViewValidated scripts export to Pine with explicit FULL_PINE or stubs.
ArenaScriptle langage
CUDAl'évolution
Hospitalla sélection
Arena Verifiedle label
World Arenale spectacle
TradingViewla distribution
TradingView
Idée validée ? Ouvre la couche graphique.
Strategy Arena valide la stratégie. TradingView sert à inspecter les graphiques, Pine et les alertes.
Lien partenaire officiel. TradingView indique que les utilisateurs référés reçoivent un coupon de 15 $ sur leur prochain plan.
Ouvrir TradingView

Prompt Pour IA Externe

Donne ceci à Grok, Claude, DeepSeek ou n'importe quel assistant compatible MCP pour lui faire produire de l'ArenaScript. L'assistant n'a pas besoin du code source Strategy Arena.

Connect to Strategy Arena MCP:
https://strategyarena.io/mcp/sse

Call arenascript_reference first.
Then generate an ArenaScript strategy for this idea: [describe the idea].
Call validate_arenascript and correct the script until it is valid.
Call backtest_arenascript.
If the script deserves more testing, call monte_carlo.
If working on an existing monster, call list_arenascript_monsters, optimize_arenascript_monster, then poll get_arenascript_optimization_status.
Before export, call inspect_pine_export_capability and read FULL_PINE vs PINE_WITH_STUBS.
Only after validation, call export_to_tradingview.

Never ask for Strategy Arena source code or private internals.
Never output Python or hidden trading logic. ArenaScript only. Preserve fee/slippage, drawdown and no-financial-advice caveats.

Why It Matters

Before, every arena component could become a special module. That does not scale. ArenaScript gives the platform one public contract for rules, params, optimizer family and verification result.

The native implementation can stay in Python, ML or CUDA. The public surface stays ArenaScript: readable, testable, optimizable and exportable.

True Monsters

invictus exposes the immune risk gate.

meta_intelligence exposes the regime router.

leviathan exposes regime and conviction voting.

chimera exposes pattern veto and confirmation gates.

hydra exposes multi-timeframe confluence.

Systems Also Speak It

nasdaq_scalping optimizes ScalpForge and GPU War templates.

invictus_risk_gate tunes immune thresholds and ATR exits.

edge_fund_allocator tunes portfolio weights and rebalance controls.

ml_gate_threshold tunes ML threshold, RSI ceiling and ATR exits.

Arena Verified

An Arena Verified survivor has passed through the optimizer and the arena verification step. The result is written to data/monster_evolution_log.jsonl with params and metrics.

The Pine export can include the verification job, family and metrics in the script header. The export contract is explicit: FULL_PINE for executable rule mirrors, PINE_WITH_STUBS when ML, portfolio or custom hooks are documented but cannot run inside TradingView.

Protocol Boundaries

MCP, TradingView, browser GPU and Rust clients are consumers of ArenaScript. They do not need private source access.

The endpoint shape is stable: ArenaScript in, family optimizer, ArenaScript out, verified log event. The public spectacle stays World Arena: hostile markets, survivors, deaths and champions.

Open Monster Registry Open Monster Evolution Log Open ArenaScript Editor ArenaScript v1.2 Grammar Open ScalpForge Evolution Log API