[]
        
(Showing Draft Content)

wjFlexChartRsi Class

wjFlexChartRsi Class

KnockoutJS binding for the RSI object.

Use the wjFlexChartRsi binding to add RSI object to your KnockoutJS applications. For example:

<p>Here is a RSI:</p>
   <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date', chartType:'Candlestick' }">
        <div data-bind="wjFlexChartRsi: { binding: 'high,low,open,close',period:20 }"></div>
  </div>

The wjFlexChartRsi binding supports all read-write properties and events of the RSI class.

Heirarchy

  • WjBaseSingleOverlayIndicator
    • wjFlexChartRsi