Theory of EA acceleration when using a custom indicator (function - iCustom) - page 8

 
Nikolay Demko:

It takes a long time to explain what's wrong :)

Well, the next question is coming up, it's going to take a long time to answer that too )
 
Nikolay Demko:

It takes a long time to explain what's wrong :)

Thanks - it worked.

Andrey Khatimlianskii:
Well, there will be a next question, it will take a long time to answer it too )

Did you guess how to find out chart_id of newly created chart?

 
-Aleks-:

Did you guess how to find out the chart_id of a newly created chart?

There are topics with examples on my link.
 
It turns out that the script cannot be called from the template... which means that clearing memory by reopening the chart won't work in my case. Any other ideas?
 
Renat Fatkhullin:
In four we will add a more aggressive automatic removal of such indicator copies.
Dear Renat, how soon will this happen?
 

This question, if an indicator is called through iCustom with offset 1 and then with offset 2, will there actually be a calculation for one indicator or for two?

Another question, if two identical Expert Advisors are launched with iCustom - identical parameters, will two memory blocks be reserved in the quad or will the terminal create only one and give access to it to two Expert Advisors?

 
-Aleks-:

1. question: if an indicator is called via iCustom at offset 1 and then at offset 2, will there actually be a calculation in memory for one indicator or for two?

2. Another question, if two identical Expert Advisors are started with iCustom - identical parameters, will two memory blocks be reserved or will the terminal create only one and allow two Expert Advisors to access it?

1. 1.

2. 2.

 
Dmitry Fedoseev:

1. 1.

2. 2.

How about a little more detail? :)
 

-Aleks-:

1. question: if an indicator is called via iCustom at offset 1 and then at offset 2, will there actually be a calculation in memory for one indicator or two?

2. Another question, if two identical Expert Advisors are launched with iCustom - identical parameters, will two memory blocks be reserved in the quad or will the terminal create only one and give access to it to two Expert Advisors?

1 - there will be one indicator in memory.

2 - there will be two indicators in memory.

 
Dmitry Fedoseev:

1 - there will be one indicator in memory.

2 - there will be two indicators in memory.

Thank you.