PureBytes Links
Trading Reference Links
|
Michael,
Since this is an overlayed indicator the only way to adjust the size
is through the specifications of the indicator. For instance one
condition could yield a .5 while another condition would yield a 1.
In this instance the overlay is without scale. If you want a scale
you could place it on the left with the price scale on the right.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Michael Bethell" <mdtmn@xxxx>
wrote:
> Hi Preston,
> Thanks for your input. The manner in
> which you suggested creating a vertical line ,
> would that also give me the ability to "drag" the top and bottom
of the
> vertical line , just as you would the
> trendline drawing tool. When you "click' on the trendline and
place
> the curser over the little drag boxes that appear at the ends of the
> trendline ?
>
> Michael Bethell
>
> -----Original Message-----
> From: pumrysh [mailto:no_reply@xxxxxxxxxxxxxxx]
> Sent: Sunday, 13 July 2003 2:35 PM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] Re: Vertical Line
>
> Michael,
>
> Creating a vertical indicator is easy. You would overlay an
indicator
> over you price chart that plots either a 0 or 1 depending on the
> conditions you specify. Use a histogram plot and your done. I did
one
> that plots a vertical line everytime the close is less than
yesterday
> using an if statement.
>
> If(C > Ref(C,-1),0,1)
>
> This should get you going.
>
> Preston
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "mdtmn" <mdtmn@xxxx> wrote:
> > Hi All,
> > Would anyone know of an indicator already available that
> > will plot a vertical line , a certain number of bars form a given
> > date on a chart that is "clicked" on .
> > An example would be , if the number of bars is set to
7 ,
> > then on a daily chart ( which included the price data available
for
> > July 2003 ), highlighting and clicking on the price bar of the
1st
> > of july 2003 , a vertical line ( from the top of the chart , to
the
> > bottom of the chart ) would be plotted on the price bar of the
10th
> > July 2003
> > The same for a weekly or monthly chart , the number of
bars
> > set would apply to the type of chart on display , ie, daily weekly
> > monthly etc tec
> >
> > Or conversley, could this indicator be programmed ?
> > Thanks
> > Michael Bethell
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/M=194081.3551198.4824677.1261774/D=egroupweb/S=17
05
>
375617:HM/A=1663535/R=0/SIG=11ps6rfef/*http:/www.ediets.com/start.cfm?
co
> de=30504&media=atkins> click here
>
>
> <http://us.adserver.yahoo.com/l?
M=194081.3551198.4824677.1261774/D=egrou
> pmail/S=:HM/A=1663535/rand=739988580>
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/> Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save up to 80% on top-quality inkjet cartridges & refill kits at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5702
http://us.click.yahoo.com/YrYXfA/AyWGAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|