support

What is the Watermark Indicator?

The Watermark Indicator adds a watermark to the chart background. It can be used to identify the user, his or her organization, or the ticker symbol of the primary instrument in the chart. The watermark appears as semi transparent text overlaying the chart background. The indicator has setups that include: the watermark text to be displayed, the position of the watermark, the font and size of the watermark text, and the opacity of the watermark. Opacity settings of low, medium and high are available.

How would I add a chart button that toggles (adds/removes) a technical indicator with specific preferences?

Here is an example: assume we want to create a button that will toggle Pivot Point indicator lines on and off. First, add the Pivot Point indicator to your chart with the preferred settings. To create a toggle button for any indicator in your chart, right-click on the indicator and choose "Add Button" from the ensuing pop-up menu. The button will then appear in the chart. To test it, click the button and watch the indicator in question disappear and then return as you click.

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

Pages