New MetaTrader 4 Platform build 1030

 

The MetaTrader 4 platform update will be released on December 16, 2016. We have fixed some bugs based on crash reports.

The update will be available through the LiveUpdate system.

 
I got the upgrade today. The upgrades coming to mt4 the usual way
 
After updating to 1030, My Templates from earlier version are not working. Anyone else also facing the same problem and is there any solution?
 

No problems with templates for me

Check if some indicator from your template failed to get compiled - maybe that is the issue, not the template

 
All works Ok for me with build 1030
 
There is build 1031 already
 

:-(

cannot convert type 'string' to 'bool' 

 
Anyway:

:-(

cannot convert type 'string' to 'bool' 

It never could be converted- only seems now the compiler is strict about that error
 
mladen:
It never could be converted- only seems now the compiler is strict about that error

There seems to be no problem before the build 1030

int x=(int)FileReadString(file_handle);
bool state=(bool)FileReadString(file_handle);
 
Anyway:

There seems to be no problem before the build 1030

int x=(int)FileReadString(file_handle);
bool state=(bool)FileReadString(file_handle);

:)

Has been resolved, changed to int types

 
Anyway:

:)

Has been resolved, changed to int types

Or use FileReadBool() now
Reason: