"New Neural" is an Open Source neural network engine project for the MetaTrader 5 platform. - page 88

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
But the network was so clever that it withdrew all the money from the account and disappeared in an unknown direction. No one has heard of it since.
PRNG class in the specified range.
Advantages: possibility to have several randoms with different initialization,
evenly distributed values of any range up to 10 lm (unfortunately no more than that, the array is not enough).
For 10 lakh calls Rand() overtakes the standard rand by 50 µs (time rnd.Rand()=344 time rand()=391).
Disadvantages: it takes a long time to initialize Srand(), standard range is 32768 (766 µs), 1 lakh almost 2 minutes.
I haven't checked the 10 million limit, but for sure it is incredibly long because time grows progressively.
Healthy criticism is accepted. I accept criticism in the currency of the deposit:)
Urain, stumbled on your post, this is an acute problem for me.
I'm not sure if the output will be really unique sequences with above 32768 sequences.
I won't claim that they will be similar exactly, but they will be based on those 32768 sequences.
That is, the output I will NOT get, for example, 2,000,000,000 sequences unique in their internal system.
I may be wrong.
I also did something similar, diluted random with random, the results with regard to the market were not very good.
I used dll, which gives billions of unique combinations, the results as applied to the market are more interesting.
But dll has one disadvantage indicator/expert can not be sold through the market and participate in the championship.
That's why I'm still in search of a mql randome with a large range.
I'd like to know what you think of my assumptions.
Urain, on your post, this is an acute problem for me.
I'm not sure if the output will be really unique sequences with above 32768 sequences.
I won't claim that they will be similar exactly, but they will be based on those 32768 sequences.
That is, the output I will NOT get, for example, 2,000,000,000 sequences unique in their internal system.
I may be wrong.
I also did something similar, diluted random with random, the results with regard to the market were not very good.
I used dll, which gives billions of unique combinations, the results as applied to the market are more interesting.
But dll has one disadvantage indicator/expert can not be sold through the market and participate in the championship.
That's why I'm still in search of mql random with large range.
I would like to know what you think about my assumptions.
Is it a proprietary dll or an alien one? If it is, it may have a feature (like reading CPU temperature), and the rest may be replaced with MQL.
The chip is to ask the CD to be loaded into the nativ.
I don't see any other way.
Is this dll your own or someone else's? If it is your own, then it probably has a feature (e.g. reading CPU temperature), and the rest can be switched to MQL.
The chip should be loaded into the Active.
I do not see any other way.
Dll is someone else's, there is source code for several pages.
I wanted to translate it all to mql, but realized that I can not.
No tricks because the sequences give the same and infinitely many, I have checked.
I just need random numbers that can be repeated more than once.
I think I found my dream library)https://www.mql5.com/ru/code/1146 write there is a good generator, I will try...
And what's in the subject line can already be considered a pipe dream...?
And what is in the top of the topic can already be considered a pipe dream...?