You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The following was posted in the wrong section and removed by me. I am replicating it here as a "pocket" for the user in question, namely Earthy Stag beetle.
Hello All,
I have an interest in ML and found Next Price Neural Predictor, thanks & respect to Vladimir for this, I was going to use it as a working learning framework. gpwr released copyrighted source - I am very grateful. The indicator makes use of a dll with which I have little experience - however, I downloaded Visual Studio 2022 Community and rolled up my sleeves.
What could go wrong? 😂
I tried using the original compiled BPNN.dll first, but MT5 complained that it was a 32 bit dll, so I had to rebuild it to operate in today's MT5. I made a few changes to BPNN source, and rebuilt the DLL. Ace!
So I made a stab at porting the indicator to MQL5 - again something with which I am not familiar, but that went OK.
Next step was to try & run the MT5 indicator port, where i received the following error:
OK, so the indicator was not able to find the functions in the DLL.
So I added some simpler functions to BPNN64 which also return strings, but do nothing useful to see f they would be resolved. Here they are:
And both these functions worked, by now I had knocked up a simple script which looks like this:
It worked! But that it worked puzzled me. I wrote a new dll containing just function calls of the form used in BPNN, called ParamsTest.
I wrote a new script to try and work out what is going on, and this is the debug I receive:
I can't move any further until I understand why this is bombs out. So the following works OK:
But this doesn't:
From the DLL:
I would be very grateful for soeone's insight please. I'm formally stuck.
Source is attached,
Code Base
BPNN MQL Predictor Demo with library
Stanislav Korotky, 2019.12.18 16:24
This is a demo indicator with BPNN neural network library ported from C++ to MQL.Thank you Ryan! I missed this, will have a try.
With my best regards, ESB.
Thank you Ryan! I missed this, will have a try.
With my best regards, ESB.
You're welcome, ESB.
Things can be tough to find. I started out at mql4.com in 2011, and I migrated over to mql5.com in 2015. When I need something here, I do a web browser search for "mql5" and the name or subject of the thing. It's quite reliable.