Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Yu Zhang  
When your network latency is high and the market is changing rapidly.  If you sync too many charts, such as 12 charts,  it may cause a small delay,  it depends on your network and PC memory.  This was caused by the MT5 client and its servers,  and I've tried my best to stabilize it.

Yu Zhang  

version 1.22 add the function to syn Custom Indicators.

Synchronize custom indicators should pay attention:
1. Custom indicators are based on the programming ability of the provider.
2. Synchronization of custom indicators is identified by name.
3. If you want to synchronize different parameters of the same custom indicator, the custom indicator must use the IndicatorSetString() code to set the indicator name with different parameters.
    for example: SMA(5), SMA(10) is different parameters with same indicator. But some code only named them SMA.
4. If the provider does not set the indicator name with parameters through IndicatorSetString(), custom indicators with the same name cannot be superimposed. However, it does not affect the synchronization once.
Yu Zhang  
Version 1.23
add the function to syn HLine / VLine / Trend / Rectangle