PureBytes Links
Trading Reference Links
|
It is not a formula error.... if you take and copy and paste the code
into the AmiBroker editor and click apply, the first error you get is
--------------------------------------------
Line 123, Column 5:
/* Abandoned Baby Bullish*/
abandonedBabybullish =Ref(largeBody,-2) AND Ref(blackBody,-2)//Large
black
----^
Error 23.
Syntax error
----------------------------------------------------
NOTICE //Large and the on a SEPARATE LINE is black
NOTICE #2 - if you close the popup, you will see the cursor at the ERROR
Because Yahoo Groups as explained puts additional carriage returns
where it should not you have 2 choices :
1 - Delete the black candle line
OR
2 - put the cursor at the end of the line that has Large and hit the
delete key so that it now says //Large black candle.
#2 will preserve the formula and text, doing #1 might mess up 1 formula
--- In amibroker@xxxxxxxxxxxxxxx, "renilange" <reni.lange@xxxx> wrote:
> Is there a place I can find this formula (the original one)? I
> cannot find where the error is.
> --- In amibroker@xxxxxxxxxxxxxxx, "elee67" <elee67@xxxx> wrote:
> > Look at the syntax error, it shoud highlight the line where the
> error is.
> >
> > The problem is that yahoo groups cuts off the columns and puts
> > carriage returns where it shouldn't..
> >
> > so... on the first error..I think you get black candle on a
> separate
> > line. YOu need to go to the line above and kill the carriage
> return so
> > it says //Large black candle
> >
> > The // specifies that it is a comment.
> >
> > I think there are only 2-3 carriage return errors..other than
> that..
> > it should work..
> >
> > hope that helps..
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "renilange" <reni.lange@xxxx>
> wrote:
> > > Hi, thank you very much.
> > > When I paste the whole formula in the formula window
> (Analysis/Guru
> > > Chart Commentary) I have a "syntax error" . Do I made something
> > > wrong. I never used that before.....Reni
> > >
> >
> >
>
> > > > Is it possible to indicate on a chart typical japanese
> > > candlesticks
> > > > formations like "Bearish Engulfing" ,"Morning Stars"...?
> > > > I just look for 4 formations which show a possible retracement.
> > > > How could I write it?
> > > > Thxs...Reni
------------------------ 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/mOAaAA/3exGAA/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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|