Discussion of article "Synchronizing several same-symbol charts on different timeframes" - page 2
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
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!
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?
How do I install it on meta trader 5?
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.
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! ;)