Home                           

 Try Investor/RT             

 Investor/RT Tour           

 Getting Started              

 What's New                  

 Testimonials                 

 



MASTER INDEX
  SEARCH
  CHARTS
  MAIN TOOLBAR
  SETTING PREFERENCES
  TECHNICAL INDICATORS
 
WHAT'S NEW
  ALARMS
  BACKTESTING

  CONFIRMING TRADES
  CUSTOM COLUMNS
  CUSTOM INDICATORS
  CUSTOM INSTRUMENTS
  CUSTOM PRICES
  DATA FEEDS
  DATABASE
  DOWNLOADING DATA
  FEED STATUS
  HEARTBEAT
  HELP
  MULTI-LINKING
  MULTI-PERIODICITY
 
INSTRUMENT SETUP
 
NASDAQ LEVEL II
 
NEWS TICKER
 
NEWS BROWSER
  OPTIMIZATION
  OPTIONS ANALYTICS

  PLACING TRADES
  PORTFOLIOS
  PRESETS
 
PRINTING
  QUICK QUOTES
  QUOTE PAGES
  REALIZATION
  RTL LANGUAGE
  SCANS
  SCHEDULES

  SCOPE
  SYSTEM STATUS
  TICKER TAPE
  TIME AND SALES

 
TRADING NOTES
  USER VARIABLES
  VERTICAL SCALE
MASTER INDEX
DICTIONARY
FEEDBACK

Investor/RT Tour
Scans, Trading Signals, Custom Indicators
Special Functions

 Function

 Description

 Example

 SQRT(X)

 Square Root of X  SQRT(HI _ LO)

 ABS(X)

 Absolute Value of X  ABS(CL - CL1)

 MIN(X,Y)

 Minimum Value of X during the preceding Y periods  MIN(RSI, 5)

 MAX(X,Y)

 Maximum Value of X during the preceding Y periods  MAX((HI4 - LO), 8)

 AVG(X,Y)

 Average Value of X during the preceding Y periods  AVG((HI - LO), 7)

 STD(X,Y)

 Standard Deviation of X during the preceding Y periods  STD(MA, 12)

 INT(X)

 Rounds down X to the lower whole number.  INT(HI)

 LOG(X)

 Base 10 logarithm of X  LOG(CL)

 ROU(X, Y)

 Rounds X to the nearest nearest multiple of Y  ROU(LO, 0.01)

 SET(X,Y)

 Sets value of property X to the value Y  

 SUM(X,Y)

 Sum of X for the preceding Y periods  SUM(HI, 10)

(See Also:  Scans Center, Scan Overview, Scans and Custom Indicators)