support

How do I place a box or note on a chart which shows the current value of some technical indicator?

You can do this currently with an "Info Box"...having it show only One Pane's indicator values...and pointing it to the pane number that contains the WPR indicator. However, you can't currently hide the line that shows the date/time. This might be an option we could add to Info Box for the next release, giving you the ability to easily show only one indicators values as large as you want in a one line text box.

Copy and paste Indicators (including Buttons) from one chart to another

Copy/Paste Functionality

To move or copy an indicator or button from one chart to another, use standard copy/paste commands. Right click the indicator or button and choose copy. Then go to another chart window, right-click in a destination pane and choose "Paste". Macintosh users will use Command-C and Command-V for copy/paste shortcuts, and Control-Click for right-clicking with a single-button mouse.

Is it possible to copy and paste a Button indicator from one chart to another?

Yes. Right-click on a button, and choose either Cut or Copy from the popup menu. Both Cut and Copy will copy the button setup to the clipboard. Cut has the additional affect of removing the button from the pane in which it presently resides. Then go to another chart window or to another pane in the same chart window, right-click in the pane and choose "Paste".

Text Variables (T# Variables)

The RTL language supports user Text variables (T#)  that can hold up to 30 characters of text. Each ticker symbol tracked by Investor/RT has its own set of 64 textual values, which are permanently retained in the Investor/RT database.

Interactive Brokers Configuration

Part 1) Interactive Broker account and Trader Workstation setup requirements (Account type, datafeed subscription and symbol limitation)

IBKR account Type

You can use Investor/RT with an IBKR Pro real-money account or with a paper account associated with this IBKR Pro real-money account and sharing the same data feed subscription. You can not connect with an IBKR Lite account, as it doesn't support any API connection.

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

Pages