Errors, bugs, questions - page 912

 
avoitenko:

I have the same thing.

Maybe it's me personally because of the slow wireless internet?

I have a speed of over 4 megabytes and it's still the same,
 
Used the search a lot today, there was never a glitch. But sometimes (very rarely) this happens.
 
dimonsky:

Testing the Expert Advisor. On the chart you can see two points with a balance of more than 20,000, and in the list of "optimization results" there is only one such line!!! The pictures below.

Does it mean that more losses are possible in the table?

The second result is most likely taken from the cache of already calculated variants. Genetic optimization assumes that the resulting crossing variants can give the same set of parameters. In such a case there is no real calculation again, as once such a set of parameters has already been calculated. The result appears on the graph, but does not appear in the table.

 
Question. 3 hours ago my application to become a Seller was approved. I got to section "2.1. General Information" in the How to Publish Your Product in the Marketplace article and got stuck, because I can't find the "Create New Product" button in my Seller profile. Can you tell me where it is?
 
paladin800:
Q. My application to become a Seller was approved 3 hours ago. I got to the "2.1 General Information" section in my How to Publish Your Product in the Marketplace article, and got stuck, because I cannot find the "Create New Product" button in my Seller profile. Can you tell me where it is?

Go to the Market section and there will be a link to Add Product.

 
tol64:

Go to the Market section and there will be an Add product link.

tol64, thanks for the tip.

To the moderator/administrator. I think it would be good to add in the article 2.1 mentioned by me earlier, that you should click on "Market". Like this: "After going to the "Market" section, click on "Create new product" and in the draft..." etc.

 
paladin800:

tol64, thanks for the tip.

To the moderator/administrator. I think it was a good idea to add in the article I mentioned earlier in pkt 2.1 that you have to click on "Market". Like this: "After going to the "Market" section, click on "Create new product" and in the draft..." etc.

Such a button would also be helpful in the Seller section of the profile.
 
dimonsky:

I don't understand why the ChartGetInteger(0,CHART_FIRST_VISIBLE_BAR,0) function returns zero when testing the indicator, whereas visible bars are at least 30

(verified by ChartGetInteger(0,CHART_VISIBLE_BARS,0)

On normal charts - everything is fine, one differs from the other by 1, but when testing, there is this nonsense...

How do I get rid of it?

ChartGetInteger(0,CHART_VISIBLE_BARS,0) returns 30 and ChartGetInteger(0,CHART_FIRST_VISIBLE_BAR,0) returns zero.

Testing in visual mode.

 

Question to the developers: why was it necessary to create a separate window for visual testing? In MT4 it was simpler and better. The problem is that I added ObjectCreate to my EA to mark the key bars. But these objects are drawn only in the visual test window. Unfortunately, it is impossible to jump to any deal from the table of deals in that window. This can only be done in the "main" window of MT5. However, objects are not drawn in this window. The visual testing chart also does not have the same charting tools as the main chart in MT5 (possibility to change cursor on crosshair, possibility to draw lines, etc.) Why was it necessary to duplicate the bactest chart and create two disabled charts in different windows?

 
Please tell me how to implement access to the buffer of one indicator, running on the drafimetric of another indicator
Specifically, I need access to the MA buffer on the Standart Deviation indicator
Reason: