Articles

Using Neural Networks In MetaTrader for MetaTrader 4

This article shows you how to easily use Neural Networks in your MQL4 code taking advantage of best freely available artificial neural network library (FANN) employing multiple neural networks in your code

Forum

Writing article

Hi! I wrote new article, this time it's " Evolving Expert Advisers using Genetic Programming Platform". I tried to send it for reviewing but got no response for a long time. Do you know if new articles are still accepted

Different library search path for tester?

Hi! I'm having problems with loading external dll when running EA under tester. When attached to a chart the expert is loading the library from %APPDATA%/MetaQuotes/Terminal/0DE...0/MQL5/Libraries/ (the library is linked against another library that is located in Windows\system32\) without any

Floating point type bug in 64bit version

Hi! I have experienced strange problem in 64bit version of MT5 when the function is imported from the external library. I have created a sample function in C: double __stdcall test_double(double d) { return (d*1.22); } and declared it in MQL: double test_double(double d); When invoked in MQL like