Mariusz Woloszyn
Mariusz Woloszyn
Friends

Add friends via their profile or user search and you will be able to see if they are online

Mariusz Woloszyn
Added topic 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
Mariusz Woloszyn
Added topic 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
Mariusz Woloszyn
Added topic 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
Mariusz Woloszyn
Registered at MQL5.community
Jose Miguel Soriano
Jose Miguel Soriano 2016.01.29
Good afternoon:
I write from Spain.
I read your article "USING NEURAL NETWORKS IN METATRADER" which implements FANN in mql4 code.
I program in mql5 and I downloaded "Fann2MQL 0.1.5_x64". The code not error when I compile, but when running I get this messages...

'\MQL5\Libraries\Fann2MQL.dll' is not 64-bit version
Cannot load '\MQL5\Libraries\Fann2MQL.dll'
Cannot call 'f2M_parallel_init', 'Fann2MQL.dll' is not loaded
fann2 (EURUSD,H1) unresolved import function call

Do you know where is the problem?
chrisYe
chrisYe 2019.05.01
i also encounter that problem