Multi Chart Synchronization OthersToFirstChart
32 USD
ダウンロードされたデモ:
131
パブリッシュ済み:
9 2月 2019
現在のバージョン:
1.23
Didn't find a suitable robot?
Order your own one
on Freelance
フリーランスにアクセス
Order your own one
on Freelance
取引の機会を逃しています。
- 無料取引アプリ
- 8千を超えるシグナルをコピー
- 金融ニュースで金融マーケットを探索

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.