R0bot
R0bot
Friends 1
R0bot
Added topic Bug Report: Local Variable Value and Breakpoint Issue in MT5 Beta Versions After 4410 Build
Hi,     1. In the script below, I placed a breakpoint at line 3.             2. After pressing F5 (Debug):         2.1 Instead of the debugger
R0bot
Added topic Bug Report: Global Variable Breakpoint Issue in MT5 Beta Versions After 4410 Build
Hi, 1. In latest release version (build 4410) of MT5 for Windows, the debugger correctly recognizes breakpoints set on global variables (e.g., ` a ` ), stopping at them and indicating the @global_initializations function and the corresponding line
R0bot
Added topic When will the next latest release version be available for MT5 ?
Hi,      1. When will the next latest release version be available for MT5 ?      2. To understand how these latest release versions are determined , will the next latest release version be a version like build
R0bot
Added topic MQL5 or C# for automated trading ?
Hi, For automated tradi ng , what to choose (and why ) between learning / using MQL5 or C# ? Until 10 years ago: - I learned a lot of C/C++, for normal applications. - With C#, I just made some simple applications, nothing more. Regarding MQL5: - I
R0bot
Added topic How to Install the Latest Release MT5 Build for Windows from metatrader5.com
Hi,     Immediately after installing MT5 for Windows today from https://www.metatrader5.com/en/download , the Help -> About menu shows that I have MT5 build 4490 (picture attached).     I want the latest release MT5
R0bot
Added topic Brokers list
Hi, Why are there only 9 brokers for MT5 here https://www.metatrader5.com/en/find-broker
R0bot
Added topic Why is plotting indicators in Strategy Tester ?
Hi, I have added 3 handle EMA in my EA. When I'm backtesting this EA, the Strategy Tester it's plotting on the graph (as you can see in the image attached): 1. 3 x EMA red lines. Why ? I haven't coded to plot those 3 EMA. 2. Bollinger Bands lines
R0bot
Added topic The 5th parameter of the function CopyBuffer()
Hi, 1. Here is says that the 5th parameter of the function CopyBuffer() is:     double      buffer[] 2. In MT5 is says (as you can see in the image attached) that the 5th parameter of the function CopyBuffer() is
R0bot
Added topic How to insert an image in my topic ?
Hi, 1. How to insert an image in my topic ?     I want the image to be seen directly, without clicking, like the images from here https://www.mql5.com/en/forum/277762     I don't have the "Insert Image" icon. 2. Also, I
R0bot
Added topic Implicit or explicit decimals
Hi, Looking at the image attached and the code below, can you explain, in detail, why spread1 and spread2 are not 5 decimal numbers ? int OnInit () {    double askPrice1 = SymbolInfoDouble ( _Symbol , SYMBOL_ASK );    double
R0bot
Registered at MQL5.community