I am following up on this older post. I have the ADLine working in AMIBroker but I cannot get the TRIN to show any values. It seems the Yahoo! Symbol for TRIN no longer exists (see below) does anyone know about it?
Thanks, Patrick --- In [EMAIL PROTECTED], "areehoi" <[EMAIL PROTECTED]> wrote: > > Bart, > My experience hs bee like yours in trying to get the "Calculate > composites" to work. It should but just doesn't. You can get the > TRIN through Yahoo symbol is "^STI.N". Or, You can use a combination > of Composites that will develop both Advance/Decling issues or volume. > You can contact me by email should you be interested. > Incidently in the help files is the formula that can be used with > Quotes plus. This same formula should work with your own composites: > > SYNTAX trin() > RETURNS ARRAY > FUNCTION Calculates TRIN (Arms Index) indicator. > NOTE: All built-in a/d indicators (AdLine/Trin) work only with > composites calculated inside AmiBroker > http://www.amibroker.com/newsletter/04-2000.html > If you are using QP2 database for example you should use QP2's own > symbols for advances/declines. > !NY-A, !NY-D, !NY-AV, !NY-DV > The formula for NYSE TRIN using QP2 database is: > ArmsIndex = ( Foreign("!NY-A", "C") / Foreign("!NY-D", "C") ) / ( > Foreign("!NY-AV", "C") / Foreign("!NY-DV","C" ) ); > Plot( ArmsIndex, "TRIN", colorRed ); > EXAMPLE trin() > > Dick H. > > --- In [email protected], "bartvandyk" <bart@> wrote: > > > > Hello, > > > > Need some help with the TRIN setup. I have followed the steps lined > > out in http://www.amibroker.com/newsletter/04-2000.html > > The only difference is I don't get anything in the URLs Profile Box. > > > > The TRIN shows up empty. Is there anything else I need to do?? > > > > Sincerely, > > > > Bart. > > >
