Errors, bugs, questions - page 2245

 
Ilyas:

Do you perform a FileSeek on the end of the file before writing the file?

Thank you.
 
fxsaber:

At best, the visualiser window is not closed. At worst, an ancient, well-known problem.

What's the problem? Please advise where to dig - the visualiser is closed. The work has stopped ((.
 
Anton Ohmat:
What's the problem, tell me where to dig - imaging is closed. Work has stopped ((

There's nowhere to dig. I've had this problem and it's been playing steadily. The developers couldn't do anything about it. In the end the problem disappeared on its own, when I reinstalled the OS (for another reason).

So, enjoy yourselves...

 
Can you tell me - is there an official api? like a web terminal api - to get away from using mt.
 
fxsaber:

There's nowhere to dig. I've had this problem and it's been playing steadily. The developers couldn't do anything about it. In the end the problem disappeared on its own, when I reinstalled the OS (for another reason).

So, enjoy yourselves...

This glitch has something to do with trade visualisation. Turned the parameter on after optimisation - and the single test ran

 
Why does the balance indicator on the Trades and History tab not match between the two tabs?
 
Question on the MT5 tester. How to simulate spread and slippage? Network latency is not the same at all. If there is no way, but it is possible to do it in the EA code itself, I would be grateful for links or methods.
 
Slava:

And so it was generated by some other call.

Use ResetLastError() before calling SymbolIsSynchronized

You're wrong. It was generated by SymbolIsSynchronized() function. And for symbols other than current chart symbol (if this function is started from OnCalculate() without line number) and for current chart symbol if this function is started from OnTimer (with line number):

2018.07.28 00:23:47.428 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.570 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.570 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.570 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.776 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.776 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.928 (GBPUSD,M5)       CheckSync 1203: ОШИБКА #4014:  SymbolIsSync(GBPUSD) = false!
2018.07.28 00:23:47.973 (GBPUSD,M5)       CheckSync: ОШИБКА #4014:  SymbolIsSync(EURUSD) = false!
2018.07.28 00:23:47.973 (GBPUSD,M5)       CheckSync: ОШИБКА #4014:  SymbolIsSync(EURUSD) = false!
2018.07.28 00:23:47.973 (GBPUSD,M5)       CheckSync: ОШИБКА #4014:  SymbolIsSync(EURUSD) = false!
2018.07.28 00:23:47.973 (GBPUSD,M5)       CheckSync: ОШИБКА #4014:  SymbolIsSync(EURUSD) = false!
2018.07.28 00:23:47.973 (GBPUSD,M5)       CheckSync: ОШИБКА #4014:  SymbolIsSync(AUDUSD) = false!
2018.07.28 00:23:47.973 (GBPUSD,M5)       CheckSync: ОШИБКА #4014:  SymbolIsSync(AUDUSD) = false!

In this case, there are 6 copies of the same indicator running on the chart. I received such a log for today. As you can see, errors occur briefly, but numerous.

Application in SD #2116721.

 

Is the following glass correct?

0 S 138.65 2
1 S 138.64 102
2 S 138.61 2
3 S 138.6 418
4 S 138.59 16
5 S 138.58 1
6 S 138.57 2
7 S 138.55 2412
8 S 138.54 2
9 S 138.51 26
10 S 138.5 11680
11 S 138.49 738
12 S 138.48 602
13 S 138.47 8
14 S 138.45 2256
15 S 138.43 300
16 S 138.42 14
17 S 138.4 1761
18 S 138.39 170
19 S 133.55 10627
20 B 143.23 131
21 B 138.87 216
22 B 138.86 533
23 B 138.39 676
24 B 138.38 106
25 B 138.25 14
26 B 138.23 571
27 B 138.21 17
28 B 138.2 1
29 B 138.19 1
30 B 138.17 2
31 B 138.16 2
32 B 138.15 9
33 B 138.13 25
34 B 138.12 176
35 B 138.11 2253
36 B 138.1 3230
37 B 138.08 505
38 B 138.07 2022
39 B 138.06 22

The 133.55 price level with sell volumes is highlighted in orange, but this price is well below the current buy offers. Highlighted in blue is the same "stand out" level of 143.23 to buy, well above the selling prices. Is this someone buying up counter bids? What is the spread at this point?

 
Stanislav Korotky:

Is the following glass correct?


The 133.55 price level with sell volumes is highlighted in orange, but this price is well below the current buy offers. Highlighted in blue is the same "stand out" level of 143.23 to buy, well above the selling prices. Is this someone buying up counter bids? What is the spread at this point?

If there is high orange volume and all/nothing mode - why not?
Reason: