R0bot
R0bot
Friends 1
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