Indicator Starter
Khởi đầuindicator, input.int, input.source, ta.rsi, hline.
Strategy Starter
Khởi đầuEMA crossover, mapped execution fields, build_mapped_trade_frame.
Visual Indicator Starter
Khởi đầuplot, plotshape, hline, static frame.attrs payload for box/label/line.
RSI Indicator
IndicatorRSI sub-panel with safe source fallback.
Histogram Sub-Panel
IndicatorATK histogram rendering in sub-panel.
MACD Sub-Panel
IndicatorMACD plus histogram colors.
KDJ Oscillator
IndicatorK, D, J oscillator with threshold lines.
Stochastic Oscillator
IndicatorDual-line stochastic oscillator.
StochRSI
IndicatorStochRSI with source handling.
Volume with MA
IndicatorVolume histogram plus moving average in sub-panel.
SuperTrend Indicator
IndicatorSuperTrend with ATR-based trend detection.
SuperTrend Color Line
IndicatorSuperTrend with color-coded trend line.
Murrey Math Lines V2
IndicatorMurrey Math Lines with support/resistance levels.
Input Interactions
IndicatorExtended input family, confirm metadata, time/price pairing.
Barstate & Log
Indicatorbarstate.from_index plus log.info/log.warning.
Plot Visual Surface
Indicatorplotbar, plotchar, plotarrow, barcolor, bgcolor.
Native Table
IndicatorNative table.new, table.cell, and ctx.table.new.
Request Seed Runtime
Indicatorrequest.seed with inline structured seeded data.
Map Runtime
Indicatormap.new, map.put, map.get, map.keys, map.size.
Matrix Runtime
Indicatormatrix.new, row/col reads, simple 2D aggregation.
Bollinger Bands Fill
IndicatorPlots plus linefill.new for band visualization.
SMA Crossover Strategy
StrategySMA crossover mapped strategy.
EMA + ATR Strategy
StrategyEMA and ATR combined test strategy.
Bracket Strategy
StrategyBracket exits with mapped_sl and mapped_tp.
Trailing Stop Strategy
StrategyTrailing stop with mapped_trail_offset.
RSI Filter Strategy
StrategyRSI gating around a crossover entry system.
Limit Entry Strategy
StrategyLIMIT entries with mapped_entry_limit_price.
Stop Market Entry
StrategySTOP_MARKET entries with mapped_entry_trigger_price.
Stop Limit Entry
StrategySTOP_LIMIT entries with trigger and limit fields.
Reduce-Only Exit
Strategymapped_reduce_only plus IOC exit-management.
Slippage Strategy
StrategyDeclaration-level slippage modeling.
Commission Strategy
StrategyFee modeling with commission_type and commission_value.
Margin Strategy
StrategyMargin and percent-of-equity sizing.
Default Quantity
StrategyDefault quantity and sizing defaults.
Pyramiding Strategy
StrategyPyramiding add-on entry flow.
Limit Fill Assumption
Strategybacktest_fill_limits_assumption with limit-entry design.
MTF Confirmation
Strategyrequest.security with lambda and HTF trend confirmation.
Alert Strategy
StrategyAlert calls and alert-friendly trade metadata.
Strategy Alert Template
Strategystrategy_alert_message plus alert-friendly mapped tags.
Strategy Intent Surface
Strategystrategy.entry/order/exit/close/cancel payload helpers.
MT5 GTD Pending
StrategyGood-till-date pending order strategy for MT5.
UTBOT Strategy
StrategyUTBOT strategy using shared core helpers.
UTBOT Strategy Full
StrategyUTBOT with explicit trade quantity input.
ATK Plot Fill Bridge
Visualctx.atk.plot_line with ctx.atk.fill_between.
ATK Shape Zone Bridge
VisualShape text, polyline, rectangles, rectangle ray.
ATK Table Bridge
VisualDashboard table using ctx.atk.table.
ATK Profile Candle Bridge
VisualComposite visuals with candles and horizontal profile bars.
Plot Shape Above
VisualConditional plotshape above bar.
Plot Shape Below
VisualConditional plotshape below bar.
Color Text Overlay
VisualStyled text overlays with color, size, font, weight.
Color Line Text
VisualLine-text bundles with ATK bridge.
Color Arrow
VisualDirectional arrows with per-row direction and color.
Chart Point Showcase
Visualchart.point, line, label, box, polyline APIs.
Visual Settings Lifecycle
VisualObject creation and mutation lifecycle across line, box, fill.
Candlestick
VisualSimple plotcandle declaration.
Color Candlestick
VisualColor-per-bar candle rendering.
Candlestick Sub-Chart
VisualCandles in a sub-panel via ATK bridge.
Volume Profile Fixed Range
VisualVolume profile payload and value-area rendering.
Volume Profile with Rectangle
VisualProfile variant with rectangle integration.
Library Publish V1
LibraryVersioned library publishing pattern (v1).
Library Publish V2
LibraryVersioned library publishing pattern (v2).
Library Import Indicator
LibrarySelective import from published library.
Library Enum Utils
LibraryVersioned library with enum exports.
Library Enum Import
LibraryEnum exports and selective import binding.
Library Signal Utils
LibraryShared signal utility library.
Library Upgrade Indicator
LibraryLibrary version upgrade pattern.
UTBOT Indicator
Nâng caoUTBOT indicator with ATK arrow rendering.
SMC Framework
Nâng caoAdvanced SMC framework using smart-money concepts.
SMC ICT Confluence
Nâng caoICT-style confluence with summary table.