In the standalone client, how to I clear the auto shift state?
By manually scrolling the chart such that the last tick is no more visible. You re-establish the auto-shift by selecting the auto-shift triangle at the right-top corner of the chart.
hyperscalper
Post subject: Re: IClientChartPresentationManager.setChartAutoShift()
Post rating: 0
Posted: Fri 15 Feb, 2013, 06:14
User rating: 98
Joined: Mon 23 Jul, 2012, 02:02 Posts: 656 Location: United States, Durham, NC
Just so I can understand, Are you saying that it makes no sense to clear the AutoShift state programmatically, so my request wouldn't serve any useful purpose ?
HyperScalper
API Support
Post subject: Re: IClientChartPresentationManager.setChartAutoShift()
It does make sense if the auto-shift is off, this you will be able to check with IClientChartPresentationManager.isChartAutoShift() with JForex-API 2.7.9. But just like in platform, you can't turn it off by pressing a button - it takes a manual action to do this.