If I want to create an indicator/strategy by referring to the following variables,. how to do that?
for exmaple, TRIN indictor,
TRIN = (NYSE Advance Issues - NYSE Decline Issues)/ (NYSE Advance Volume - NYSE Decline Volume)
- $UVOL (NYSE Advance Volume)
- $UVOL/Q (NASDAQ Advance Volume)
- $DVOL (NYSE Decline Volume)
- $DVOL/Q (Nasdaq Decline Volume)
- $ADVN (NYSE Advance Issues)
- $ADVN/Q (NASDAQ Advance Issues)
- $DECN (NYSE Decline Issues)
- $DECN/Q (NASDAQ Decline Issues)
How to refer to the above variables in a newly created indicator?
Thanks.

Comment