
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
Does anyone know if there is an example like the one in this article, but in MQL4?
Regards
I hope someone else is still browsing this section of the forum....
Could you please tell me what could be the problem...
2015.02.09 23:39:15 Core 1 2015.02.01 00:00:00 Cannot load 'D:\Program Files\Alpari Limited MT5\Tester\Agent-127.0.0.0.1-3000\MQL5\Libraries\NeuroSolutionsAdapter.dll'.
but this library is available at the specified address, I have also multiplied it in some other directories specified in the MQL5 manual.
:( didn't help, who has encountered such behaviour of the tester?
I hope someone else is still browsing this section of the forum....
Could you please tell me what could be the problem...
2015.02.09 23:39:15 Core 1 2015.02.01 00:00:00 Cannot load 'D:\Program Files\Alpari Limited MT5\Tester\Agent-127.0.0.0.1-3000\MQL5\Libraries\NeuroSolutionsAdapter.dll'.
but this library is available at the specified address, I have also multiplied it in some other directories specified in the MQL5 manual.
:( didn't help, who has encountered such behaviour of the tester?
I hope someone else is still browsing this section of the forum....
Could you please tell me what could be the problem...
2015.02.09 23:39:15 Core 1 2015.02.01 00:00:00 Cannot load 'D:\Program Files\Alpari Limited MT5\Tester\Agent-127.0.0.0.1-3000\MQL5\Libraries\NeuroSolutionsAdapter.dll'.
but this library is available at the specified address, I have also multiplied it in some other directories specified in the MQL5 manual.
:( didn't help, who has encountered such behaviour of the tester?
like I did without the dll adapter:
ns-unit.mqh
Where,
my-net.dll - the library that NeuroSolutions creates on your network
Globals.h - the file that is attached to your library after creation (put it in the "my-net" subfolder before compiling the MQL script)
and add this to the main programme:
Next, you can successfully use the procedures getResponse to read the network response on a given input and train to retrain the network in real mode.
The first parameter for these procedures will always be the pNeuralNetwork parameter, where the address of the network structure is written.
For the train procedure, the last three parameters can be set to zero if cross-checking is not required.
That's all. Tested - it works :)
I hope someone else is still browsing this section of the forum....
Everything is clear with MQL5, thanks a lot to the author.
But who can help me to connect dll-network to NinjaTrader (C#)?
I'm figuring it out myself, but I can't figure it out. Help, please.