PureBytes Links
Trading Reference Links
|
Thank you Herman!
Works perfect.
Regards
Jim
--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
<psytek@xxxx> wrote:
> Graph0=Trix(TrixPd);
> Graph1=MA(Graph0,MAPd);
> TrixPd = param("TrixPd",1,1,20,1);
> MAPd = param("MAPd",1,1,20,1);
>
>
>
> -----Original Message-----
> From: jnk1997 [mailto:jnk1997@x...]
> Sent: Friday, July 25, 2003 5:35 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] TRIX with "Param" ?
>
>
> Would someone be kind enough to code "param" into this TRIX formula
> so that I can adjust both the TRIX and Moving average.
>
> Graph0=Trix(12);
> Graph1=MA(Graph0,9);
>
> Thanks in advance........
> Jim
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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 & Refill Kits for Your Epson at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5705&lp=home/epson.asp
http://us.click.yahoo.com/brYXfA/_xWGAA/ySSFAA/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/
|