I did a similar fix:
lvb = Status( "lastvisiblebar" ) ;
lvb = Min( Lvb, BarCount - 1 ) ;--- In [email protected], "Anthony Faragasso" <ajf1...@...> wrote: > > Hello, > > I changed each LVB line ( 2 ) locations to the following. > > lvb =BarCount-1;//Status( "lastvisiblebar" ); > > It now plots no matter with blank bars to the right... >
