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

How do I put an overall stop loss or target on a trading system that trades a basket/quotepage of stocks?

The Array User Variable (ARRAY) technical indicator will be instrumental in accomplishing an overall stop loss on a system which tests a basket/quotepage of stocks. In our example, we'll assume that our system is an intraday system running on a given quotepage of stocks, and when the overall system gets down a certain dollar amount, we want to get out of all positions and not re-enter until the next day. Otherwise, the process should be system-independent.

How can I setup Investor/RT for automatic trading with Rithmic, CQG or Interactive Brokers?

The brokerage integration features of Investor/RT currently operate with Rithmic, CQG and Interactive Brokers. These brokerage features are designed to provide what you may call "trading from the charts", where signals and button clicks are employed to initiate trading actions. Feedback on current position, average fill price, and working order size and price levels is provided in the charts automatically.

How do I import external historical data from a text or csv file?

The Import Window is accessible via the Data menu. Investor/RT supports importing of daily, weekly, monthly, or intra-day data.When importing historical data you must specify via the Import Format menu, how the data in the input file is arranged. When the desired format is not one of the formats available in the menu, go to File > Preferences > QuotePage > QuotePage Formats to create a format that lists the incoming data fields in order. The newly format name will then be available for selection in the Data > Import window.

How do I implement a stop and/or target in a trading system?

Assuming you have a system that goes both long (with BUY action) and short (with SELLSHORT action). And let's also assume we want to implement both a stop and a target on both the long and short trades. Let's also assume that we want the target to be 50 cents and the stop to be 25 cents.

In RTL, the token ENTRY gives us the entry price of any position. This token makes implementing stops and targets relatively simple.

All About Futures Rollover in Investor/RT

It's that time of the quarter (or month), time to roll over your futures contract to the new month. At the time of editing this topic, ESM4 (June 2024) is about to expire and ESU4 (Sept 2024) is becoming the new front-month contract. To keep relevant long term view analysis (especially the one involving Volume profile), the vast majority of our users wish to remove the gap created in the continuous contract (@ES#) data when a contract rolls over. Let's review this simple procedure:

Pages