|
I’m an Ensign
user, and I’d like to know how to set a double smoothed stochastic
with a setting of 10.
Thank you
The standard Stochastic is already a double average.
The %K parameter is the first average of the raw stochastic value.
The %D parameter is the 2nd average or double average of the raw stochastic.
%D line is
and average of the %K line.
You can use the parameter of 10 for both averages by having 10 for
the %K and 10 for the %D parameters.
You do not have to plot the %K line if you do not want to see it.
Sincerely, Howard Arrington
|