stoD
 

Short Name: stoD

Definition: Array of values representing the D line of the stochastic indicator

Usage: stoD(K,D,Slow)

Objective:
  • Retrieve the D line values for the stochastic indicator
  • Returns an array of values.

Note:
  • Usual parameter values are 14 and 3.
  • The third parameter is YES for slow stochastic and NO for fast stochastic.

Examples:
  • stoD(14,3,NO)