Off-topic MT4/mql4 questions. - page 35

 

The first column is horizontal

All subsequent columns are vertical

 
chief2000:

It's not quite clear... The data (two columns) is created by the user and corresponds to one line on the graph.
What data is this new second line based on?

Incorrect, two columns correspond to two graphs
 
yosuf:
Wrong, two columns correspond to two graphs


.

The first column shows the x-axis

The other columns are the data series

 
Now I made a small example - below is what I got.
The impression is that the red line is the sum of (A1+B1), (A2+B2), etc., for the same points on the X axis.
Now I discovered that the red line is easily deleted.

avtomat, yosuf - Thank you!




 
avtomat:


.

The first column shows the x-axis

The remaining columns are the data series

Correct, but you must additionally specify the path for the X-axis. If this is not done, the highlighted two columns give two graphs with the X-axis digit automatically set as 1, 2, 3, 4, ...,
 

Hi all! This isn't the first time I've encountered a "confusion"!

I needed to put a reader on my tablet. Went to the website of the program - to download ICE-Reader. But instead of an executable file 3.3mb pops a box with some 778 bytes!

This can be seen on almost all sites where this program is available for download. What's the matter, who knows?

When I try to run this "punk" - for a fraction of a second, a little black box seems to pop up.

http://dontreg.ru/ice-book-reader-professional-ais-buk-rider-skachat-chitalku-dlya-knig

 
leonid553:

Hi all! This isn't the first time I've encountered a "confusion"!

I needed to put a reader on my tablet. Went from my computer to the website of the program - to download ICE-Reader. But instead of an executable file 3.3mb pops a box with some 778 bytes!

This can be seen on almost all sites where this program is available for download. What's the matter, who knows?

When I try to start this "punk" - for a fraction of a second a little black window seems to pop up.

http://dontreg.ru/ice-book-reader-professional-ais-buk-rider-skachat-chitalku-dlya-knig


It seems to be downloading fine... :-)))

http://www.ice-graphics.com/ICEReader/ICE%20Book%20Reader.exe

 
leonid553:

Hi all! This isn't the first time I've encountered a "confusion"!

I needed to put a reader on my tablet. Went to the website of the program - to download ICE-Reader. But instead of an executable file 3.3mb pops a box with some 778 bytes!

This can be seen on almost all sites where this program is available for download. What's the matter, who knows?

When I try to start this "punk" - for a fraction of a second a little black window seems to pop up.

http://dontreg.ru/ice-book-reader-professional-ais-buk-rider-skachat-chitalku-dlya-knig

A library with a reader. :)
 
leonid553:

Hi all! This isn't the first time I've encountered a "confusion"!

I needed to put a reader on my tablet. Went from my computer to the website of the program - to download ICE-Reader. But instead of an executable file 3.3mb pops a box with some 778 bytes!

This can be seen on almost all sites where this program is available for download. What's the matter, who knows?

When I try to start this "punk" - for a fraction of a second a little black window seems to pop up.

http://dontreg.ru/ice-book-reader-professional-ais-buk-rider-skachat-chitalku-dlya-knig


AlReader2 is much better in my opinion, and downloads perfectly.
 
Luptator:

I wrote something similar in C#.(<this is the answer to the first post of the branch ) I chose because of the convenience of programming. In .NET, you have HtmlDocument class to access HTML-tags of the page. You can use HtmlElement class to work with elements of the page.

You can also try using DOM-DocumentObject Model.

You can try it in RNP, which is designed for Internet-programming. Check out JavaScript.