logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
neocon  
#1 Posted : Saturday, January 10, 2009 4:49:26 AM(UTC)
neocon

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/30/2008(UTC)
Posts: 8

hi,

can someone help me to build a TRIX indictor formula.MS have a TRIX indicator as you know.but I want a new TRIX formula that I can change its parameter.

also can you write me an EXP.ADV. for this TRIX?

for instance time period 9 for the TRIX.

I mean

if TRIX 9 cross zero line upside BUY

if TRIX 9 cross zero line downside SELL

thanks in advance ;)

joetrade69  
#2 Posted : Monday, January 12, 2009 2:25:39 PM(UTC)
joetrade69

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 121

A custom TRIX can be written as follows:

x:=9; {Periods in calc}
x1:=Mov(c,x,e);
x2:=Mov(x1,x,e);
x3:=Mov(x2c,x,e);
ROC(x3,1,%)

You can change the periods, by changing the variable "x". You can then call this formula. for example if you named it TRIXcustom, you could write the formula as follows:

{BUY}
Cross(FML("TRIXcustom"),0)

{SELL}
Cross(0,FML("TRIXcustom"))

neocon  
#3 Posted : Monday, January 12, 2009 3:51:27 PM(UTC)
neocon

Rank: Newbie

Groups: Registered, Registered Users
Joined: 12/30/2008(UTC)
Posts: 8

many thanks joe,

it is absolutely what I want :)

great job!

johnl  
#4 Posted : Monday, January 12, 2009 7:39:58 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

I think you can change the parameter already. Plot TRIX and right click the indicator and
a box comes up.
Users browsing this topic
Guest (Hidden)
Similar Topics
Forum Matrix (General Chat)
by Patrick 11/29/2005 8:25:58 PM(UTC)
Dynamic Trix easy language translation (Formula Assistance)
by arnevanveen 11/11/2005 1:44:59 PM(UTC)
Pring 10 bar Trix expert w Trend Direction (Formula Assistance)
by henry1224 9/5/2005 2:30:45 AM(UTC)
Pring 10 bar Trix expert (Formula Assistance)
by henry1224 9/5/2005 2:19:08 AM(UTC)
Req: Trix formula code (Formula Assistance)
by camisa 7/14/2005 6:26:25 PM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.