MetaTrader 5 Platform Update Build 5830: General Improvements - page 4

 
Imię Ja #:

You boast: 'Terminal: Updated built-in Help. The built-in help system has been upgraded from the legacy CHM format to a modern web-based engine. Along with this transition, the help interface has been redesigned with updated styles and improved interactivity.' But in reality, it turned out like ...........

  1. The font is damn dark and unreadable.

  2. The help window is now dependent on the MQL editor. Minimizing the window doesn’t send it to the system taskbar but to the editor instead. And clicking the help window also focuses the editor, covering another program.

  3. Navigation to the previously opened section is done via keyboard shortcut instead of buttons.

The new Help system is still in development.

1. Build 5833. I don't think there is a "font" issue.

2. Yes. If you want an independent window you can either use the website or download the PDF or CHM version from here : https://www.mql5.com/en/docs

3. That's right, this issue is reported to the developers and should be fixed soon. Thanks.

So I’m asking—who approved this for release? Did you hire some programmer from Microsoft?

Useless and unhelpful comment.
MQL5 Reference – How to use algorithmic/automated trading language for MetaTrader 5
MQL5 Reference – How to use algorithmic/automated trading language for MetaTrader 5
  • www.mql5.com
MetaQuotes Language 5 (MQL5) is a high-level language designed for developing technical indicators, trading robots and utility applications, which...
 
Martin Bittencourt #:

Hi!

My main concern with the new Help system is an (apparent) lack of way to "get back to the page I was seeing before". Here are the steps:

  1. In MetaEditor, I put the writing line over a funtion, let's say ChartSetInteger, and press F1.
  2. The Help page of what I asked for appears, 100% fine

  3. Reading the Help file, I find something I want to have a better look at and click over its link.
    1. In the PS above, let's say I click over the "datetime" hiperlink.
  4. The Help page of what I asked for appears, 100% fine

  5. After doing my reading, suppose I want to get back to the previous Help page - in my example, the one about ChartSetInteger. 
  6. Well, I can't fine a way to do it...
    1. If I press the "<" button top-right, it goes to the previous page in the Help files sequence, not the one I was reading before

    2. And if I press the "rounded up arrow" in the same location, at the right of the "<" button, it seems it goes to a "higher topic" in the Help files, not what I was looking at before

      1. (In my particular example, that happens to be the exact same page I get after clicking the "<" button).

So, no practical, direct way of just going back to what I was reading. And that has been kinda nuissance :T One of my most common usages of Help involves navigating through the files, and now, whenever I want to go back to what I originally asked for, I have to close the Help files and start from the beginning pressing F1 over my code.

Reported to MQ. Thanks.

 
Alain Verleyen #:

You should probably check how these 2 options can be set to match your needs.

those options are already enabled in my settings. The problem is that old objects remain selected even if we are doing something else and making new objects etc. Thus as shown in the right click menu Del means Delete all selected objects. It shouldn't be the work of Del button, but if we wanna delete all then we should be asked to select all then delete them. Why are all new objects in permanent selected mode? You have to click on the object to deselect it. Have you seen such bizarre thing in tradingview? when you click anywhere else the object automatically gets deselected and only the one will be deleted which is selected. This is very bad and should indeed be fixed. 

 

Does MetaEditor intentionally not render tables in Markdown files or is this a bug? The attached screenshot shows AlgoForge rendering the same table.

The .md file for reproducing the problem is wrapped in a zip archive because the forum does not allow attaching .md files.

build 5836

Files:
 
NightRiderCZ #:
and keyboard shortcut ALT + left arrow and ALT + right arrow is working too

Indeed, alt+left key/right key works for me either. That being said, a visible button in the Help system would be welcomed (instead of a more-or-less "hidden" shortcut).

Alain Verleyen #:
Reported to MQ. Thanks.

You're welcome!

 
If you can do something to add the feature of customizing time zone then it will be great bec it creates problem with the p/l report also by breaking the time into two if the broker time zone is diff than ours. We all use EST NY time. we should be able to customize time zones on it regardless of the brokers time. The sessions indicator also becomes useless when a fixed brokers time zone works.
 

nit picky bug in 5833

: in terminal window, history tab: the color of the scroll bar; when i change the color them from black to white and white again, the scroll bar does not change; ie color is black when i have changed the them to white, and is white when i change the theme to black.

 

more nit pickin.

5833 metaeditor, when i have unused variables and compile the file, the warning says "variable <unnamed> not used " instead of the name of the variable.

 
Michael Charles Schefe #:

nit picky bug in 5833

: in terminal window, history tab: the color of the scroll bar; when i change the color them from black to white and white again, the scroll bar does not change; ie color is black when i have changed the them to white, and is white when i change the theme to black.

Confirmed and reported to MQ. Thanks.
 
Michael Charles Schefe #:

more nit pickin.

5833 metaeditor, when i have unused variables and compile the file, the warning says "variable <unnamed> not used " instead of the name of the variable.

Not reproducible. Please provide code.