Discussion of article "Synchronizing several same-symbol charts on different timeframes" - page 2

 
Hi, I would like to clone and synchronize only the arrowed line, is it possible?
 
Dmitriy Gizlyk:

To use on MT4 it is enough to change the indicator file extension from mq5 to mq4 and recompile the indicator.
To add filtering of objects it is necessary to add the parameters

Hi Dmitry, please help me to convert this indicator to mt4, because I am not good at programming. Thank you!

 
Dmitriy Gizlyk:

To use on MT4 it is enough to change the indicator file extension from mq5 to mq4 and recompile the indicator.
To add filtering of objects it is necessary to add the parameters

and correct OnChartEvent by adding the CheckToClone function.

Dmitry, unfortunately this does not work. For MT4 it is somehow different. And it is very interesting to see how it will be implemented. Any ideas, Dmitry?

 

How do I install it on meta trader 5?

 
blackcio:

How do I install it on meta trader 5?

The article describes the indicator for MetaTrader5
 
It's a great indicator, I tried to use..... but apart from rectangles, it doesn't synchronise anything else: TEXT, FIBO Lines, etc. :(( Or is the code written here to copy only geometrical figures and not analysis tools ? Could you please tell me what to fix to copy Fibo Grid as well?
 
Андрей:
It's a great indicator, I tried to use..... but apart from rectangles, it doesn't synchronise anything else: TEXT, FIBO Lines, etc. :(( Or is the code written here to copy only geometrical figures and not analysis tools ? Could you please tell me what to adjust to copy Fibo Grid as well?

The article shows the technology on the example of copying horizontal, vertical, trend lines and rectangles. The technology itself allows copying any objects. To add new types of objects, you need to create a method for encrypting the object by analogy with the method CCloneObjects::HLineToString and add a call of the new method for the corresponding type of objects in CCloneObjects::CreateMessage.

 
39 errors appear when compiling the code
 
scalp-91 # 39 errors appear when compiling the code

Good afternoon,
Before compiling, you must copy all the files in the archive into a subdirectory.

 

I just compiled and tested it and it works fine.

Good job Dmitriy! ;)