Trabaja: | en http://fxstill.com/ |
Vive: | Russian Federation |
Ranking: | 7251 |
Durante el desarrollo de indicadores, asesores y scripts, el desarrollor se ve obligado a crear constantemente fragmentos de código terminados, que no tienen relación directa con la estrategia de trading. En el artículo vamos a analizar diferentes métodos para proyectar asesores usando los bloques individuales proyectados anteriormente: trailing, filtros, horarios, etcétera. Asimismo, hemos analizado las peculiaridades de este tipo de proyectos.
En el artículo se describe una sencilla biblioteca que usa componentes de terceros para parsear código HTML. El lector podrá saber cómo llegar hasta los datos que no se pueden obtener con solicitudes GET y POST. Vamos a elegir algún sitio web con páginas no demasiado voluminosas, e intentaremos obtener del mismo información interesante.
El trader que mantiene relaciones comerciales con otros traders, suscriptores, clientes o incluso con los amigos puede necesitar crear una lista de correo. Enviar las capturas de pantalla, revistas, registros o informes son tareas bastante relevantes que nos necesarias cada día, pero tampoco son tan raras. En cualquier caso, a algunos traders les gustaría disponer de esta posibilidad. En este artículo, se trata de las cuestiones relacionadas con el uso simultáneo de varios servicios Google, desarrollo del ensamblado correspondiente en C# e integración con las herramientas en MQL.
El artículo original «básico» de ningún modo perdió su actualidad, y todos los interesados en este asunto deben leerlo sí o sí. Pero ya pasó bastante tiempo desde aquel entonces, y ahora la versión Visual Studio 2017 es de la actualidad, disponiendo de una interfaz ligeramente modificada, mientras que la propia plataforma MetaTrader 5 tampoco estaba sin desarrollo. El presente artículo describe las etapas de la creación del proyecto DLL, sus configuraciones y el trabajo común con las herramientas del terminal MetaTrader 5.
The VSAMultiByTimeMT4 indicator is used to build volume spread and delta histograms ( VSA - Volume spread analysis ) in a separate window, as well as various VSA patterns. Building can be done in various ways. Works very well with another VSA indicator - VSAMultiAnalize . Input parameters: View Type. Ways to display. Volume by Time. Volume values with a moving average (set by default). Buy & Sell. Volumes "to buy" and volumes "to sell" separately in the form of two histograms. Each
The VSAMultiAnalizeDEMO indicator is a free demo version of the VSAMultiAnalize and VSAMultiAnalizeMT5 indicators. The VSAMultiAnalize indicator serves to construct a horizontal volume profile and delta on the symbol graph (VSA - Volume spread analysis). Construction can be performed in various ways. Input parameters: View Type. What is displayed on the chart. Volume by Range. The horizontal volume profile for the specified timeframe is the Target parameter. Previous and current. Two
The VSAMultiAnalize indicator serves to construct a horizontal volume profile and delta on the symbol graph (VSA - Volume spread analysis). The MT4 version is here. Construction can be performed in various ways. Input parameters: View Type. What is displayed on the chart. Volume by Range. The horizontal volume profile for the specified timeframe is the Target parameter. Previous and current. Two horizontal volume profiles for the current and past period (for example for the current and last
The VSAMultiAnalize indicator serves to construct a horizontal volume profile and delta on the symbol graph (VSA - Volume spread analysis). The MT5 version is here. Construction can be performed in various ways. Input parameters: View Type. What is displayed on the chart. Volume by Range. The horizontal volume profile for the specified timeframe is the Target parameter. Previous and current. Two horizontal volume profiles for the current and past period (for example for the current and last
El desarrollador a veces se enfrenta a las tareas relacionadas con el dibujado de los diagramas horizontales en el gráfico del terminal, aunque eso no ocurre con frecuencia. ¿De qué tipo de tareas se trata? Se trata de los indicadores de distribución de los volúmenes para un determinado período. Además, son las tares de distribución del precio, diferentes versiones de la profundidad del mercado (Market Depth), etc. En este artículo se consideran las cuestiones de la creación y gestión de los diagramas en los gráficos, como de los arrays de las primitivas gráficas.
This utility clones the chart it is running on. It opens the same chart with the same graphical objects, set of indicators (saving the parameters) and the rest of the elements. In essence, it performs a deep copying of the original chart, transferring the template to the opened chart. The symbol and the timeframe of the original chart are also saved
This utility clones the chart it is running on. It opens the same chart with the same graphical objects, set of indicators (saving the parameters) and the rest of the elements. In essence, it performs a deep copying of the original chart, transferring the template to the opened chart. The symbol and the timeframe of the original chart are also saved
Con este artículo terminamos la serie sobre el trading con las cestas de parejas de divisas. En este artículo, vamos a simular el último patrón y discutir sobre el uso de la metodología completa en el trading real. Han sido consideradas la entrada y la salida del mercado, la búsqueda y el análisis de los patrones, y la aplicación de los indicadores combinados.