Примеры использования The special function на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
In this case- in the special function start.
The special function start() has a simple code.
Control is passed to the special function start.
After that, the control will be passed to the operator'return',which results in termination of the special function start.
This value is calculated in the special function start() on each tick.
Note, missing values of indicator array elements are calculated during one(the first)start of the special function start.
At the execution of the special function init(), the objects are created in zero window.
An MQL4/MQL5 code inserted using the special function.
To do the same,we use the special function that allows the output to modify.
Values of indicator arrays elements are calculated in the special function start.
Gender-sensitive indicators have the special function of pointing out gender-related changes in society over time.
When a new tick comes, terminal will launch the special function start.
Calculations in the special function start() should be conducted so that no extra actions were performed.
Next ticks of EUR/USD launch the special function start.
When the loop is over, the special function start() finishes its execution and control is passed to the client terminal.
To purge the system, use the special function as described in To perform an air purge.
Thus Tick value will be increased by 1 at each start of the special function start(), i.e.
To purge the system, use the special function as described in the chapter"9 Commissioning" on page 57.
This will result in that an order may be omitted andnot modified within the period of the last launching of the special function start.
The special function start() is constructed correspondingly: user-defined function call is performed immediately after the declaration of variables.
In 2003, the Federal Armed Forces introduced the special function of"target processors.
Ar all further starts of the special function start() there is no need to calculate values of indicator array for all bars again.
It is natural,because variable Tick will be initialized by zero at the beginning of the special function start() at its each start.
Within the framework of execution of the special function start(), the control is passed to the line that calls the order opening function. .
It is necessary to declare arrays on a global level,because array elements values must be preserved between calls of the special function start.
In this case, the function Trade() does not call to any executive trade functions andreturns the control to the special function start() that has called it.
The special function description looks like the description of a user-defined function, but special functions have predefined names: init(), start() and deinit.