Codici

Kijun-Sen with alerts per MetaTrader 5

The Kijun-sen line with color customization and sending alert on trend changes

Demo_IndicatorSetDouble per MetaTrader 5

Example of using IndicatorSetDouble() function. This is an indicator that turns upside down the maximum and minimum values ​​of the indicator window and values ​​of levels, on which the horizontal lines are placed

Demo_IndicatorSetString per MetaTrader 5

An example of how to use the IndicatorSetString() function. A simple indicator that shows how to create a label, e.g. "Overbought level" for each level

Demo_IndicatorSetInteger per MetaTrader 5

An example of the IndicatorSetInteger() function. A simple indicator that shows how to create a label, e.g. "Overbought level" for each horizontal level

Demo_FileReadInteger per MetaTrader 5

The indicator demonstrates the example of using the FileReadInteger() function

Demo_FileWriteInteger per MetaTrader 5

The script demonstrates the example of using the FileWriteInteger() function

Demo_FileTell per MetaTrader 5

The script demonstrates the example of using the FileTell() function

Demo_FileSize per MetaTrader 5

The script demonstrates the example of using the FileSize() function

Demo_FileReadDouble per MetaTrader 5

The indicator demonstrates the example of using the FileReadDouble() function

Demo_FileWriteDouble per MetaTrader 5

The script demonstrates the example of using the FileWriteDouble() function

Articoli

Interview with Alexey Masterov (ATC 2012) per 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) per 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) per 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) per 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) per 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) per 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) per 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) per 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) per 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) per 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

Forum

Sistemi Esperti: Esempi tratti dal libro "Reti neurali per il trading algoritmico con MQL5"

Esempi tratti dal libro "Reti neurali per il trading algoritmico con MQL5" : Il libro "Reti neurali nel trading algoritmico con MQL5" è una guida completa, che copre sia le basi teoriche dell'intelligenza artificiale e delle reti neurali sia gli aspetti pratici della loro applicazione nel trading

Indicatori: Intraday Triple Performance

Intraday Triple Performance : Set three crosses and monitor the daily percentage performance starting from a given time (that can also be set). Autore: Pueblo

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 7

MQL5 Programming for Traders – Source Codes from the Book. Parte 7 : La settima parte finale del libro discute le funzionalità avanzate dell'API MQL5, che saranno utili durante lo sviluppo di programmi per MetaTrader 5. Questi includono simboli finanziari personalizzati, eventi del calendario

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 6

MQL5 Programming for Traders – Source Codes from the Book. Parte 6 : Nella sesta parte di "MQL5 Programming for Traders ", studieremo un componente chiave del linguaggio MQL5 – l'automazione del trading. Inizieremo con una descrizione delle entità fondamentali, come le specifiche degli strumenti

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 5

MQL5 Programming for Traders – Source Codes from the Book. Parte 5 : Nella quinta parte del libro, approfondiremo le API associate al trading algoritmico, tra cui l'analisi e l'elaborazione dei dati finanziari, la visualizzazione dei grafici, l'automazione e le interazioni con gli utenti. Autore

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 4

MQL5 Programming for Traders – Source Codes from the Book. Parte 4 : Nella quarta parte del libro, ci concentreremo sulla padronanza delle funzioni integrate (API MQL5) e ci addentreremo gradualmente nei sottosistemi specializzati. Qualsiasi programma MQL5 può utilizzare una pletora di tecnologie e

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 3

MQL5 Programming for Traders – Source Codes from the Book. Parte 3 : La terza parte "Programmazione orientata agli oggetti in MQL5" offre un'immersione nel mondo della programmazione orientata agli oggetti (OOP) nel linguaggio MQL5. Lo sviluppo di software comporta spesso la complessità legata alla

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 2

MQL5 Programming for Traders – Source Codes from the Book. Parte 2 : La seconda parte "Fondamenti di programmazione MQL5" è un'introduzione ai concetti chiave di questo linguaggio di programmazione. Questa parte del libro è dedicata ai tipi di dati, agli identificatori, alle variabili, alle

Sistemi Esperti: MQL5 Programming for Traders – Source Codes from the Book. Parte 1

MQL5 Programming for Traders – Source Codes from the Book. Parte 1 : Il primo capitolo del libro introduce il linguaggio MQL5 e l'ambiente di sviluppo. Una delle nuove funzionalità introdotte nel linguaggio MQL5 rispetto a MQL4 (linguaggio MetaTrader 4) è il supporto per la programmazione orientata

Sistemi Esperti: Esempio di utilizzo di un modello ONNX per riconoscere i numeri scritti a mano

Esempio di utilizzo di un modello ONNX per riconoscere i numeri scritti a mano : Questo Expert Advisor non trada. Un semplice pannello, implementato utilizzando la libreria standard Canvas, permette di disegnare cifre con il mouse. Il modello addestrato mnist.onnx viene utilizzato per riconoscere le