PureBytes Links
Trading Reference Links
|
Graham is right.
As written previously, all occurrences of Stoch()
in your custom formulas should be replaced with StochK().
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Graham" <gkavanagh@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, August 15, 2003 10:18 AM
Subject: RE: [amibroker] Re: custom indicator not always displaying
> I didn't think Stoch() was available anymore according to recent email from
> TJ on this board
> Try StochK() and/or StochD()
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
>
> -----Original Message-----
> From: merrilldave [mailto:dmerrill@xxxxxxx]
> Sent: Friday, 15 August 2003 11:37 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: custom indicator not always displaying
>
>
> 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/
>
>
>
> 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/
>
>
>
------------------------ 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/
|