PureBytes Links
Trading Reference Links
|
A couple of things.
The rate of change as Lionel mentioned works. Make a custom indicator
trix - ref(trix,-1) for the rate of change for one period. Add your zero
line.
IF you want trix to be positive use the absolute value function
abs(trix). Not sure if that is the function or not but you get the idea.
Harley
RXR wrote:
> I have a formula question:
>
> When using an indicator that ranges from positive to negative values
> (such
> as TRIX) AND you want to describe the DEGREE of downward slope of the
> TRIX
> for a certain number of periods when passing through zero . . . how do
> you
> define this.
>
> Can TRIX be converted into ALL positive numbers (a consecutive
> series)?
>
> RXR
|