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

Re: curve slope



PureBytes Links

Trading Reference Links

> MAslope = MA - MA[1];
> 
> This is just a ROC (rate of change) function with the length
> parameter set to 1. 

Strictly speaking that's Momentum, not ROC.  RateOfChange is defined 
as (Price/Price[Length] - 1) * 100

Gary