strategy()
Simulated orders via trade.open_long / trade.open_short / trade.close_all. Browser backtest + optional server-run.
Write indicators and backtest strategies on the same perpetual OHLCV stream Hyper Charts already loads — editor, Strategy Tester, script library and community publishing in one docked workspace.
Code, run and inspect backtests inside the same chart pane with the same loaded OHLCV bars.
Tradeiz AI proposes YeScript as diffs you review before any run, so control always stays with you.
Publish with backtest snapshots, fork good ideas, and keep improving scripts with visible lineage.
Pick a script type by intent: strategies generate trades, indicators draw context, and libraries package reusable logic for teams.
Simulated orders via trade.open_long / trade.open_short / trade.close_all. Browser backtest + optional server-run.
plot(), hline(), plotshape() on overlay or dedicated sub-panes — same pane rules as built-in studies.
Shared fn definitions — imported into other tabs with library("name"), never mounted on the chart directly.
Open Hyper Charts or read the language reference for syntax details.