PureBytes Links
Trading Reference Links
|
hi Gerard, thanks for checking this out, but now I'm really puzzled.
I created a new indicator, pasted in the code from this web page, and
got the exact same behavior I described. even did a full restart,
same thing. weird.
I'm using AB 4.40.4 on windows 2000. you? only other thing I can
think of is that maybe I don't have enough RAM in here (256M --
laptop). that'd be kind of weird thought, since I don't get any error
msg for one thing, and also since I run SQL Server, ColdFusion
Server, VectorVest, a bunch of stuff, all of which more or less work
fine.
anybody got any other ideas, or want to verify whether this works for
you too or not?
thanks,
dave
--- In amibroker@xxxxxxxxxxxxxxx, "gerard_carey" <gcfinance@xxxx>
wrote:
>
> Hi Dave,
>
> Just did a copy and paste into IB from your post and it graphs
> perfectly. So it appears there is nothing wrong with your formula.
> Trying doing exactly the same as I. Copy it from your post into a
new
> indicator window, making sure you copy only the formula, and not
> anything else like those space bars above and below.
>
> Regards Gerard
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "merrilldave" <dmerrill@xxxx>
wrote:
> > hi, newbie here, thanks in advance for any help...
> >
> > I've built a 2-line indicator that sometimes displays both lines,
> > sometimes one, sometimes neither. when I open the editor and
click
> > Apply, often I'll see both lines display briefly, than one or
both
> > will vanish. when I mouse over the chart, often the ToolTip will
> show
> > a value, plus two lines like this:
> > (null) = {EMPTY}
> >
> > I'm sure I'm making some basic beginner's mistake, but what's
this
> > all about?
> >
> > here's the code:
> >
> > ---------------------
> > Graph0 = (MA(Stoch(21), 13) / 2) + (RSI(14) / 2);
> > Graph1 = (MA(Stoch(34), 21) / 2) + (RSI(14) / 2);
> > ---------------------
> >
> > thanks again,
> >
> > Dave
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|