
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
I noticed such a peculiarity - if you write data to a file using the script given by the author, some records in the file look like this:
0.0007200000000000001, 0.0006800000000000001
Or like this:
0.3e-005, 5e-005.
In the first case, we can get some slowdown in NS learning due to a bunch of extra digits. As for exponential recording of numbers in the second case - I don't know if NS is able to correctly perceive such format.... Most likely yes, but I would like to hear experts' comments on this issue)
I think it is more correct to use DoubleToString function instead of NormaliseDouble. It allows you to bring all numbers to a strict form.
Absolutely right, when saving data to a csv file it would be better to use DoubleToString, it will be prettier :).
But it does not affect the speed of learning, all doubles are stored in 8 bytes, and a double equal to zero does not differ from any other double by the number of digits.
I seem to have done everything as the author wrote in the guide, but for some reason when I try to test (I am just starting to use mt5) I get the error of creating a neural network 2012.02.08 19:58:05 WeekPattern (EURUSD,D1) Error creating neural network from DLL "C:\Program Files (x86)\MetaTrader 5\MQL5\Files\NeuroSolutions\WeekPattern.dll".
Can anyone advise, all the files are scattered in the folder as written in the guide, created an Expert Advisor.
In theory nada to take data for the year, for one currency, say for 2009 to train the network on this data, then give the input to the neural network data for 2010 and see what forecasts gives the network and compare with the real ones, and then depending on the accuracy to adjust the neural network to a more or less godly form,
then input data for the month and see how the output of the neural network will change, then input data for the month, then for the day =))))
and then visually compare the settings and the result =)))))) I will try to realise
and see the difference, depending again on the neural network settings, what is the activation function, how many neurons in the hidden layer, etc.
Hello,
Do I need to have the NeuroSolutions 6th for this EA to run?
Currently I don't have NeuroSolutions products installed on my PC.
Would the files supplied at the article to download be enough for me to have a working neural network Expert Advisor?
Thanks.
Hello I am getting this error below,
'C:\Users\mike\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Libraries\NeuroSolutionsAdapter.dll' is not 64-bit version
I don't have neurosolutions software, would you please post the 64 bit version of the dll?
or is there any setting in MT5 to use 32 bit dll for this Expert Advisor?
Thank you so much in advance.
Please explain again, the way to create the raw data.
Thank you.
Can you tell me why the tester gives an error?
2012.11.30 13:32:13 tester agent shutdown
2012.11.30 13:32:13 log file "C:\Program Files\MetaTrader 5 - RoboForex\Tester\Agent-127.0.0.1-3000\logs\20121130.log" written
2012.11.30 13:32:13 tester stopped because expert initialisation failed
2012.11.30 13:32:13 global initialisation critical error
2012.11.30 13:32:13 global initialisation failed
2012.11.30 13:32:13 2012.01.01.01 00:00:00 EX5 loading failed
2012.11.30 13:32:13 2012.01.01 00:00:00 DLL loading is not allowed
2012.11.30 13:32:13 Lots=0.10
2012.11.30 13:32:13 GBPUSD,M5: testing of Experts\WeekPattern.ex5 from 2012.01.01 00:00 to 2012.11.29 00:00 started with inputs:
2012.11.30 13:32:13 GBPUSD,M5 (RoboForex-MetaTrader 5): every tick generating
2012.11.30 13:32:13 2012.01.01 00:00:00 DLL loading is not allowed