# wjFlexChartBollingerBands Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjFlexChartBollingerBands Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for the <a href="wijmo_chart_finance_analytics.bollingerbands.html">BollingerBands</a> object.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_chart_finance_analytics.wjflexchartbollingerbands.html">wjFlexChartBollingerBands</a> binding to add <a href="wijmo_chart_finance_analytics.bollingerbands.html">BollingerBands</a> object to your
								KnockoutJS applications. For example:</p>
								<pre>&lt;p&gt;Here is a BollingerBands:&lt;/p&gt;
   &lt;div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}"&gt;
        &lt;div data-bind="wjFlexChartStochastic: { binding: 'high,low,open,close',kPeriod:14,dPeriod:3,smoothingPeriod: 1 }" &gt;&lt;/div&gt;
  &lt;/div&gt;</pre>
								<p>The <b>wjFlexChartBollingerBands</b> binding supports all read-write properties and events of
								the <a href="wijmo_chart_finance_analytics.bollingerbands.html">BollingerBands</a> class.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjBaseOverlayIndicator</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjFlexChartBollingerBands</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>