
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
ZS: I can't find a ready-made NS by searching and googling, the .dll with FANN works pretty well, but I'd like it without the .dll
Do you have any idea what you want? To port normally written OOP code to underdeveloped NS? I think no one will do it. All the more so, it will be faster through a dll.
Ask for it on 5, they already stuttered there.
Comrades, came across an indicator that calls itself, here is part of the code (the indicator itself is in the trailer):
The tester does not manage to call it correctly using iCustom() from the Expert Advisor. This is what we get:

iCustom() of it in the Expert Advisor looks like this:
It displays correctly only if tester's TF is the same as the TF in EA's settings.
Can you advise how to correctly make its call so that it is displayed correctly regardless of the tester's TF?
Or it cannot be done due to peculiarities of the indicator code?
Read an article from Microsoft: http://technet.microsoft.com/ru-ru/library/dd630755(v=office.12).aspx
Here is a quote from it:
64-разрядные выпуски Windows Server могут выполнять адресацию 16 терабайт виртуальной памяти с помощью плоской модели адресации. Виртуальная память разделяется на равные части между виртуальными адресными пространствами для приложений и операционной системы. Увеличение адресного пространства виртуальной памяти в 64-разрядной среде может благоприятно сказаться даже на работе 32-разрядных приложений. Например, хотя 32-разрядное приложение по-прежнему ограничено 4 ГБ виртуальной памяти, ему больше не требуется разделять это пространство с операционной системой. В результате возникает фактическое расширение виртуальной памяти.
It turns out that MT4 can address to 4GB of memory under 64-bit OS?
Can't check it with myself. There's nowhere to put that much memory.
Hello
Question about sockets.
... There is a task from SCADA system running VB (ancient) to send data to socket. I tried to implement it directly from Vb by means of API, but there is one problem
If connection to the socket fails VB is waiting for reply and slows down some time (this is critical)
I wanted to try to create single thread from VB, but it turned out that VB doesn't understand AddressOf.
How can I explain VB to wait for response from remote socket for example 1 sec like TTL for ping'a (remote socket on local)?
Tried another way: on C++ bilder wrote a console application to send to socket.
Tried running it works.
Then I tried to create standalone process from VB. The Runtime runs but won't send any data.
I've started to debug using cout<< <<endl;
I see that when I invoke the exe manually, WsaStartUp works with 0 and connect to 0, send returns number of data transferred
But when I start with VB, WsaStartUp works for 0 and connect for -1, send respectively for 10038.
I don't know what's wrong.
Here is the code from VB
Hello
Why is this history file not showing up on the chart in MT?
There is a need to know the size of the passed text information, in a DLL. Let's say, in MKL5 this is done by sizeof().
Would it be correct to do it in MKL4 via StringLen()? How would it be correct?
p.s. interested in sending third parameter here:http://msdn.microsoft.com/en-us/library/aa365747(v=vs.85).aspx
There is a need to know the size of the passed text information, in a DLL. Let's say, in MKL5 this is done by sizeof().
Would it be correct to do it in MKL4 via StringLen()? How would it be correct?
p.s. interested in sending third parameter here:http://msdn.microsoft.com/en-us/library/aa365747(v=vs.85).aspx