RTL Tokens

Token Types

Tokens are used with Investor/RT's Real Time Language(RTL) to access different types of data or True/False Conditions. You can use the search box below to search directly for a token name (if you know it already) or by a characteristic that you are looking for. Examples searches might be "Range" or "Volume" to reveal tokens related to those keywords. Tokens are also categorized into "Token Types" so that you can search by "Type." The list of Token Types include: Fundamental, Historical, Primitive, Technical Indicators, Alarm Flags, Monitoring Flags, Constants, Arithmetic, Relational and Logical. Tokens that relate specifically to trading typically have the prefix TR_. For example TR_FILL is the most recent fill price when in a position. For a full list of all trading related functions, see the article Trading Related Tokens. See also RTL Function Tokens for a list of all functions built-in to the RTL lanuage.

Token Description Examples / Paramaters Type More
ABS Absolute Value ABS (CL - OP) Function more
ACCEL Rate of Change of the N-Period Slope of the expression given. ACCEL (CL,20) Function  
ACCELR Rate of Change of the Slope of a Best fit regression line of the expression given over N Periods ACCEL (CL,20) Function  
ACOS Arc Cosine ACOS (X) Function more
AD Accumulation Distribution   TechInd more
ADX Average Directional Indicator   TechInd more
ADXR Average Directional Indicator   TechInd more
AGE Minutes Instrument Defined Primitive more
ALPHA Alpha Indicator   TechInd more
ALARM_ASK_GE Alarm on Ask >= SET(ALARM_ASK_GE, (HI + 2)) AlrmFlag  
ALARM_ASK_LE Alarm on Ask <= SET(ALARM_ASK_LE, (LO - 2)) AlrmFlag  
ALARM_BID_GE Alarm on Bid >= SET(ALARM_BID_GE, (HI * 1.1)) AlrmFlag  
ALARM_BID_LE Alarm on Bid <= SET(ALARM_BID_LE, (LO * 0.9)) AlrmFlag  
ALARM_GE Alarm On Last Price >= SET(ALARM_GE, (HI + 2)) AlrmFlag  
ALARM_LE Alarm On Last Price <= SET(ALARM_LE, (LO - 3)) AlrmFlag  
ALARM_RESET Clear Alarms   AlrmFlag  
ALARM_VOL Alarm On Volume   AlrmFlag  
ALIAS Alias Ticker - Used for Dial/Data Downloading Primitive more
AMA Adaptive Moving Average   TechInd more
AND Both operands must be true in order for the result to be true
(HI > MA) AND (CL > OP)
Function more
ARRAY or AV Historical Array User Variable   TechInd more
ARMS Arms Ease of Movement   TechInd more
ARN Aroon Oscillator   TechInd more
ASIN Arc Sine ASIN (X) Function more
ASK Current Ask Primitive more
ASKZ Ask Size Primitive more
ASSETS Assets (m) Primitive more
AT Asset Turnover Fundmntl  
ATAN Arc Tangent ATAN (X) Function more
ATICK Ticks at Ask Price Primitive more
AVOL Trade Volume at Ask Price Primitive more
AVG(exp, n) Average of expression over last n periods. AVG(HI, 20) Function more
AVGCL Average Close Primitive  
AVGVOL 20-day Average Volume - Calculated daily by Investor/RT at end of session Primitive  
BADTK/font> No. of Bad Ticks Rejected for the Instrument Primitive  
BARLEFT Seconds left in currently forming bar Primitive  
BARNO Bar number being tested (Trading Signals) Primitive  
BARS Number of bars of historical data on file for the chosen periodicity Fund/Prim  
BARSOPEN Number of bars into position (Trading Signals) Primitive  
BAS Bid - Ask Spread (Ask minus Bid) Fund/Prim  
BCNT Backtest Bar Count   Primitive  
BEARP Bear Power (Elder-Ray)   TechInd more
BETA Beta Indicator   TechInd more
BETAV Beta Value Fundmntl  
BETAD Beta Down Fundmntl  
BETAU Beta Up Fundmntl  
BID Current Bid Primitive  
BIDZ Bid Size Primitive  
BOLD Bollinger Lower Band   TechInd more
BOLU Bollinger Upper Band   TechInd more
BOP Balance of Power   TechInd more
BOX Box Size (Point and Figure) Primitive  
BPS Bars Per Session Primitive  
BTBAR Backtest - Bar number being tested Primitive  
BTICK Ticks at Bid Price Primitive more
BTIME Backtest Time (hhmm) Primitive  
BTST Bit Test Operator BTST(FLAGS,5) Function more
BVOL Trade Volume at Bid Price Primitive more
BULLP Bull Power (Elder-Ray)   TechInd more
BVGR Book Value Growth Rate over last 5 years Fundmntl  
BVS Book Value Growth Rate 5 years Fundmntl  
CAPGR Book Value per Share for current quarter Fundmntl  
CAPS Capital Spending Growth Rate over last 5 years Fundmntl  
CCI Commodity Channel Index   TechInd more
CCODE Candle Codes   TechInd more
CFGR Capital Spending per Share Fundmntl  
CFYEST Cash Flow Growth Rate over last 5 years Fundmntl  
CH Today's Change in Price - Calculated as CL minus PREV Primitive  
CI Embedded Custom Indicator   TechInd more
CL Closing (or Last) Price of Bar Historical  
CMF Chaikin Money Flow Indicator TechInd more
CNUM User Custom Number Primitive  
COG Center of Gravity Indicator TechInd more
COLOR QuotePage Highlight Color Primitive  
COR Correlation Coefficient   TechInd more
COS Cosine COS (X) Function more
CPR Candlestick Patterns   TechInd more
CPS Estimated Earnings per Share for current Fiscal Year Fundmntl  
CR Cash per Share Fundmntl  
CTP Current Ratio Fundmntl  
CTX RTL context (scan, backtest, optimization) Primitive more
CUSTOM Custom String - Any user-defined character data that can be added as a column to quotepages Primitive more
CYRHI Calendar Year High Primitive  
CYRLO Calendar Year Low Primitive  
DAY Day of Week (0 for Sunday, 1 for Monday .... 6 for Saturday) Primitive  
DAYHI High of the current session. Used to access the daily bar data in an intraday scan. Primitive  
DAYLO Low of the current session. Used to access the daily bar data in an intraday scan. Primitive  
DAYOP Open of the current session. Used to access the daily bar data in an intraday scan. Primitive  
DAYVO Volume of the current session. Used to access the daily bar data in an intraday scan. Primitive  
DAYM Day of the Month (1 = 1st, 2 = 2nd, etc.) Primitive more
DAYW Day of the Week (0 = Sunday, 1 = Monday, etc.) Primitive  
DAYPCT Elapsed percent of session ( = 0.0 at session open, and = 100.0 at session close) Fund/Prim  
DAYS Days until Expiration for an option or futures contract Fund/Prim  
DAYSOPEN Days in Position (Trading Signals) Primitive  
DBOX Darvas Box Indicator   TechInd more
DEBT Long Term Debt (m) Primitive  
DELTA Delta - Greek value of an option Fund/Prim more
DIMINUS DI- Directional Indicator   TechInd more
DINT DIvidend Interval   Primitive  
DIPLUS DI+ Directional Indicator   TechInd more
DISP Instrument Display Format Primitive  
DIV Dividend Amount Primitive  
DIVAY Cash to Price ratio Fundmntl  
DIVGR Dividend Average Yield over last 60 months Fundmntl  
DIVR Div Gro Rate 5 yrs Fundmntl  
DMEQ Debt minus Equity over latest quarter Fundmntl  
DNTV Down Tick Volume Primitive  
DONCH Donchian Channels   TechInd more
DSEPS Debt Service to EPS ratio Fundmntl  
DTA Debt to Assets Ratio Fundmntl  
DTREND Detrended Oscillator   TechInd more
DV Date/Time Value   TechInd more
e Logarithmic base 2.71828 Constant  
EFI Elder Force Index   TechInd more
EGCFY Estimated Current Fiscal Year percent Earnings Growth Fundmntl  
EGNFY Estimated Next Fiscal Year percent Earnings Growth Fundmntl  
EMA Exponential Moving Average TechInd more
ENTRY Entry Price (Trading Signals) Primitive  
EPS Earnings per Share Fundmntl  
EPSCY EPS percent Change from a year ago Fundmntl  
EPSCYTD EPS Percent Change year-to-date Fundmntl  
EPSFIVE EPS Growth Rate 5 years Fundmntl  
EPSGR EPS Percent Growth Rate Fundmntl  
EPSNGR EPS Growth Rate # Years Fundmntl  
EPSPC EPS Percent Change Fundmntl  
EPSTHREE EPS Growth Rate 3 Years Fundmntl  
EVW Elastic Volume Weighted MA   TechInd more
EXCHR Requested Exchange Primitive more
EXCHT Exchange of Trade Primitive more
FASTD Stochastics Fast D   TechInd more
FCF Free Cash Flow per Share Fundmntl  
FIBR Automatic Fibonacci Retracement TechInd more
FISH Fisher Transform TechInd more
FLAG Alarm Flags Fund/Prim  
FLOAT Float Fundmntl  
FRACU Fractals Up Indicator   TechInd more
FRACD Fractals Down Indicator   TechInd more
FVE Finite Volume Elements   TechInd more
G Golden Ratio 1.61803 Constant  
GAMMA Gamma - Greek value of an option Fund/Prim more
GAP Gap Open (PREV - OP) Primitive  
GL Dollar Gain/Loss in Position (Trading Signals) Primitive  
GLPCT Percent Gain/Loss in Position (Trading Signals) Primitive  
GMAR Gross Margin Fundmntl  
GMGR Gross Margin Growth Rate 5 Years Fundmntl  
HCOS Hyperbolic Cosine HCOS (X) Function more
HI High Price of the Day NA Historical  
HIALARM High Alarm Level Primitive  
HISTEP High Alarm Step Primitive  
HISTPE Historical Relative PE Fundmntl  
HITS Number of Hits so far that triggered TRUE in the scan Primitive  
HLCC Close Weighted Average Price (HI + LO + CL + CL)/4 Primitive  
HLR Difference between High and Low of the bar (the High/Low Range of the bar) Historical  
HRD Historical Retention Daily Data   Primitive  
HRI Historical Retention IntraDay   Primitive  
HRM Historical Retention Monthly   Primitive  
HRT Historical Retention Tick Data   Primitive  
HRW Historical Retention Weekly   Primitive  
HSIN Hyperbolic Sine HSIN (X) Function more
HTAN Hyperbolic Tangent HTAN (X) Function more
IAA Indicator Adjusted Average   TechInd more
IEPS Interim Earnings Per Share Primitive  
IEPSLY Interim Earnings Per Share, Last Year Primitive  
IF(expA) THEN(expB) ELSE(expC) Conditional IF-THEN-ELSE statement. If expA is TRUE, then expB is executed, else expC is executed. IF(CL > MA) THEN (SET(V#1, CL)) ELSE (SET(V#1, MA)) Function more
IH Percent held byInstitutional Investors Fundmntl  
INDUST Industry (text variable) Primitive  
INSIDER Insider Percent Owned Fundmntl  
INSTO Institutional Ownership Fundmntl  
INT(exp) Integer Operator. Truncates the expression to a whole number. INT(HI)
INT(28.98) = 28
Function more
INTC Interest Coverage Fundmntl  
INVT Inventory Turnover Fundmntl  
IV Intrinsic Value of an option Fund/Prim  
IVOLAT Implied Volatility of an option Fund/Prim more
IVOLATA Ask Implied Volatility of an option Fund/Prim more
IVOLATB Bid Implied Volatility of an option Fund/Prim more
IWA Indicator Weighted Average   TechInd more
KELTD Keltner Lower Band   TechInd more
KELTU Keltner Upper Band   TechInd more
LAG CPU time minus feed time Primitive  
LAMBDA Lambda - Calculated greek value of an option Fund/Prim more
LAST Last Trade Price Primitive  
LAST#1 Previous Trade Price 1 Primitive  
LAST#2 Previous Trade Price 2 Primitive  
LAST#3 Previous Trade Price 3 Primitive  
LEN Length of ticker symbol (for stocks, LEN > 3 implies NASD stock) Primitive  
LIAB Liabilities (m) Primitive  
LO Low Price of the Day Historical  
LOALARM Low Alarm Level Primitive  
LOG(exp) Exponential Log (base e) LOG(CL) Function more
LOGT(exp) Base 10 Logarithm LOGT(VO) Function more
LOSTEP Low Alarm Step Primitive  
LRA Linear Regression Acceleration   TechInd more
LRF Linear Regression Forecast / Bands TechInd more
LRS Linear Regression Slope   TechInd more
MA Moving Average   TechInd more
MACD MACD Oscillator   TechInd more
MAMA MESA Adaptive Moving Average TechInd more
MAX Maximum Value MAX (HI, 5) Function more
MCAP Market Cap Fundmntl  
MED Average of High and Low Prices of bar Historical  
MID Average of High, Low and Closing prices of bar Historical  
MIN Minimum value MIN (LO, 12) Function more
MINOPEN Minutes in Position (Trading Signals) Primitive  
MFI Money Flow Index   TechInd more
MFLO Money Flow   TechInd more
MOM Momentum   TechInd more
MON Monitoring Flags Primitive  
MONTH Month of Year (1 - 12.) Primitive more
MON_DAILY Monitor Daily SET(MON,MON_DAILY) MonFlag  
MON_INTRA Monitor Intra-Day SET(MON,MON_INTRA) MonFlag  
MON_MONTHLY Monitor Monthly SET(MON,MON_MONTHLY) MonFlag  
MON_WEEKLY Monitor Weekly SET(MON,MON_WEEKLY) MonFlag  
MPB Minutes Per Bar Periodicity Primitive more
MPD Mixed Periodicity Data   TechInd more
MPS Minutes Per Session Primitive  
NAME Security Name Primitive more
NFYEST EPS est. next FY Fundmntl  
NIGR Net Income Percent Growth Rate Fundmntl  
NIGRFIVE Net Income Growth Rate 5 Years Fundmntl  
NINGR Net Income Growth Rate # Years Fundmntl  
NORM Normalize Price Indicator   TechInd more
NOT The NOT operator reverses the value of the expression that follows. NOT X is TRUE only if X is FALSE NOT (MA > OP) Function more
NOTE Annotation Message   TechInd more
NOW Time of Day (hhmm) NOW >=0930 AND NOW <=1145 Primitive more
NPM Net Profit Margin Percnet Fundmntl  
NPMGR Net Profit Margin Growth Rate 5 Years Fundmntl  
NUM Count to be scanned (number of instruments in source quotepage) Primitive  
OBV On Balance Volume   TechInd more
OCR Difference between the Open and Close prices of bar Historical  
OHLC (Open + High + Low + Close) / 4 Historical  
OI Number of open contracts in a future or option Historical  
OP Opening Price of the Day Historical  
OR If either operand is true, or if both are true, then the result is true
(HI > MA) AND (CL > OP)
Function more
OSC Oscillator/Summation   TechInd more
PAY Payout Ratio Fundmntl  
PCAP Price to Capital Spending Fundmntl  
PCHO Percent Change from Open Fund/Prim  
PCHY Percent Change from Yesterday ( (CL - PREV) / PREV ) Primitive  
PCPV Pct Change Volume or Price   TechInd more
PE Price to Earnings Ratio Fundmntl  
PFO Portfolio Primitive  
PI Pi Constant 3.14159 Constant  
PLUGIN Deprecated, Replaced by "RTX" token   TechInd  
PNF Point And Figure   TechInd more
PNZ +1, -1, 0 PNZ(MACD) Function more
POS Position Indicator   Indicator more
POS_COST Dollar Cost of Positions (Trading Signals) Primitive  
POS_SIZE Size of Position Primitive  
POS_STATE Backtest State (1=Long, 2=Short) Primitive  
PREFIX Option Prefix Primitive  
PREV Yesterday's Close Primitive  
PROF Profile Indicator (TPO)   TechInd more
PSHARES Preferred Shares Primitive  
PTBV Price/Tangible Book Value Fundmntl  
PTCF Price to Cash Flow Fundmntl  
PTS Price To Sales Fundmntl  
PVPT Pivot Point   TechInd more
QP QuotePage Fund/Prim more
QR Quick Ratio Fundmntl  
QTAGE Age of Quote in seconds Primitive  
QSTAT QuotePage Statistics   Techind more
RAND(n, m) Random Number Generator. Generates random whole number between n and m. RAND(0, 100) / 100 Function more
RAWK Stochastic Raw K   TechInd more
RECT Receivables Turnover Fundmntl  
RENG Reverse Engineer Indicator   TechInd more
RENKO Renko Indicator   TechInd more
REV Revenue Per Share Fundmntl  
REVE Revenue per Employee Fundmntl  
REVGR Revenue Growth Rate 5 Years Fundmntl  
REVPC Revenue Percent Change Fundmntl  
RHO Rho - Calculated greek value of an option Fund/Prim more
RMA Moving Average Relative to Close   TechInd more
ROA Return on Assets Fundmntl  
ROC Rate of Change   TechInd more
ROCS Rate of Change Summation   TechInd more
ROE Return on Equity Fundmntl  
ROI Return on Investment Fundmntl  
ROS Return on Sales Fundmntl  
ROU Round Down ROU (CL, 0.1) Function  
RS Relative Strength   TechInd more
RSI Relative Strength Index   TechInd more
RTX RTX Extension Indicator (Jurik, SDK)   TechInd  
RVI Relative Strength Index   TechInd more
RWI Random Walk High Indicator TechInd more
RWIL Random Walk Low Indicator TechInd more
SAR Parabolic SAR   TechInd more
SBAR Session Bar Number   Primitive  
SCAN Embedded Scan   TechInd more
SECTOR Sector (text variable) Primitive  
SECTYPE Number code representing Security Type (Stock, Future, Options, etc...) Primitive more
SEQ Sequence Number (row number of instrument being scanned) Primitive  
SESSION Session Number (See Setup:Preferences:Sessions) Primitive  
SESST Session Statistics   TechInd more
SET Sets the value of a variable SET(V#1, MA/CL) Primitive more
SETTLE Settlement Price Primitive  
SHARES Shares Outstanding Fundmntl  
SHOW(exp) Shows value of expression. Used for backtesting reporting. SHOW(FASTD) Function more
SIC Standard Industry Classification (SIC) Code Primitive  
SIGNAL Embedded Trading Signal   TechInd more
SIMC Short Int mo. Percent Change Fundmntl  
SIN Sine SIN (X) Function more
SINT Short Interest Primitive  
SIOUT Short Int Percent Outstanding Fundmntl  
SIPF Short Int % of Float Fundmntl  
SIVOL Short Int / Average Volume Fundmntl  
SLOWD Stochastics Slow D   TechInd more
SPLIT Split Finder   TechInd more
SMAX(exp, exp) Scalar Maximum. Result is maximum of two expressions. SMAX(CL, OP) Function more
SMIN(exp, exp) Scalar Minimum. Result is minimum of two expressions. SMIN(CL, OP) Function more
SPB Seconds Per Bar (Periodicity) Primitive  
SPLITFA Last Split Factor Fundmntl  
SQRT(exp) Square Root SQRT(CL) Function  
SSIM System Simulator     more
SSTAT Signal Statistics     more
STAT Statistics     more
STD(exp, n) Standard deviation of expression over period n. STD(CL, 20) Function more
STIME Session Time (seconds elapsed in session) Primitive  
STOP Stop Price (Trading Signals) Primitive  
STRIKE Strike Price of an option Fund/Prim  
SUM(exp, n) Sum of expression over last n periods. SUM(CL - OP, 20) Function  
T# User Text Variables - T#1 ... T#32 Primitive more
TAN Tangent TAN (X) Function more
TBVS Tangible Book Value Per Share Fundmntl  
TCF Trend Continuation Factor   TechInd more
TDI Trend Detection Index   TechInd more
TDREI Tom Demark Range Expansion Index TechInd more
THEO Calculated Theoretical Value of an option Fund/Prim more
THETA Theta - Calculated greek value of an option Fund/Prim more
TICKD Number of Down Ticks in the current trading session Primitive  
TICKER Ticker Symbol Primitive more
TICKS Number of ticks (trades) in the current trading session Primitive  
TICKU Number of Up Ticks in the current trading session Primitive  
TICKUNITS Tick Units Fundmntl  
TII Trend Intensity Index TechInd more
TIME Backtest Time (hhmm) Primitive  
TINC Tick Increment (0.25 for ES, etc) Primitive  
TLB Three Line Break   TechInd more
TLBO Three Line Break Oscillator   TechInd more
TLD Automatic Trendline - Down   TechInd more
TLU Automatic Trendline - Up   TechInd more
TNC Trading Note Count Primitive  
TPB Ticks Per Bar Periodicity Primitive  
TR True Range   TechInd more
TR_BUY_STOP_OID Buy Stop Order ID See also Trading Related Tokens Primitive more
TR_BUY_LMT_OID Buy Limit Order ID See also Trading Related Tokens Primitive more
TR_BUY_STOP_LMT_OID Buy Stop Limit Order ID See also Trading Related Tokens Primitive more
TR_BUY_STOP Buy Stop Price See also Trading Related Tokens Primitive more
TR_BUY_LMT Buy Limit Price See also Trading Related Tokens Primitive more
TR_BUY_STOPLMT_STOP Buy Stop Limit Stop Price See also Trading Related Tokens Primitive more
TR_BUY_STOPLMT_LMT Buy Stop Limit Limit Price See also Trading Related Tokens Primitive more
TR_SELL_STOP_OID Sell Stop Order ID See also Trading Related Tokens Primitive more
TR_SELL_LMT_OID Sell Limit Order ID See also Trading Related Tokens Primitive more
TR_SELL_STOP_LMT_OID Sell Stop Limit Order ID See also Trading Related Tokens Primitive more
TR_SELL_STOP Sell Stop Price See also Trading Related Tokens Primitive more
TR_SELL_LMT Sell Limit Price See also Trading Related Tokens Primitive more
TR_SELL_STOP_LMT_STOP Sell Stop Limit Stop Price See also Trading Related Tokens Primitive more
TR_SELL_STOP_LMT_LMT Sell Stop Limit Limit Price See also Trading Related Tokens Primitive more
TR_FILL Trade Fill Price See also Trading Related Tokens Primitive more
TR_POS Trade Position Size See also Trading Related Tokens Primitive more
TR_STOP Trade Stop Price See also Trading Related Tokens Primitive more
TR_TARG Trade Target Price See also Trading Related Tokens Primitive more
TR_WORK Trade Working Order State See also Trading Related Tokens Primitive more
TRIP Triple or Double Smoothing   TechInd more
TRIX TRIX Indicator   TechInd more
TSF Time Series Forecast   TechInd more
TSI True Strength Index   TechInd more
TSIG Embedded Trading Signal (Obsolete)   TechInd more
TSYS Trading System Indicator   TechInd more
TTT T3 Indicator   TechInd more
TVAL Option Time Value = Price of the option minus the intrinsic value Fund/Prim  
TVOL Volume of Last Trade Primitive  
TVOL#1 Volume of Previous Trade 1   Primitive  
TVOL#2 Volume of Previous Trade 2   Primitive  
TVOL#3 Volume of Previous Trade 3   Primitive  
UDVR Up/Down Volume Ratio   TechInd more
UDVRS Up/Down Volume Ratio Slope   TechInd more
ULPRICE Price of the security underlying the option Fund/Prim  
ULT Ultimate Oscillator   TechInd more
UNDO Undo last operation (when selected from dropdown list) Function  
UPTV UpTick Volume Primitive  
USERDATA User Data Text Primitive  
UTICKR Underlying Symbol Primitive  
V# * User Variables - V#1 ... V#512 Primitive  
VALID Data Validation   TechInd more
VALTICK $Value Tick Fund/Prim  
VAD Value Area Lower Band   TechInd more
VAR Local Numeric Variable      
VAU Value Area Upper Band   TechInd more
VB Volume Breakdown   TechInd more
VEGA Vega - Calculated greek value of an option Fund/Prim more
VMA Volume Moving Average   TechInd more
VO Total Volume of Bar Historical  
VOLALARM Volume Alarm Level Primitive  
VOLAT Volatility   TechInd more
VOSTEP Volume Alarm Step Primitive  
VWAP VWAP Value Primitive more
VWAPI Vol Weighted Avg Price Indicator TechInd more
WAD Williams Accumulation/ Distribution   TechInd more
WPR Williams %R   TechInd more
WS_NONE is value 0, no orders working. Primitive more
WS_FLAT_BUY is value 1, current position is FLAT, a buy order is working. Primitive more
WS_LONG_BUY is value 2, current position is LONG, a buy order is working. Primitive more
WS_SHRT_BUY is value 3, current position is SHRT, a buy order is working. Primitive more
WS_FLAT_SELL is value -1, current position is FLAT, a sell order is working. Primitive more
WS_SHRT_SELL is value -2, current position is SHRT, a sell order is working. Primitive more
WS_LONG_SELL is value -3, current position is LONG, a sell order is working. Primitive more
XAVGVOL Times Average Volume (VO / AVGVOL) Primitive  
YIELD Yield Fundmntl  
YLD Yield Fundmntl  
YRCL Prior Year Close Primitive more
YRHI Yearly High Primitive  
YRLO Yearly Low Primitive  
ZIG Zig Zag Indicator TechInd more
ZZO Zig Zag Oscillator TechInd more
. Qualifier CL.4 (Close four bars back) Function  
+ Addition HI + LO + CL Function  

-

Subtraction MA - CL Function  
* Multiplication (CL * 2 + MA * 3) / 5 Function  
/ Division (HI + LO + CL) / 3 Function  
^ Exponentiation (Power) CL ^ 3 Function  
% Modulo (remainder) (CL*100)%100 Function  
? a:b Conditional Operator CL > OP ? HI : LO Function more
< Less Than MA < CL Function  
<= Less Than or Equal To OP <= CL Function  
= Equal To MA = MA1 Function  
!= Not Equal To HI != HI2 Function  
> Greater Than LO > (LO3 * 1.05) Function  
>= Greater Than or Equal To MA3 >= (HI * 0.97) Function