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
in the log:
2012.03.23 13:40:50 test EURUSD,H1: global array: 1406 milliseconds.
2012.03.23 13:40:50 test EURUSD,H1: local array: 1344 milliseconds.
now it makes sense: global variables take a bit longer, local ones faster; although I thought it didn't make any difference, I should measure it in the called function, maybe there is some other difference
in the log:
2012.03.23 13:40:50 test EURUSD,H1: global array: 1406 milliseconds.
2012.03.23 13:40:50 test EURUSD,H1: local array: 1344 milliseconds.
now it makes sense: global variables take a bit longer, local ones faster; although I thought it didn't make any difference, I should measure it in the called function, maybe there is some other difference
changed, and copied start() to func(), after prints start func() :
2012, 03.23 14:11:15 test EURUSD,H1: local array: 1313 milliseconds.
2012.03.23 14:11:15 test EURUSD,H1: global array: 1359 milliseconds.
2012.03.23 14:11:15 test EURUSD,H1: call function.....
2012.03.23 14:11:18 test EURUSD,H1: ph-action, local array: 1312 milliseconds.
2012.03.23 14:11:18 test EURUSD,H1: f-ction, global array: 1328 milliseconds.
changed, and copied start() to func(), after pprinnts start func() :
2012, 03.23 14:11:15 test EURUSD,H1: local array: 1313 milliseconds.
2012.03.23 14:11:15 test EURUSD,H1: global array: 1359 milliseconds.
2012.03.23 14:11:15 test EURUSD,H1: call function.....
2012.03.23 14:11:18 test EURUSD,H1: ph-action, local array: 1312 milliseconds.
2012.03.23 14:11:18 test EURUSD,H1: f-ction, global array: 1328 milliseconds.
changed, and copied start() to func(), after prints start func() :
2012, 03.23 14:11:15 test EURUSD,H1: local array: 1313 milliseconds.
2012.03.23 14:11:15 test EURUSD,H1: global array: 1359 milliseconds.
2012.03.23 14:11:15 test EURUSD,H1: call function.....
2012.03.23 14:11:18 test EURUSD,H1: ph-action, local array: 1312 milliseconds.
2012.03.23 14:11:18 test EURUSD,H1: f-ction, global array: 1328 milliseconds.
I did so, but the results did not change, and I also declared an array in a separate function, called the function and compared it to a global array call
alsu, that's quite a logical assumption, but my experiments have led me to a funny idea: mql4 is for lamers, you declare it the way you want, as they say in the game. ))). Maybe I'll make some experiments with mql5 if I don't forget, it's just discussing the performance of MT5, maybe something will become clear.
By any chance no one has ported FANN to mql? http://leenissen.dk/fann/wp/download/, or similar code to mql with NS.
ZS: I can't find a ready-made NS by search and google, I plugged a .dll with FANN, it works pretty well, but I would like it without .dll.
By any chance no one has ported FANN to mql? http://leenissen.dk/fann/wp/download/, or similar code to mql with NS.
ZS: I can't find a ready-made NS by search and google, I plugged a .dll with FANN, it works pretty well, but I would like it without .dll.
It is better to train network in specialized software. It is much faster. And it is better to use it in code