rtl

Using Zig Zag Oscillator in RTL

Using Zig Zag Oscillator in RTL

This video demonstrates how to manage the usage of the forward-looking Zig Zag Oscillator within a Custom Indicator or Signal Marker. The Zig Zag Oscillator is unique in that it is a forward looking indicator, and as such, past values can change based on future price movement. Due to this forward-looking nature, when the ZZO token is used within RTL, special consideration must be made to accommodate the addition of any Custom Indicators or Signals that contain ZZO when adding to a chart. This video describes how to setup such Custom Indicators or Signal.

Using Zig Zag Oscillator in RTL

Zig Zag Oscillator in RTL

This video demonstrates how to manage the usage of the forward-looking Zig Zag Oscillator within a Custom Indicator or Signal Marker.  The Zig Zag Oscillator is unique in that it is a forward looking indicator, and as such, past values can change based on future price movement.  Due to this forward-looking nature, when the ZZO token is used within RTL, special consideration must be made to accommodate the addition of any Custom Indicators or Signals that contain ZZO when adding to a chart.  This video describes how to setup such Custom Indicators or Signal.

RTL Tokens

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.

RTL Conditional Operator

The RTL Language has a special operator for conditional evaluation. The operator is designed to allow formulas where one result is desired in some cases and another result in other cases. For example, suppose you want to write a custom indicator formula where the value of the custom indicator is the maximum close in 5 periods for bars that close higher than they opened, but for bars that close at or below their open, the value is to be the minimum close in 5 periods. This kind of conditional formula can be cleverly written as:

SMI Ergodic Indicator

Trading Ergodics with the Trend - Rules

  1. Enter or hold position only when slope of Ergodic Signal line has the same direction as the trend
  2. Stand aside when slope of Ergodic Signal Line is in the opposite direction of trend
  3. Enter or exit position when Ergodic and its Signal Line cross

RTL Lesson 8 - Function Tokens

RTL Lesson 8 - Function Tokens

Experience Level - Novice This video discusses function tokens including MAX, MIN, SMAX, SMIN, ABS, STD, and more. These functions perform statistical calculations on other expressions.

RTL Lesson 7 - Syntax

RTL Lesson 7 - Syntax

Experience Level - Novice This video describes how to combine RTL tokens to form syntax. Several examples of syntax are provided for both custom indicators and signals. This video also explains how to edit technical indicator token preferences within saved RTL objects.

RTL Lesson 6 - Tokens

RTL Lesson 6 - Tokens

Experience Level - Novice This video discusses the various types of tokens available in the RTL Language: Historical Data Tokens, Primitive Data Tokens, Fundamental Data Tokens, Technical Indicator Tokens, Numerical Constants and Flags, User Variables, and Backtesting Tokens.

Pages