MT5 Build 1525 problems

 
1. The 64 bit version does not run on Ubuntu/Wine. See also

    https://appdb.winehq.org/objectManager.php?sClass=version&iId=19984&iTestingId=96774




2. OBJ_CHART inherits date and price scale from the parental chart and can't be modified using

   ObjectSetInteger(chart_ID,name,OBJPROP_DATE_SCALE,false);
   ObjectSetInteger(chart_ID,name,OBJPROP_PRICE_SCALE,false);


3. ISIN does not show in contract specification, as described here

   https://www.mql5.com/en/forum/53/page18




WineHQ - MetaTrader 5.x
  • appdb.winehq.org
Metatrader 5 32bit (build 1525 27. Jan 2017) The following is working: Clean wine installation with clean "$HOME/.wine32"-prefix was used. In order to get the latest wine 2.0 (staging) binary for LINUX MINT (Ubuntu) I had to add the winehq repository: sudo add-apt-repository ppa:wine/wine-builds Only gecko and mono were automatically...
 
ChartSetInteger(chart_ID,CHART_SHOW_DATE_SCALE,0,value)

I am not sure which name you want to use for your scales ?

Edit: ah i see its object not chart.. my bad.

Reason: