{ Indicator: _DisplayBars Description: Plots the number of bars visible on a chart. Once the chart has loaded, gives the offset of the left most visible bar. Author: MarkSanDiego Updated: 05/17/09 initial version 07/08/09 updated to reduce the size of MaxBarsBack required by the calling indicator This allows the indicator to start plotting sooner and requires less historical data for the indicator to function properly. } vars: NBars(0); If BarStatus(1) = 2 then NBars = _BarsDisplayed; plot1(NBars, "Bars Disp");