TRIX CODE  [SOLVED]

Questions about MultiCharts and user contributed studies.
kinkeadfx
Posts: 52
Joined: 22 Nov 2010
Has thanked: 5 times
Been thanked: 1 time

TRIX CODE

Postby kinkeadfx » 29 Dec 2013

Where can i find the Trix code for the function and signal so i can make a working strategy with the powerlanguage editor, The Trix indicator already comes with the multicharts platform.

Thanks!

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: TRIX CODE  [SOLVED]

Postby TJ » 29 Dec 2013

Where can i find the Trix code for the function and signal so i can make a working strategy with the powerlanguage editor, The Trix indicator already comes with the multicharts platform.
Thanks!
To see the TRIX function code,
simply load the TRIX indicator in the powerlanguage editor,
look for the line

Code: Select all

var1 = TRIX( Price, Length ) ;
right click on the word TRIX,
you will see a popup list,
select to "Open the function - TRIX".

Or,
from your PowerLanguage Editor,
File > Open > Function > TRIX


There is no prebuilt TRIX signal.


Return to “MultiCharts”