Examples of using Custom indicator in English and their translations into Russian
{-}
-
Official
-
Colloquial
input of parameters defined from outside- from the table of Expert Advisor or custom indicator properties the Inputs tab.
In this case the custom indicator rocseparate. mq4 has adjustable parameters block 2-3 of rocseparate. mq4 code.
For using values of a custom indicator in other indicators, scripts or Expert Advisors, add into a program code custom indicator call using the function iCustom.
The function will also return -1, if a custom indicator searches for itself during initialization init.
During initialization, a custom indicator can create its won new subwindow,
If the custom indicator needs more buffers for calculation,
A custom indicator is a program that graphically displays market regularities according to an author's algorithm written into the program.
Each custom indicator may contain from 1 to 8 indicator buffers,
The principle of construction of the custom indicator rocseparate. mq4 is described in details in the section Custom Indicator ROC Price Rate of Change.
in which the EA, a script or a custom indicator has been dropped.
which indicates that the custom indicator will be built on typical prices obtained as(High+Low+Close)/3.
The function cannot be called from a custom indicator, because indicators are executed in the interface thread
the built-in function iCustom() that allows you to refer to a custom indicator for some data, and to the functions of technical indicators. .
Now, a trader can implement his or her ideas as an application program- write a custom indicator, a script to perform single operations, or create an Expert
Only those ticks that come in when the control is in the client terminal and when the program is in the tick-waiting mode call the EA or custom indicator.
after program recompilation in MetaEditor, and after changing any input parameters from the custom indicator setup window.
script or custom indicator.
If the custom indicator uses the OnCalculate function of the first type(i.e., the indicator is
This function cannot be called from custom indicators.