Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 123
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
Hi all!
I don't know if this is possible and where to write.
Is it possible to change the colour scheme of MT4 on a software level or with the help of a utility ? I.e. the colours of not only the chart but all the windows? If so, how would you do it?
Alfred
Hi all!
I don't know if this is possible and where to write.
Is it possible to change the colour scheme of MT4 on a software level or with the help of a utility ? I.e. the colours of not only the chart but all the windows? If so, how would you do it?
Alfred
Good afternoon to all. For me, the questions of writing indicators, EAs, etc. are very "dark forest". Please advise me in what direction to "dig". My task is very simple. Every day I calculate one or two levels in excel. I make a forecast that the price will reach them. I manually draw them on the chart every day. How can I arrange sending of these levels to my friends in MT? What should it be an indicator, expert advisor script or something else? Sorry again, I am really a complete zero in these matters...Thanks.
Good afternoon to all. For me, the questions of writing indicators, EAs, etc. are very "dark forest". Please, advise me in what direction to "dig". My task is very simple. Every day I calculate one or two levels in excel. I make a forecast that the price will reach them. I manually draw them on the chart every day. How can I arrange sending of these levels to my friends in MT? What should it be an indicator, expert advisor script or something else? Sorry again, I am really a complete zero in these matters...Thanks.
Hello !
I have 2 questions :
1- Is it possible to run the debugging of an EA on historical data in MetaEditor MT4 (I have in MetaEditor MT4 only the option Start on real data is active, the option Start on historical data is not active), or does this only work in MT5 ?
2- What is the best way to synchronize OnTick with the window timeframe so as not to catch the most frequent ticks ? I have now made an input filter by changing the value in Time[0]. It works , but I suspect it could be done in some simpler way, just haven't found how.
Thanks in advance.
Transfer all calculations to the indicator and run it on the chart. It will do it all by itself.
To do this, you need to create a server outside the local computer and transfer data through this server, respectively, for MT you need to write an indicator or an Expert Advisor that processes this data, or put the terminals on a VPN server and set up a copier of deals from your account to your friends' accounts there. Another option is to copy your trades executed on given levels through signals service. In general, we should consider your financial capabilities to order the appropriate software.
Thank you. Is there any close example of my question on the branch? I.e. "transfer to indicator" is not just drawing by hand, but something more complicated and what do the recipients of this signal need to do apart from setting this "indicator"?
... a very "dark forest"...
If someone who can not do it himself, but can only do it by example or assembled from Lego cubes, will it work correctly?
Then, I did not notice the words about passing levels to friends. I have two variants, one described by Sergey Gritsay, and the second one - just send one copy of the indicator to these friends and everyone will have his own calculations.
ps Well, while I was writing this text, there is already an answer about copying trades.
There are examples, but do the examples help?
If someone who does not do it himself, but can only do it by example, or assembled from Lego cubes, will it work correctly?
Then, I did not notice the words about passing levels to friends. And there are two variants, the first one described by Sergey Gritsay, and the second one - just send one instance of the indicator to each of those friends and they will get their own calculations.