Oh, how simple. Thank you Tom. Chester trb0428 <[EMAIL PROTECTED]> wrote: Bill,
Use the regular plot function instead of plotgrid: Plot(LastValue( TodaysMidPoint ),"",colorDarkRed,styleline); regards, Tom --- In [email protected], Bill Halliday wrote: > > I'm trying to plot a horizontal line on an Intraday Price Chart. Here is the formula I'm using: > > TodaysMidPoint = ( YesterdaysHigh + YesterdaysLow + YesterdaysClose) / 3 ; > // Don't worry Yesterdays Values are being calculated! > > Here is how I'm plotting it: > > PlotGrid( LastValue( TodaysMidPoint ) , colorDarkRed ) ; > > When I apply the indicator to the Price Chart, it doesn't show. When I apply the indicator to a blank window, the horizontal line shows. > > Do you know what I'm doing wrong? I have tested changing the Grid parameters, but to no avail. Maybe I missed it? > > I would, also, like to plot these as solid lines, does anyone know how to plot the grids as solid lines? > > Thanks, > > Chester > > > --------------------------------- > Need a quick answer? Get one in minutes from people who know. Ask your question on Yahoo! Answers. > Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links --------------------------------- Have a burning question? Go to Yahoo! Answers and get answers from real people who know.
