PureBytes Links
Trading Reference Links
|
Hello,
Highest returns the highest value since the very first available bar.
Use HHV if you want to get 15 bar highest high value:
Condition1= C > HHV(H,15) - 4 * ATR(15);
Hope this helps.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "johnbert88" <jbertuc@xxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, October 06, 2003 1:49 PM
Subject: [amibroker] Error Message
> Hi...new to Amibroker and loving each minute. I am old TS and
> Easy Language guy trying to learn Amibroker ways.
> I want to convert some of my TS programs over to AB and would
> like to know if there are some guides I can use and that kind
> of stuff.
> One I am working on gives me the Error#11 message for this line:
>
> Condition1= C > Highest(H,15) - 4 * ATR(15);
>
> too many arguments...what exactly is too many?
> I had already changed AverageTrueRange to ATR.
> I am just getting into the mechanics, but does AB have
> the indicators, like arrows to indicate buys in a program?
> Would love to be able to run all my TS programs on AB.
>
> All help greatly appreciated.
>
> Bert
>
>
>
>
> 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/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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|