Multi Chart Synchronization OthersToFirstChart
32 USD
Demo downloaded:
131
Published:
9 February 2019
Current version:
1.23
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register

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.