Every keyword.
One
reference.
Indicators, options Greeks, time functions, position management, math operations, candle patterns, runtime variables — every keyword you can drop into a strategy on the Advanced Strategy Builder, grouped into 16 categories. Click any keyword to read its description, parameters and worked example inline.
All keywords, grouped by category.
Click any pill to open its full entry — description, screenshot of the keyword card from the Advanced Strategy Builder, and worked example — without leaving this page.
[ 01 ]Math
9 keywordsArithmetic and comparison primitives. TT uses prefix function syntax (e.g. Math Operation(a, b, '+')) instead of infix operators inside markdown cells.
[ 02 ]Series Ops
5 keywordsArray and series manipulation — combine, spread, and sum OHLC streams for derived indicators.
[ 03 ]Technical
59 keywordsThe full indicator library — momentum, trend, volatility, volume and statistical indicators. Standard names (RSI, MACD, ADX, EMA) and the long tail of TT-specific ones.
[ 04 ]Price Data
10 keywordsOHLCV access, bid/ask, typical price, highest-high and lowest-low over a window.
[ 05 ]Strike Formula
4 keywordsPick option strikes — ATM relative to spot or futures, target-by-premium, offset-by-steps.
[ 06 ]Option Greeks
11 keywordsDelta, Gamma, Theta, Vega, Rho, ATM IV — plus the "neutral" variants that match strikes to a target Greek value.
[ 07 ]Statistics
4 keywordsAggregate measures across a window — mean, median, percentile rank, harmonic mean.
[ 08 ]Expiry Formula
4 keywordsResolve current-week, current-month and MCX-specific futures and options expiries.
[ 09 ]Date Time
13 keywordsWall-clock and calendar functions plus the trading-day-aware Next Trading Day and ORB for the opening-range. For "N minutes after entry" use Time >= EntryTime + N.
[ 10 ]Candle Patterns
10 keywordsDetect classic candlestick patterns on the current bar — engulfing, hammer, doji and the morning/shooting star family.
[ 11 ]Runtime Variables
3 keywordsFreeze a value at entry, recall it later — the right way to build level-based SL/target (candle-low SL, breakout-level target) without dropping to Python.
[ 12 ]Instrument Formula
5 keywordsResolve futures, strikes and OI-driven instruments by name or formula.
[ 13 ]Strategy Info
14 keywordsRead strategy-level state at runtime — entry timestamp, last repair, P&L, open position count, multiplier and capital metrics.
[ 14 ]Options
4 keywordsOptions-specific runtime actions — per-leg exit, per-leg SL trailing, TSL, and put-call ratio.
[ 15 ]Candle Types
3 keywordsAlternative candle representations — Heikin Ashi, Renko, Line Break — for smoothing noise and trend filtering.
[ 16 ]Additional Keywords
30 keywordsEverything else — correlation, cross, LTP, log functions, lot size, net Greeks aggregates, position introspection, synthetic futures, universal-exit TSL, and miscellaneous market primitives.