support

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.

The Change, %Change, and/or Prev Close columns in the quotepage are showing incorrect values.

The quotepage Change value is computed as a difference in price from the Prev Close (Previous day's closing price) quotepage column. Some market data sources update this previous close value each time you log in, while others do not. Those that update it automatically should reliably show accurate Change, %Change, and Prev Close values.

If your data source does not supply this value, a custom column may be created to simulate the Change column. The Profession edition of Investor/RT is required to create a custom indicator to compute these values.

What is Posting (Post History)? Do end-of-day (EOD) users need to post?

"Posting" is the process of recording the current daily prices (seen in the quotepage) into the daily database as the current daily bar. Posting Time is specified in the Session Preferences and is generally setup to occur a minute or two after the session closes. This process is not really needed in the end-of-day case. If you're just downloading your daily data after the session closes, you really have no need to "post".

Pages