Códigos

Kijun-Sen with alerts para MetaTrader 5

Línea Kijun-Sen con el cambio del color y envío de alertas en caso del cambio de la tenencia

Demo_IndicatorSetDouble para MetaTrader 5

Ejemplo de uso de la función IndicatorSetDouble(). Se trata de un indicador que invierte los valores máximos y mínimos de la ventana del indicador, así como los valores de los niveles en los que se trazan las líneas horizontales

Visualizando Diferentes Objetos CChartObject en la Misma Ventana para MetaTrader 5

Este script visualiza diferentes subgráficos en una misma ventana de acuerdo con el número de pares de divisas en el menú de Observación del Mercado

Demo_FileFind para MetaTrader 5

Este script es un ejemplo simple del uso de las funciones FileFindFirst(), FileFindNext() and FileFindClose()

Demo_FileCopy para MetaTrader 5

Este script muestra un ejemplo del uso de la función FileCopy()

Demo_FileDelete para MetaTrader 5

Este script muestra un ejemplo del uso de la función FileDelete()

Demo_FileMove para MetaTrader 5

El script muestra un ejemplo del uso de la función FileMove()

Demo_FileFlush para MetaTrader 5

Este script muestra un ejemplo del uso de la función FileFlush()

Demo_FileIsEnding para MetaTrader 5

Este script muestra un ejemplo del uso de la función FileIsEnding()

Demo_FileGetInteger para MetaTrader 5

Este script muestra un ejemplo del uso de la función FileGetInteger()

Artículos

Interview with Alexey Masterov (ATC 2012) para MetaTrader 5

We do our best to introduce all the leading Championship Participants to our audience in reasonable time. To achieve that, we closely monitor the most promising contestants in our TOP-10 and arrange interviews with them. However, the sharp rise of Alexey Masterov (reinhard) up to the third place has

Interview with Sergey Pankratyev (ATC 2012) para MetaTrader 5

The Championship is coming to an end leaving us with vivid impressions of many unusual trading strategies. However, the trading robot of Sergey Pankratyev (s75) is showing really peculiar things - it is trading all 12 currency pairs opening only long positions. It is not an error but just a response

Interview with Enbo Lu (ATC 2012) para MetaTrader 5

"Be sure to participate in the Automated Trading Championships, where you can get a truly invaluable experience!" - this is the motto of contestant Enbo Lu (luenbo) from China. He appeared in the TOP-10 of Automated Trading Championship 2012 last week and is now consistently trying to reach the

Interview with Ruslan Ziyatdinov (ATC 2012) para MetaTrader 5

The Championship keeps providing us with new discoveries, as well as new interesting Participants and unusual ideas implemented in the competition trading robots. While interviewing Ruslan Ziyatdinov (rusland1962), we learned about his simple approach to trading and found out why it is better to

Interview with Mariusz Zarnowski (ATC 2012) para MetaTrader 5

As December 28 is approaching, the list of leaders of the Automated Trading Championship 2012 is becoming clearer. With only two weeks to go until the end of the Championship, Mariusz Zarnowski (zrn) from Poland stands a good chance to be in the top three. His EA has already demonstrated how it can

Interview with Evgeny Gnidko (ATC 2012) para MetaTrader 5

The Expert Advisor of Evgeny Gnidko (FIFO) currently seems to be the most stable one at the Automated Trading Championship 2012. This trading robot entered TOP-10 at the third week remaining one of the leading Expert Advisors ever since

Interview with Sergey Abramov (ATC 2012) para MetaTrader 5

The trading robot of Sergey Abramov (26405) is staying in TOP-10 since the second week. However, it caused much anxiety for its developer. As it turned out, the robot contains a small error in position close block. The robot has been developed almost exclusively on the basis of the past years'

Interview with Alexandr Artapov (ATC 2012) para MetaTrader 5

It was during the second week of the Championship when the Expert Advisor of Alexandr Artapov (artall) found itself on the third position trading EURUSD and EURJPY. Then it briefly left TOP-10 to appear again after one month of struggle for survival. As it turned out, this trading robot is still

Interview with Juan Pablo Alonso Escobar (ATC 2012) para MetaTrader 5

"Everyone who is struggling with programming and who were not able to participate in this year's competition, know that it becomes a lot easier in time", said Juan Pablo Alonso Escobar (JPAlonso), the hero of today's interview

Interview with Dmitry Terentew (ATC 2012) para MetaTrader 5

Is it really necessary to be a programmer to develop trading robots? Do we need to spend years monitoring price charts to be able to "feel" the market? All these issues have been discussed in our interview with Dmitry Terentew (SAFF), whose trading robot has been occupying the first page of the

Foro

Scripts: Candle Analysis Report

Candle Analysis Report : Este script ayuda a los traders a entender la distribución y amplitud de las velas en un período específico, lo que puede ser útil para tomar decisiones de trading como qué Take Profit o Stop Loss usar según los valores históricos. Autor: Enrique Enguix

Indicadores: AC Arrows and Alerts

AC Arrows and Alerts : Indicator that plot arrows when Accelerator Oscillator cross above or bellow 0 level. The indicator send Sound Alerts Autor: SALVADOR MARTINEZ RAMOS

Asesores Expertos: Ejemplos del libro "Redes neuronales en el trading algorítmico en MQL5"

Ejemplos del libro "Redes neuronales en el trading algorítmico en MQL5" : El libro "Redes neuronales en el trading algorítmico en MQL5" supone una guía detallada que abarca tanto los aspectos teóricos del trabajo con inteligencia artificial y las redes neuronales como los aspectos prácticos de su

Scripts: Abrir una operación (Open Trade)

Abrir una operación (Open Trade) : Esta función realiza la lógica principal de abrir una operación. Calcula el precio de apertura, los niveles de obtención de beneficios y el stop loss en función de la información del símbolo y los parámetros proporcionados por el usuario. Prepare una solicitud

Asesores Expertos: Programación en MQL5 para tráders: códigos fuente del libro: Parte 7

Programación en MQL5 para tráders: códigos fuente del libro: Parte 7 : La séptima y última parte del libro, abarcaremos las características avanzadas de la API MQL5 que resultarán útiles a la hora de desarrollar programas para MetaTrader 5. Algunas de ellas tienen una naturaleza más particular, como

Asesores Expertos: Programación en MQL5 para tráders: códigos fuente del libro: Parte 6.

Programación en MQL5 para tráders: códigos fuente del libro: Parte 6. : En la sexta parte del libro “Programación en MQL5 para tráders”, estudiaremos un componente clave del lenguaje MQL5: la automatización del trading. Comenzaremos con una descripción de las entidades principales, como las

Asesores Expertos: Programación en MQL5 para tráders: códigos fuente del libro: Parte 5

Programación en MQL5 para tráders: códigos fuente del libro: Parte 5 : En la quinta parte del libro, profundizaremos en las API vinculadas con el comercio algorítmico, incluido el análisis y procesamiento de datos financieros, la visualización y automatización de gráficos y la experiencia de usuario

Asesores Expertos: Programación en MQL5 para tráders: códigos fuente del libro: Parte 4

Programación en MQL5 para tráders: códigos fuente del libro: Parte 4 : En la cuarta parte del libro, nos centraremos en el dominio de las funciones integradas (API MQL5) y profundizaremos de forma secuencial en los subsistemas especializados. La lista de tecnologías y funcionalidades disponibles

Asesores Expertos: Programación en MQL5 para tráders: códigos fuente del libro: Parte 3

Programación en MQL5 para tráders: códigos fuente del libro: Parte 3 : La tercera parte de "Programación Orientada a Objetos en MQL5" ofrece una inmersión en el mundo de la programación orientada a objetos (POO) en MQL5. El desarrollo de software con frecuencia implica cierta complejidad al

Asesores Expertos: Programación en MQL5 para tráders: códigos fuente del libro: Parte 2

Programación en MQL5 para tráders: códigos fuente del libro: Parte 2 : La segunda parte "Fundamentos de programación en MQL5" es una introducción a los conceptos clave de este lenguaje de programación. En esta parte del libro, los lectores se familiarizarán con los tipos de datos, los