[]
        
(Showing Draft Content)

wjFlexChartStochastic Class

wjFlexChartStochastic Class

KnockoutJS binding for the Stochastic object.

Use the wjFlexChartStochastic binding to add Stochastic object to your KnockoutJS applications. For example:

<p>Here is a Stochastic:</p>
   <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}">
        <div data-bind="wjFlexChartStochastic: { binding: 'high,low,open,close',kPeriod:14,dPeriod:3,smoothingPeriod: 1 }" ></div>
  </div>

The wjFlexChartStochastic binding supports all read-write properties and events of the Stochastic class.

Heirarchy

  • WjBaseOverlayIndicator
    • wjFlexChartStochastic