KnockoutJS binding for the BollingerBands object.
Use the wjFlexChartBollingerBands binding to add BollingerBands object to your KnockoutJS applications. For example:
<p>Here is a BollingerBands:</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 wjFlexChartBollingerBands binding supports all read-write properties and events of the BollingerBands class.
KnockoutJS binding for the BollingerBands object.
Use the wjFlexChartBollingerBands binding to add BollingerBands object to your KnockoutJS applications. For example:
The wjFlexChartBollingerBands binding supports all read-write properties and events of the BollingerBands class.