
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
Of course it matters. Anyway that's enough, if you want to be right, ok you are right.
I am more interested by this flickering, do you see it (it's a GIF, click on it) ? Do you know how to fix it ?
These are questions not for me, but for MQ.
I don’t know why they have two CHARTEVENT_CHART_CHANGE events when switching focus to a window. If you catch the first CHARTEVENT_CHART_CHANGE since switching to the window and ignore this event, then this will be a fix.
For example, this can be solved by adding one check:
There is an issue with your code. It's not always precise and reliable ! The top left corner is supposed to be at the high of candle 50 right ? But it is not, there is a small shift almost always present :
And sometimes a big shift :
And also issue on the X axis :
Same rectangle, I just moved the chart horizontally.
Yes thank you. I moved the calculations one pixel to the left and up. Now it seems to match.
This error was because I thought that the center of the leftmost bar was a zero pixel, but it turned out to be -1.
Yes thank you. I moved the calculations one pixel to the left and up. Now it seems to match.
This error was because I thought that the center of the leftmost bar was a zero pixel, but it turned out to be -1.
This applies only for MT5. In MT4 it is correct. When i firstly faced that, i placed the bitmap in the position (-1,-1) instead of the (0,0) and later i changed it to subtract 1 in the pixel calculation. i suppose that is easier than remember to shift the bitmap position.
No!
And why did you insert my library into your code?
What didn't you like about one line of code:
instead of 900 lines of code?
But I must say that your logic and code are very far from perfect. I would never do that. Study, study and study again. I advise you to forget about operations with strings, if this is not done directly to generate a string for output (for Print or Comment)
" And why did you insert my library into your code?"
I have no personal issue with your code.
I merged your library with my code is because I'm planning to sell a product in MQL5 apps store. MQL5 apps store can only accept a single MQL5 file without any external separated) 3rd party library like yours. I hope you're aware of this.
" And why did you insert my library into your code?"
I have no personal issue with your code.
I merged your library with my code is because I'm planning to sell a product in MQL5 apps store. MQL5 apps store can only accept a single MQL5 file without any external separated) 3rd party library like yours. I hope you're aware of this.
Please remember that using other peoples' code for commercial use requires obtaining authorisation from the author of that code, otherwise you would be infringing on copyright laws.
Usually publicly shared code only allows personal use and not commercial use.
Did you take the time to contact @Nikolai Semko and find out what usage rights are allowed and obtain authorisation if need be?
Yes thank you. I moved the calculations one pixel to the left and up. Now it seems to match.
This error was because I thought that the center of the leftmost bar was a zero pixel, but it turned out to be -1.
I'm getting stackover flow error when using the latest library.
Could you please help take a look what's the issue is?
Thank you
Please remember that using other peoples' code for commercial use requires obtaining authorisation from the author of that code, otherwise you would be infringing on copyright laws.
Usually publicly shared code only allows personal use and not commercial use.
Did you take the time to contact @Nikolai Semko and find out what usage rights are allowed and obtain authorisation if need be?
ahh noted, i didn't know that.
I have not sold anything with his code yet. I will contact him for authorization.
Thanks!
Please remember that using other peoples' code for commercial use requires obtaining authorisation from the author of that code, otherwise you would be infringing on copyright laws.
Usually publicly shared code only allows personal use and not commercial use.
Did you take the time to contact @Nikolai Semko and find out what usage rights are allowed and obtain authorisation if need be?
Oh no. I don't mind others using my code, including for commercial purposes. That's why I'm publishing the code so that others can use it. The essence of my complaint was that my library code was not just inserted into the working main code of the indicator, but was also mixed, as a result of which the code became unreadable and unworkable, since the logic of operation was broken. It’s just that Agustinus, as I understand it, thinks that if he includes the mqh library, the market will not miss it. It's a delusion. After all, there will be only one ex5 file.
Thank you @Nikolai Semko!
I really appreciate for your support and your hard work to the MQL5 community.
Other than that, God bless you!
I'm getting stackover flow error when using the latest library.
Could you please help take a look what's the issue is?
Thank you
Hey @Nikolai Semko, do you know why I get stack over flow error when use the library?
Thanks