stoK
 

Short Name: stoK

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

Usage: StoK(K,D,Slow)

Objective:
  • Retrieve the K 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:
  • stoK(14,3,YES)