Примеры использования Custom indicator на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
Custom Indicator ROC Price Rate of Change.
The full name of the file is MetaTrader Custom Indicator.
Example of a custom indicator displacement. mq4.
It arranges the memory of buffers that are used for calculating a custom indicator.
Drawing custom indicator line in a separate window histogram.
Function to calculate the custom indicator iCustom.
Crossing of custom indicator lines is considered as a trading criterion.
You can only use the Autochartist custom indicator on only one account.
In the custom indicator rocseparate. mq4 6 indicator arrays are used.
It is not difficult to write a custom indicator if we know its arrangement.
A custom indicator is a program coded in MQL4 and called by the client terminal to be executed at every tick.
The returned index is the number of the window, in which the custom indicator is working.
The function will also return -1, if a custom indicator searches for itself during initialization init.
It returns the code of the reason for operation termination of an EA, a custom indicator or a script.
In this case the custom indicator rocseparate. mq4 has adjustable parameters block 2-3 of rocseparate. mq4 code.
You can use it as a stand alone application or as a custom indicator in Metatrader 4.
Custom indicator roc. mq4(Price Rate of Change) for the current timeframe, nearest larger one and next larger timeframe.
Particularly, the section describes the order of data transfer from a custom indicator into an EA.
It's useless to define the OnTick() function in a custom indicator or script, because the NewTick event is not generated for them.
In this case, the EA is used as an application program, but,in general, the algorithm can be implemented in a custom indicator.
Calculations are conducted in a custom indicator; as a result numeric values are assigned to indicator array elements.
A separate subwindow for displaying of information is created using a custom indicator adjusted correspondingly.
That is why parameters of custom indicator call must be set up correctly, otherwise calculated values may differ from expected ones.
The color and datetime types make sense only to facilitate visualization andinput of parameters defined from outside- from the table of Expert Advisor or custom indicator properties the Inputs tab.
It can be easily done if as calculation formulas in the custom indicator, the same formulas as in the technical indicator are used.
Custom Indicator is an application program coded in MQL4; it is basically intended for graphical displaying of preliminarily calculated dependences.
It returns the name of the executing EA,script, custom indicator or library, depending on the MQL4 program, from which this function has been called.
Custom indicator roc. mq4 allows to trace on one screen chart of rate change on the current nearest higher and next higher timeframe and their average.
Predefined variables reflect the state of a current chart at the moment of program start(Expert Advisor,script or custom indicator) or as a result of RefreshRates() implementation.
Once you have attached a program(EA or custom indicator) to the symbol window, the program makes some preparations and switches to the tick-waiting mode.