support

In RTL how can I use the same technical indicator token multiple times within the same formula? Is there a way to use other RTL object names directly in the formula?

The RTL formula (syntax) checking process has been improved in several ways to facilitate entry of RTL scan, signal, and custom indicator formulas. The improvements are designed to facilitate entry of technical indicator tokens in cases where multiple tokens are needed for the same technical indicator. In addition, the improvements enable the user to extend the technical indicator tokens available for use in RTL formulas through the use of pre-defined technical indicator "presets".

What's the difference between a Signal and a Scan?

The difference lies in the context in which the two are used. Scans operate on current data, and can be used to:

  • Find symbols within a given quotepage (and periodicity) that match a given criteria, or...
  • Set properties or V# variables for all the symbols in a given quotepage...

A scan is sometimes called a "screen". A scan can either be run manually by the user, or be scheduled to run periodically.

I have a scan that I would like to run every 5 minutes throughout the day, but I would like a quotepage to accumulate all hits throughout the day and record the time of entry into the quotepage. How can I do this?

First, I would create a quotepage...and make sure it's empty at the begin of each session. Let's say the quotepage name is "myQP". You can empty it by just opening and clicking the green trash can on quotepage toolbar (You could also probably do this with a scheduled scan in order to automate just before each session).

Now, let's assume the syntax for your scan is:

MA > MA_A AND MA.1

You'll just need to change the syntax to:

QP = "myQP" OR (MA > MA_A AND MA.1

What is the "QuotePage Browser"?

A tool called the QuotePage Browser has been added to the MS Windows version of Investor/RT. The browser window presents lists of quotepages (System Quotepages, User Quotepages, Recent QuotePages) and the instrument ticker symbols for each quotepage. User-defined quotepage groups and subgroups are also shown in an indented outline format. Any group can be expanded or collapsed by double-clicking on its name.

Pages