Discussion of article "MQL5 Cookbook: Development of a Multi-Symbol Indicator to Analyze Price Divergence" - page 2

 
tol64:

I am not sure that I will be able to write something else in the near future, as I am dealing with other issues. But according to this article, the development was supposed to be in multi-currency calculations and visualisation of these calculations on the canvas.

Yes, man is not a robot, but sometimes you need to look at the subject of study in some other way to get an idea. ;)

By the way, I wanted to ask: are you okay with the fact that in the canvas the origin of coordinates is the upper left corner, and the direction of reference on the vertical axis is from top to bottom?

It really bothers me.

At school they taught me to plot graphs in the first quarter of the coordinate plane - so it stuck.

In general, I had to rewrite the canvas for myself.

 
Fleder:

By the way, I wanted to ask: are you okay with the fact that in the canvas the origin of coordinates is the upper left corner, and the direction of reference on the vertical axis is from top to bottom?

It really bothers me.

At school they taught me to plot graphs in the first quarter of the coordinate plane - so it stuck.

Anyway, I had to rewrite the canvas to suit myself.

Yeah, I'm fine with it. It is a standard in all graphic editors.

I think it doesn't matter what and where I was taught. I try to adapt quickly to the current state of affairs. It's even more interesting that way. ;)

 
Much respected author I liked everything in general. You helped me to solve a number of problems without resorting to "intensive brain activity". But please either rewrite the code or describe how, from your point of view, to install it, because it took me 2 hours to correct the code and install it according to the classical scheme. And in the discussion you can use less slang here, not all of you are programming wolves, to which I don't include myself either. And I am writing a series of articles and in one of them I want to raise the issue of correlation and I would like to make a link to your material, and to illustrate my words I would like to insert a screenshot with the image of the turkey written according to your algorithm with my changes. For this purpose I ask your permission. I promise that the code of this indicator will not be published.
[Deleted]  
I looked at the article. It seems that the problem of "empty" bars has not been avoided. Without it, I think, multicurrency should not be touched.
 
Argo:
Much respected author I liked everything in general. You helped me to solve a number of problems without resorting to "intensive brain activity". But please either rewrite the code or describe how, from your point of view, to install it, because it took me 2 hours to correct the code and install it according to the classical scheme. And in the discussion you can use less slang here, not all of you are programming wolves, to which I don't include myself either.

What didn't work and what did you have to fix?

And I am writing a series of articles and in one of them I want to raise the issue of correlation and I would like to make a link to your material, and to illustrate my words I would like to insert a screenshot with the image of the turkey written according to your algorithm with my changes. For this purpose I ask your permission. I promise that the code of this indicator will not be published.

Use any code from the articles for your own purposes as you want. This is why the code is posted, so that everyone can use it for their own purposes. Just specify where the examples were taken from when you write an article. These are generally accepted rules everywhere.

 
Edic:
I looked at the article. It seems that the problem of "empty" bars has not been avoided. Without it, I think, multicurrency should not be touched.
This article was a continuation of the topic. See also the previous one: MQL5 Recipes - Developing a Multicurrency Volatility Indicator in MQL5.
 
tol64:
This article was a continuation of the topic. Please also see the previous one: MQL5 Recipes - Developing a Multicurrency Volatility Indicator in MQL5.
Thank you. Now it is clear.
 
Edic-:
Thank you. Now it's clear.

The most interesting thing is that the article under discussion says it right away

In this article we will consider the development of a multicurrency indicator to analyse the price divergence for the specified period of time. Many basic points have already been discussed in the previous article on programming multicurrency indicators MQL5 Recipes - Developing a Multicurrency Volatility Indicator in MQL5. Therefore, this time we will dwell only on the new features and those features that have undergone strong changes. If you are considering the topic of programming multicurrency indicators for the first time, it is recommended to read the previous article first.

 

Interesting article, thank you. But some time has passed and maybe something has changed in mql. Now the indicator gives such an error in the Checks.mqh file and hangs. Can you tell me what is the reason?


Error


Error 2

 
excellent article, thanks for sharing!