Blur Darkness
Blur Darkness
Blur Darkness
Added topic Why the CopyBuffer step will take a lot of time?
I tested my EA system and found that when calling the system indicator, the CopyBuffer step will take a lot of time, and the time for calling the number of 1000 and 10 is the same. Does anyone know what causes this problem
Blur Darkness
Added topic Does anyone know how to configure the opencl environment?
The graphics card is NVDIA GTX550TI, the latest driver of this model is installed, and CUDA 9.1 is also installed, but after opening MT5, the following picture is still displayed, please advise how to install it to use opencl normally, thank you
Blur Darkness
Added topic A new 20-day moving average will keep appearing during the test
In the test, the 20-day moving average will be refreshed continuously.   I have repeatedly debugged it and cannot find the reason. Who has encountered this situation
Blur Darkness
Added topic Newbie question: Is the official indicator calculated by BID or ASK price?
I guess the problem in the EA I'm writing now may be related to this. Does anyone know the answer to this question? thanks for answer
Blur Darkness
Added topic Why have the difference between real market and backtesting?
After my EA is connected to the VPS, there is a certain difference between the order opened in the real market and the backtest of the original strategy the next day. I use the ticks backtest. Some orders are very accurate,from one second or one
Blur Darkness
Added topic The log keeps reporting errors in MT5. Does anyone know this error code?
GDI cache pen insertion error, cache size: 22, cache max: 503, Brush once per TICK, does anyone know what the problem is,Thank you!
Blur Darkness
Added topic Overloading operator, why does it keep prompting error “operator> has invalid parameters count”?
Where is the error in this code? Thank you! struct bar_all {    datetime           time;    double              value ;
Blur Darkness
Added topic Does mql5 support indefinite parameter functions?
 For example, how to set multiple parameters for a function? void f( double & a, double &b...) { }
Blur Darkness
Added topic Can magic be modified?
I want to add the magic number to the manual open position list, but what I wrote doesn't seem to work. See if there is a solution?    int total = PositionsTotal ();    for ( int i = total - 1 ; i >= 0 ; i--)    {
Blur Darkness
Added topic Why the data of PERIOD_M1 cannot be received?
Using the following statement, the data of PERIOD_M1 cannot be received, but other cycles such as PERIOD_M5 and PERIOD_M15 are normal. Does anyone know the reason,Thank you for your help! MqlRates rates[]; int copied= CopyRates ( "XAUUSD" , PERIOD_M1
Blur Darkness
Added topic create one EA to writes the Ticks-data, but always reports array out of range when debugging, thank you for your help!
The following code is relatively simple, but in the mt5 Testing Visualization linear array out of range an error message. I'm a novices, and I had searched for a long time and have not found the reason for the error, but I think it might be caused by
Blur Darkness
Registered at MQL5.community