Here's what you can do with OpenCL directly in MetaTrader 5 without any DLLs - page 11

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
Apparently, the algotrader's programming objective is what you call something like this- all the trading logic in a few lines.
In that example, in order for the Signal to show a positive trend, the entire algotrading goal is actually contained in just one line
which has nothing to do with the Order-logic, but is decisive for the results of the TS.
"Exactly the same line" is in any competent Expert Advisor. And it is the one that is written by the algotraders.
And what does it show in real trading? You are not in a good mood. Surely the problem (if there is one) lies in some unaccounted for trifle related to the real work (some jumping pings, packet loss, or voltage fluctuations in the network are causing the slave some difficulties. This is my topic too, by the way, I'm building a robot slowly.
Why?
I've never done gui for robots at all, I don't see the point in wasting time on it.
I also don't see how you can analyse statarbitrage strategies visually )). All the analysis is calculation data only, but there are enough logs in the debugging phase for that. For example, such data is used in the debugging phase of the strategy, but its visualisation will not tell us anything.
Apparently, the algotrader's programming objective is what you call something like this- all the trading logic in a few lines.
In that example, in order for the Signal to show a positive trend, the entire algotrading goal is actually contained in just one line
which has nothing to do with the Order-logic, but is decisive for the results of the TS.
"Exactly the same line" is in any competent Expert Advisor. And it is the one that is written by the algotraders.
Ticks are suitable only for scalping. They cannot even be trusted with a short-term strategy of a closed algorithm, because half of the positions will be stuck in the flat, because there is no technical analysis for the correct entry. You enter at random, and the result is corresponding. Ticks are good for strategy tester, as wise people told me, plus they make my work with equities more effective. But what kind of entries by ticks may be - just for scalping, like entry-exit and profit of 5-10 quid. It is pure iteration, without any information. Once again, you know their past state but you will never know their future state. That is the nature of Forex. Instead of this visualized nonsense attach a couple of indicators to your Expert Advisor and they will analyze the chart and identify the vector of further price movement with the probability more than 0,5.)
Once again I come to the topic to find outwhat can be done with OpenCL directly in MetaTrader 5 terminal without any DLL
I have to read bullshit hullabaloo... Please, if you have nothing to write on the subject, don't write at all...
Very strange.
It looks like a memory leak exactly in the terminal.
I wrote a script to demonstrate it. I want to make sure I'm not missing anything and it really is a bug.
The memory is leaking, quite noticeably. A hundred MB per minute.
The leakage is excluded in the program sinceMQLInfoInteger(MQL_MEMORY_USED) excludes it.
Is this really a bug and should I go to Service Desk?
The script prints in the log the amount of consumed RAM, both by the program itself and by the terminal.
Very strange.
It looks like a memory leak exactly in the terminal.
I wrote a script to demonstrate it. I want to make sure I'm not missing anything and it really is a bug.
The memory is leaking, quite noticeably. A hundred MB per minute.
The leakage is excluded in the program sinceMQLInfoInteger(MQL_MEMORY_USED) excludes it.
Is it really a bug and is it worth going to servicedesk?
Please post the results of studies on this subject here later so that we know where the dog is buried ))
Doesn't anyone use OpenCL in practical tasks? :)
Please post the result of your research on the subject here, so that you know where the dog is buried ))
OK. Sorry, are you like me, are you stuck because of this, or you just want to know for general development?
Doesn't anyone use OpenCL in practical tasks? :)
I do, but I haven't gotten around to your example
I do, but I haven't gotten around to your example
Great. The script prints in the log the amount of RAM consumed, both by the program itself and by the terminal. If you run the script, you will immediately see in the log how many MB of RAM the terminal is consuming.
Do you use intensive calculations in your programs?