KnockoutJS binding for the Macd object.
Use the wjFlexChartMacd binding to add Macd object to your KnockoutJS applications. For example:
<p>Here is a Macd:</p> <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}"> <div data-bind="wjFlexChartMacd: { binding: 'close',fastPeriod:12, slowPeriod: 26,smoothingPeriod: 9 }" ></div> </div>
The wjFlexChartMacd binding supports all read-write properties and events of the Macd class.
KnockoutJS binding for the Macd object.
Use the wjFlexChartMacd binding to add Macd object to your KnockoutJS applications. For example:
The wjFlexChartMacd binding supports all read-write properties and events of the Macd class.