Примеры использования Custom indicators на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
T3 Taotra-: custom indicators for MT4.
This function cannot be called from custom indicators.
How do I add my custom indicators onto my trading platform?
Functions for Adjusting Custom Indicators.
Custom indicators allow you to display the graphical information using different styles.
I-BandsPrice. mq4-: custom indicators for MT4.
It is prohibited to use trading functions in custom indicators.
For custom indicators being initialized(call from the function init()), this index is not defined.
The following group of functions is used to create custom indicators.
This statement is true for EAs and custom indicators, but it is false for scripts.
In custom indicators, deinit() is not executed when a new indicator is attached to a chart.
These functions can be used only when writing custom indicators.
This value will be true,only if the EAs, custom indicators and scripts are attached using a mouse the technology of'drag and drop.
There is a criterion that distinguishes EAs and custom indicators from scripts.
Passing Parameters When Calling Custom Indicators from MQL5 Programs Custom Indicators are called using the iCustom() function.
In MQL4, there are three types of application programs: EAs,scripts, and custom indicators.
Sleep() cannot be called from custom indicators, because indicators are executed in the interface thread and may not decelerate it.
Sources: Bands indicator of a set of custom indicators MT4 terminal.
The standard list of technical indicators may be expanded with the opportunity to write your own indicators as you require(Custom Indicators).
It can create mechanical trading strategies(experts,Expert Advisors), custom indicators(Custom Indicators) and scripts Scripts.
EAs, scripts, and custom indicators that you are going to use in your practical work should be located in corresponding directories, as shown in the Figure 24 following.
The programs are usually divided into 3 groups:trading advisors, custom indicators and utilities.
The OnCalculate() function is called only in custom indicators when it's necessary to calculate the indicator values by the Calculate event.
Data storing technology in indicator arrays is the basis of constructing technical and custom indicators.
NetTradeX language provides an opportunity to create custom indicators for graphical displaying of dependences and trends for the selected symbol.
Next restart MetaTrader andfind the new indicator in MetaTrader's Navigator to the left side, in the Custom Indicators folder.
The differences in execution of EAs,scripts, and custom indicators is determined by the properties of their special functions which will be considered in detail in Special functions.
Such files can be included into the source texts of Expert Advisors,scripts, custom indicators, and libraries at the compiling stage.
Values of indicator array elements of technical indicators are available from all application programs, including Expert Advisors,scripts and custom indicators.