Features of the mql5 language, subtleties and tricks - page 281
![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
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
Can someone please help me.
The EMA50 and EMA90 indicators have been dropping for a long period of time. How can you programme this more intelligently and add EMA slope?
Quelqu'un peut-il m'aider s'il vous plaît ?
Les indicateurs EMA50 et EMA90 sont en baisse depuis longtemps. Comment pouvez-vous programmer cela de manière plus intelligente et ajouter une pente EMA ?
Can someone please help me.
The EMA50 and EMA90 indicators have been dropping for a long period of time. How can you programme this more intelligently and add EMA slope?
The MACD will have a close result without developing anything
Forum on trading, automated trading systems and testing trading strategies
Libraries: MT4Orders
fxsaber, 2024.12.22 19:50
A clear example that frequent work with arrays should be done wisely. In this case static allows not to allocate memory for an array in ArrayCopy every time. And we get a multiple performance increase in the real task, which can be felt with the naked eye.
The performance gain will be noticeable when working with large/huge arrays. For small arrays, the 'static' keyword does not provide any benefit.
The performance gain will be noticeable when working with large/huge arrays. For small arrays, the 'static' keyword does not provide any advantages.
In tests it may do, you should check it.
and you need to look at multicharacters, it is the main nuisance, multiply everything by the number of characters.
Where does this position ID come from? Is it from a torch or real?
Where does this position ID come from? Is it from a torch or is it real?
Yes, this is real data. Thousands of orders are TP re-jacks of only one position with such ID.
Forum on trading, automated trading systems and testing trading strategies
New version of MetaTrader 5 build 4230: more built-in applications and expanded ONNX support
fxsaber, 2024.03.20 06:18
Unfortunately, you can convert objects into pointers, but not in the opposite direction.
Of course, it is not a conversion of a pointer into an object, but in some situations such a construction is reasonable for speeding up.
Yes, this is real data. Thousands of orders are TP redirects of only one position with such ID.
Then what is unusual, special?