[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: custom indicators



PureBytes Links

Trading Reference Links

Notice that the metastock help reports another way to draw an horizontal
line in "Creating Custom Indicators that Prompt for Input"

Input("Plot a horizontal line at ",1,10000,5);


-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Lionel Issen
Sent: Monday, September 06, 1999 7:01 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: custom indicators


Chip:

Is there a place where I can get more of this kind of information on using
the MS V6.xx indicator language?

Lionel Issen

----- Original Message -----
From: Chip Anderson <chipa@xxxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Sunday, September 05, 1999 5:24 PM
Subject: RE: custom indicators


> Hi Malcolm,
>
> To add a horizontal line at a fixed location to a custom indicator,
simply add a semi-colon to the end of the formula and then type
> in the number you'd like the horizontal line to appear at.
>
> Here's a very simple example:
>
> RSI(14); 30; 70
>
> It adds lines at 30 and 70 for the RSI indicator.
>
> Hope this helps,
> Chip
> http://stockcharts.com
> "Now with Free Interactive PnF Charts"
>
>
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of malcolm.scott@xxxxxxxxx
> Sent: Sunday, September 05, 1999 1:15 PM
> To: Metastock List
> Subject: custom indicators
>
>
> Does anyone know how to apply horizontal lines to a custom indicator so
that they stay there and without having to do it everytime
> you use it.
> Malcolm
>
>
>