Indicator Starter
Startersindicator, input.int, input.source, ta.rsi, hline.
Strategy Starter
StartersEMA crossover, mapped execution fields, build_mapped_trade_frame.
Visual Indicator Starter
Startersplot, plotshape, hline, static frame.attrs payload for box/label/line.
RSI Indicator
IndicatorsRSI sub-panel with safe source fallback.
Histogram Sub-Panel
IndicatorsATK histogram rendering in sub-panel.
MACD Sub-Panel
IndicatorsMACD plus histogram colors.
KDJ Oscillator
IndicatorsK, D, J oscillator with threshold lines.
Stochastic Oscillator
IndicatorsDual-line stochastic oscillator.
StochRSI
IndicatorsStochRSI with source handling.
Volume with MA
IndicatorsVolume histogram plus moving average in sub-panel.
SuperTrend Indicator
IndicatorsSuperTrend with ATR-based trend detection.
SuperTrend Color Line
IndicatorsSuperTrend with color-coded trend line.
Murrey Math Lines V2
IndicatorsMurrey Math Lines with support/resistance levels.
Input Interactions
IndicatorsExtended input family, confirm metadata, time/price pairing.
Barstate & Log
Indicatorsbarstate.from_index plus log.info/log.warning.
Plot Visual Surface
Indicatorsplotbar, plotchar, plotarrow, barcolor, bgcolor.
Native Table
IndicatorsNative table.new, table.cell, and ctx.table.new.
Request Seed Runtime
Indicatorsrequest.seed with inline structured seeded data.
Map Runtime
Indicatorsmap.new, map.put, map.get, map.keys, map.size.
Matrix Runtime
Indicatorsmatrix.new, row/col reads, simple 2D aggregation.
Bollinger Bands Fill
IndicatorsPlots plus linefill.new for band visualization.
SMA Crossover Strategy
StrategiesSMA crossover mapped strategy.
EMA + ATR Strategy
StrategiesEMA and ATR combined test strategy.
Bracket Strategy
StrategiesBracket exits with mapped_sl and mapped_tp.
Trailing Stop Strategy
StrategiesTrailing stop with mapped_trail_offset.
RSI Filter Strategy
StrategiesRSI gating around a crossover entry system.
Limit Entry Strategy
StrategiesLIMIT entries with mapped_entry_limit_price.
Stop Market Entry
StrategiesSTOP_MARKET entries with mapped_entry_trigger_price.
Stop Limit Entry
StrategiesSTOP_LIMIT entries with trigger and limit fields.
Reduce-Only Exit
Strategiesmapped_reduce_only plus IOC exit-management.
Slippage Strategy
StrategiesDeclaration-level slippage modeling.
Commission Strategy
StrategiesFee modeling with commission_type and commission_value.
Margin Strategy
StrategiesMargin and percent-of-equity sizing.
Default Quantity
StrategiesDefault quantity and sizing defaults.
Pyramiding Strategy
StrategiesPyramiding add-on entry flow.
Limit Fill Assumption
Strategiesbacktest_fill_limits_assumption with limit-entry design.
MTF Confirmation
Strategiesrequest.security with lambda and HTF trend confirmation.
Alert Strategy
StrategiesAlert calls and alert-friendly trade metadata.
Strategy Alert Template
Strategiesstrategy_alert_message plus alert-friendly mapped tags.
Strategy Intent Surface
Strategiesstrategy.entry/order/exit/close/cancel payload helpers.
MT5 GTD Pending
StrategiesGood-till-date pending order strategy for MT5.
UTBOT Strategy
StrategiesUTBOT strategy using shared core helpers.
UTBOT Strategy Full
StrategiesUTBOT with explicit trade quantity input.
ATK Plot Fill Bridge
Visualsctx.atk.plot_line with ctx.atk.fill_between.
ATK Shape Zone Bridge
VisualsShape text, polyline, rectangles, rectangle ray.
ATK Table Bridge
VisualsDashboard table using ctx.atk.table.
ATK Profile Candle Bridge
VisualsComposite visuals with candles and horizontal profile bars.
Plot Shape Above
VisualsConditional plotshape above bar.
Plot Shape Below
VisualsConditional plotshape below bar.
Color Text Overlay
VisualsStyled text overlays with color, size, font, weight.
Color Line Text
VisualsLine-text bundles with ATK bridge.
Color Arrow
VisualsDirectional arrows with per-row direction and color.
Chart Point Showcase
Visualschart.point, line, label, box, polyline APIs.
Visual Settings Lifecycle
VisualsObject creation and mutation lifecycle across line, box, fill.
Candlestick
VisualsSimple plotcandle declaration.
Color Candlestick
VisualsColor-per-bar candle rendering.
Candlestick Sub-Chart
VisualsCandles in a sub-panel via ATK bridge.
Volume Profile Fixed Range
VisualsVolume profile payload and value-area rendering.
Volume Profile with Rectangle
VisualsProfile variant with rectangle integration.
Library Publish V1
LibrariesVersioned library publishing pattern (v1).
Library Publish V2
LibrariesVersioned library publishing pattern (v2).
Library Import Indicator
LibrariesSelective import from published library.
Library Enum Utils
LibrariesVersioned library with enum exports.
Library Enum Import
LibrariesEnum exports and selective import binding.
Library Signal Utils
LibrariesShared signal utility library.
Library Upgrade Indicator
LibrariesLibrary version upgrade pattern.
UTBOT Indicator
AdvancedUTBOT indicator with ATK arrow rendering.
SMC Framework
AdvancedAdvanced SMC framework using smart-money concepts.
SMC ICT Confluence
AdvancedICT-style confluence with summary table.