C1.Win.Chart.Finance Namespace / Stochastic Class
Members

Stochastic Class
Represents a Stochastic Oscillator indicator series for FinancialChart. Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range. The Stochastic series can be used for fast (default), slow and full stochastic oscillators.To create a slow or full stochastic oscillator, set the SmoothingPeriod to an integer value greater than one; slow stochastic oscillators generally use a fixed SmoothingPeriod of three.To create or revert to a fast stochastic oscillator, set the SmoothingPeriod to an integer value of one.
Syntax
'Declaration
 
Public Class Stochastic 
   Inherits IndicatorBase
 
Inheritance Hierarchy

System.Object
   C1.Chart.SeriesBase
      C1.Win.Chart.Series
         C1.Win.Chart.Finance.FinancialSeries
            C1.Win.Chart.Finance.IndicatorBase
               C1.Win.Chart.Finance.Stochastic

See Also