Forum

How to encapsulate a project in the "projects" directory?

Hi, Instead of having to put scripts in /Scripts directory, included files in /Includes directory, and DLL files in /Libraries directory, I want to put everything inside /Projects directory, like so: Projects/ MyProject/ Scripts/ Export .mq5 Experts/ Expert.mq5 Libraries/ MyDLL.dll

Prices in MqlRates - bid or ask price?

struct MqlRates { datetime time; // opening bar time double open; // opening price Open double high; // the highest price High double low; // the lowest price Low double close; // the closing price Close long tick_volume; // the tick