Forum

Compilation of MQPROJ project file is weird from command line

Hi all, I have a problem with compiling MQL project files(*.mqproj) from the command line. I generated a basic a custom indicator using the MetaEditor wizard, and named "macd" (without any modifications). When compiling it in the MetaEditor IDE itself, it compiles without any errors. However, when I

Is there a way to disable the implicit high-low bands in the strategy tester? (with screenshot)

Hi all, I'm wondering if I'm missing something, but I am unable to remove/disable the two lines that each connect the highs and lows, respectively, when running via the strategy tester . Anyone can help me sorting this out, how to get rid of them? I intend to use several indicators, and I find it

ObjectCreate in Strategy Tester not working when a separate indicator subwindow is targeted.

Hi guys, Is it possible to create objects (e.g.: OBJ_TREND) in the strategy tester in a separate indicator subwindow? I loaded an indicator from my EA using iCustom, I added it to the chart using ChartIndicatorAdd (separate subwindow), I started to draw trend lines into this new indicator subwindow

SymbolInfoSessionQuote versus SymbolInfoSessionTrade

Hello, I've read a great article about the most common verifications needed to perform in an advisor (https://www.mql5.com/en/articles/22). The following sentence is a complete misery to me, though: "To receive the information about trading sessions, you should use the SymbolInfoSessionTrade ()