[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ELA-Help



PureBytes Links

Trading Reference Links

At 7:37 PM +0000 12/18/99, RandyBarlow wrote:
>
>My question is:  How do I display TSI_Trade as and indicator?

Try:

Plot1(TSI_TRADE(Close,10,10,10);

Note that the function youposted calls a function called 

   TSI(Price,r,s,u)

which you must have as well.

Bob Fulks