Beta Testing of MetaTrader 5 Has Started! - page 23

 

Spread on EurUSD is 1.5 not 15



 

I have Disabled the news, but news still comes ! BUG

 

The Fibonacci retracment levels do not glue with the y-axis,

they are contained between point of start & point of end.

Is that done on purpose ?! Because i find the older version more practical to use.


MT5



MT4


 
Go to properties -> parameters and click on ray left or ray right.
 
And I agree on the display of the spread. a bit misleading. I think it shows up that way because they have EURUSD with 5 points. so 1.5 wouldn't really be accurate.
 
circlesquares:
Go to properties -> parameters and click on ray left or ray right.

Great thanks.

 
t4fast:

Spread on EurUSD is 1.5 not 15

Since the accuracy of EURUSD is five digits after the decimal point, the spread is 15.

 

can not adjust width of the column

 

MetaEditor has nice feature "Styler" (Tools->Styler) but when I run it then code turns in to unreadable mess!

Before:

int test()
{
   int i=0;
   while(i++<10)
   {
      if(i==5)
      {
         Print("Hello world!");
      }
      else
         Print("else");
   }
   return(0);
}

After:

int test()
  {
   int i=0;
   while(i++<10)
     {
      if(i==5)
        {
         Print("Hello world!");
        }
      else
         Print("else");
     }
   return(0);
  }

What kind of programming style is this? I hated it in mql4 and I hate it now.

 
Temp1234:

can not adjust width of the column

Size of columns is chosen automatically. But you can reduce the size ot the font. Context menu -> Properties -> Use Custom Size, then select the necessary font size.