MetaTrader 4. Build 156.

 
MetaTrader 4. Build 156.

Attention: MetaTrader 4 Client Terminal Build 152 and less than 152 is not supported by MetaTrader 4 Server. Please update your client terminal.

1. Updated array passing as parameter into imported functions.
2. Updated account history displaying by new transactions.
3. Updated ArrayCopySeries() and ArrayCopyRates() functions by using default settings.
4. Updated StringTrimRight() function.
5. Updated LiveUpdate program by changing proxy settings.
6. Extended period separators drawing on indicator subwindow.
7. On offline charts start() function of expert advisor program do not execute by new ticks.
8. Added path saving after execution "Save As" command.
9. Placed in "Favorites" tab built-in indicators can be attached to chart by double-click.
10. Updated help-file of MetaEditor IDE.
11. Updating based on crash-logs.
 
Hi,

1) could you explain the point 7 (the difference between the previous build
and this new one).

2) In MQL4 help files, I saw this preprocessor directive:
#property stacksize 1024
I know what is a stacksize for an executable, but here I do not know when I should
set this property and with which value. What is the default value (and the unit) ?

Regards
Emmanuel
 
1. in the previous build experts were started even attached to offline chart
2. stacksize is needed for recursive calls. default value is 16384
Reason: