support

Understanding Dynamic Profiles and MPB or BOP

Dynamic Profiles allow the price action of the market to dictate the duration of a profile. As price continues to trade within a given range, a profile will continue to build. New profiles are only formed once price moves to new levels relative to recent bars.

How do I create a cumulative daily A-D Line for the S&P 500 (or any other custom group of stocks or symbols)?

First, create a quotepage which contains the group of stocks or symbols on which you'd like to create your cumulative A-D Line. Now download enough daily data on the quotepage to cover the desired period. In our example, we'll create an A-D Line on the S&P 500 from January 1, 2004 to present (August 20, 2004).

Once you've downloaded enough data, we'll need to create two custom indicators which will provide us with what we need.

The first custom indicator will have the following syntax:

(CL > CL.1) + (CL.1 > CL)

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 do you display bid/ask dots/lines on the chart?

The bid/ask feedback has been improved since this tutorial was originally written. Instead of dots at the bid and ask, we now draw a vertical line from the bid to the ask price. There is also a small horizontal line representing the current price that protrudes left from the bid/ask line (this becomes an arrow when in "Presentation Mode").

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".

Pages