Errors, bugs, questions - page 1821

 
fxsaber:
OpenCL not found. Error code=5101
Error in OpenCL initialization. Error code=5101
The integrated graphics on the CPU do not support OpenCL? It's not like a GPU was required for OpenCL either.
It should work
Как установить и использовать в расчетах OpenCL
Как установить и использовать в расчетах OpenCL
  • 2013.06.21
  • MetaQuotes Software Corp.
  • www.mql5.com
Прошло уже больше года с того момента, как в MQL5 появилась нативная поддержка OpenCL. Однако еще далеко не все пользователи оценили по достоинству возможность использования параллельных вычислений в своих советниках, индикаторах или скриптах. Эта статья призвана помочь в настройке OpenCL на Вашем персональном компьютере для того чтобы Вы могли сами попробовать данную технологию в торговом терминале MetaTrader 5.
 
fxsaber:
If you have a non-zero Result.deal, take measures.
We should create a "MQL funnies and undocumented features" branch and post all such things there. Otherwise you won't be able to find it...
 
Alexey Kozitsyn:
We should create a "MQL tricks and undocumented features" branch and post all such things there. You won't be able to find them later...
Well, I've created a topic once. It has been logically completed and has gone safely into the depths of the forum.
 
Artyom Trishkin:
I have created a topic once. The logical conclusion of it safely disappeared into the depths of the forum.

I think it should be non-negotiable, like an FAQ. And that left-wing posts are deleted from there. If you create a new one and moderate it, I don't think anyone will refuse to fill it with such posts.

Yes, you need even 2 such themes. For mql4 and mql5.

 
Alexey Kozitsyn:

I think it should be non-negotiable, like an FAQ. And that left-wing posts are deleted from there. If you create a new one and moderate it, I don't think anyone will refuse to fill it with such posts.

Yes, you need even 2 such themes. For mql4 and mql5.

It will have to constantly collect such discussions of such nuances and possibilities across all the threads and fit them into the thread. People, it seems to me, won't post in the created topic exactly, but just to wherever is closer.

It's not hard to moderate, it's much harder to specifically search the whole forum for such interesting and useful things - all the time it would take just to do that.

PS. I can't think of a normal, comprehensible name for such a topic...
 
Artyom Trishkin:
You'd have to keep collecting all the threads to discuss such nuances and possibilities and post them in the thread. People, it seems to me, won't post exactly in the thread they've created, but just wherever is closer.

It's not hard to moderate, it's much harder to specifically search the whole forum for such interesting and useful things - all the time it would take just to do that.

PS. I can't think of a normal, comprehensible name for such a topic...

You don't need to collect, you can't collect everything. You just need to create topics, name them like Undocumented features of mql language... Make an explanation in the first post that all discussions are separate. Here - just the basics: SR's answers, tricks, maybe bugs they don't want/need to fix, etc.

And then - slowly moving what you find. I will also write there, throw in links. I think it will be popular like this thread.

 
Alexey Kozitsyn:

You don't need to collect, you can't collect everything. You just need to create topics, name them like Undocumented features of mql language... Make an explanation in the first post that all discussions are separate. Here - just the basics: SR's answers, tricks, maybe bugs they don't want/need to fix, etc.

And then - slowly moving what you find. I will also write there, throw in links. I think it will be popular like this topic.

The emphasis should be put not on popularity but on usefulness of information. What can be popular (many posts) in FAQ? But usefulness should be ;)
 
Artyom Trishkin:
The emphasis should not be on popularity, but on the usefulness of the information. What can be popular (many posts) in the FAQ? But usefulness is a must ;)
I do not argue. Popularity is for active programmers! Here's the title: It's not in the Help! Features of mql language...
 
Alexey Kozitsyn:
No argument. Popularity is with active programmers! Here's the title: It's not in the help! Features of the mql language...
Well, I've created two topics.

For MQL5 and MQL4.

I invite all interested and caring users to share their solutions.
 
Комбинатор:
As far as I understand, OrderSend waits only until the order is queued for processing on the server, but not until the result of processing.

It used to be like this.

But now the scheme has changed (since build 1375 )

But the functionality declared by the developers, does not always work correctly

The code is in the basement and this is the result.

2017.02.24 10:34:21.991 Test_sync_order (RTS-3.17,M5)   SetSyncOrder: Sync Order send to server...
2017.02.24 10:34:22.006 Test_sync_order (RTS-3.17,M5)   SetSyncOrder: Order state ORDER_STATE_REQUEST_ADD.
2017.02.24 10:34:22.021 Test_sync_order (RTS-3.17,M5)   RemoveOrder: Remove done.
2017.02.24 10:34:22.021 Test_sync_order (RTS-3.17,M5)   OnTradeTransaction: Sync Order place done, and found in terminal.

Sometimes it works fine,

2017.02.24 11:38:21.271 Test_sync_order (RTS-3.17,M1)   SetSyncOrder: Sync Order send to server...
2017.02.24 11:38:21.287 Test_sync_order (RTS-3.17,M1)   SetSyncOrder: Sync Order place done, and found in terminal.
2017.02.24 11:38:21.302 Test_sync_order (RTS-3.17,M1)   RemoveOrder: Remove done.
2017.02.24 11:38:21.302 Test_sync_order (RTS-3.17,M1)   OnTradeTransaction: Sync Order place done, and found in terminal.

But more often it doesn't.

Files:
Reason: