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
what can I do to improve it ? I really need to test this code to have a customized chart . i am willing to do anything necessary
You are doing it wrong 😔 ... Just take the ZIP file and unzip it, then open the MQ5 file and compile it, all without messing with anything in the ZIP file. Do like this and the code will compile. But read the previous article, because the application will not work without you doing some things that are shown in the previous article.
When the other questions. Yes, you need to learn C/C++, but mainly C, because your difficulties come from the lack of knowledge about how to program in C.Regarding C++, don't start with it, because it is an improvement of C itself, and if you start with C++, it will get totally complicated, since object-oriented programming is much more complicated than it seems, and without knowing what basics, you won't learn anything, on the contrary, you will get more and more confused. If your aim is to learn MQL5, learn C, then study inheritance, polymorphism and encapsulation, this will be present in C++. You don't need to delve deeper than this regarding C++, but you will need to have these basics of C++ to be able to follow my MQL5 articles.
Sir.
generally, one window includes one main-sub-win and multi-subwin, and one sub-win has multi-indicators. amd So, how to share handle of iCustom-ind between indicators / between sub-wins?
So, how to share handle of iCustom-ind between indicators / between sub-wins ?
The function ChartIndicatorGet can not get handle of iCustom-ind !!!
Sir:
generally, one window includes one main-sub-win and multi-subwin, and one sub-win has multi-indicators. amd indicator can use multi-iCustom-ind with handles.
So, how to share handle of iCustom-ind between indicators / between sub-wins ?
the function ChartIndicatorGet can not get handle of iCustom-ind !!
Sir:
generally, one window includes one main-sub-win and multi-subwin, and one sub-win has multi-indicators. amd indicator can use multi-iCustom-ind with handles.
So, how to share handle of iCustom-ind between indicators / between sub-wins ?
the function ChartIndicatorGet can not get handle of iCustom-ind !!
I didn't understand your question ?!?! 🤔🤔
The translation was made by a native linguist who has professionally studied Russian and has been living in Russia for a long time, so there is no machine translation. Perhaps, some terms and concepts of MQL5 language were translated a bit unusual for a programmer, but the style and essence of the original have been fully preserved.
Make a machine translation and see the difference.
I'm not a programming expert, but I'm having trouble installing the Chart_In_SubWindow_k_Version_1.0a.zip file, so that I can run multiple assets in the same window. Could you help me?
But there are no major difficulties... Since you say you're not a programming expert ... You simply download the ZIP file, unzip it into the MQL5 directory, use MetaEditor to compile the indicator. It will then be available for use in MetaTrader 5. It's as simple as that. Now, to actually use it. You need to read the ARTICLE and follow what is explained there. Because you don't just have to compile it and everything will work. You need to take a few extra steps, without skipping any of the ones shown in the articles where I explain the indicator. Then the indicator will actually work as shown in the animations. 🙂👍
Good evening!
I have done all the steps as shown in the article, but my chart does not load the SubWindow sub-windows. when applying three indicators, it only enters a blank space, the asset flashes and everything disappears, I have tried everything, but it does not fix. Could you send me a tamplate, with the main window being WINZ23 on 2m, with a subwindow with THE ASSETS: WINZ23 on 5m, WINZ23 15M, WINZ23 60M. And a WINZ23 2M asset template, with indicators, RSI, MACD, VOLUME. I think that the Chart In SubWindo file is not correct and is blocking. In addition, it would be interesting to provide a video teaching people. Without further ado, thank you in advance for your attention and help.