Errors, bugs, questions - page 1519

 
Slawa:
What kind of changes?
Well probably so that when you change the parameters in COLOR, it will also be unloaded.
 
Vasyl Nosal:
Well probably so that when you change the parameters in COLOR, the input is also unloaded.

The input parameters are defined by the keyword input. h ttps://www.mql5.com/ru/docs/basis/variables/inputvariables

Read the documentation and don't worry about it

 
Slawa:

The input parameters are defined by the keyword input. h ttps://www.mql5.com/ru/docs/basis/variables/inputvariables

Read the documentation and don't worry about it

Do you see the topic you are writing in?
 
Vasyl Nosal:
Do you see the topic you're writing in?

I see. Where is the error, bug or question here?

There's a "give it to me, I want it" claim.

 
Slawa:

Hello. Can you give any feedback?

Forum on trading, automated trading systems and testing trading strategies

Bugs, bugs, questions

Alexey Kozitsyn, 2016.02.24 17:46

I also have a question about stopping programs. Is it possible to add a "universal" quick unloading function to languages for any type of programs? Or add functions like ExpertRemove() for indicators and scripts. You can, of course, solve the problem by dividing by 0 or overriding the array. But, somehow, it is not nice.


 
Alexey Kozitsyn:

Hello. Can you comment on this?


Doesn't ExpertRemove() stop indicators and scripts ?
 
Vladimir Pastushak:
Doesn't ExpertRemove() stop indicators and scripts ?

The following functions are prohibited in indicators:

 
Alexey Kozitsyn:

Hello. Can you comment on this?


There is no other way yet.

We discussed introducing a new exit command that would immediately terminate program execution, but there are unresolved issues here

 
Vladimir Pastushak:
Doesn't ExpertRemove() stop indicators and scripts ?
It does, but not immediately
 
Alexey Kozitsyn:

The following functions are prohibited in indicators:

It's hard to say now why ExpertRemove is prohibited in indicators
Reason: