Experts: SyncChart

 

SyncChart:

Synchronization of the bars displayed on all open charts of the terminal.

Author: o_O

 
I had slave charts constantly twitching, to the last position or to the required offset.

Fixed it with this:

if(ChartPeriod(id)!=tf){ChartSetSymbolPeriod(id,ChartSymbol(id),tf);}
 
elibrarius:
I had slave charts constantly jerking to the last position or to the required offset.

Fixed it with this:

if(ChartPeriod(id)!=tf){ChartSetSymbolPeriod(id,ChartSymbol(id),tf);}
line number?