PureBytes Links
Trading Reference Links
|
Hi
You'll need to add a plot to the existing study otherwise the scaling will
be out of sync.
Rgds Stuart
From: "Jerry" <drwar@xxxxxxxxxxxx>
Reply-To: <drwar@xxxxxxxxxxxx>
To: "'Robert Cavaleri'" <rcavaler@xxxxxxxxxxxxx>, <omega-list@xxxxxxxxxx>
Subject: RE: Indicator line query:
Date: Sun, 15 Oct 2000 23:56:43 -0400
Do you mean Horizontal line ? You talk about y value so I assume so. If so,
this will do it.
plot1 ( 20 , "Line" ) ;
Regards
Jerry W.
> -----Original Message-----
> From: Robert Cavaleri [mailto:rcavaler@xxxxxxxxxxxxx]
> Sent: Sunday, October 15, 2000 11:47 PM
> To: omega-list@xxxxxxxxxx
> Subject: Indicator line query:
>
>
>
> Hello, I am new to TS.
>
> I am trying to do something that I imagine should be quite simple. I
> want to insert a vertical line in my subgraph which contains
> an adx(14)
> indicator. I want my line to set my line to a certain y value
> (i.e. 20).
> I can create a custom line indicator, and set the value and
> drag it over
> to the subgraph, however I notice that the line value (which
> is 20) does
> not correlate to the 20 on either the left or right y axis.
> Can someone
> tell me what I may be doing wrong?
>
> thanks in advance,
>
> robert
>
>
> --
> Rob's Cool Links :
> - 1998 Academy Award winning best animated short film: "Bunny"
> http://bunny.blueskystudios.com
>
>
|