| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
Here is the formula for trix with parameters. Right click the 
indicator pane and select parameters. You can set as you wish.
TrixPd = Param("TrixPd",1,1,20,1);
MAPd = Param("MAPd",1,1,20,1);
Graph0=Trix(TrixPd);
Graph1=MA(Graph0,MAPd);
Regards
Jim
--- In amibroker@xxxxxxxxxxxxxxx, "Rod" <brens4@xxxx> wrote:
> Hi, 
> I'm not very good at the programing part of the program. I was 
> wondering if anyone could help me with an indicator. I would like 
an 
> indicator that would give me the TRIX 3,3 and the TRIX 7,3. It can 
be 
> the same indicator or seperate. I would like to show both at the 
same 
> time.
> 
> Thanks
> 
> Rod
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/ 
 |