Forum

Set timeZone UTC

Since it seems it is not possible to convert to UTC time zone , I thought of putting a C++ method in a .mqh file. But apparently there is a compilation problem. Can anyone give me some help? #include <iostream> #include <ctime> #include < string > std:: string now() {

Get book market

From my understanding, the ontick() method is called on each new price in the chart in which an EA has been loaded. So any print in that method, will be executed at each new tick. However I need to figure out how to get all the prices in the book, without waiting for the price change of the exchange

Need file .mqh

I need a mqh file that tell me with a print the current Directory where is. Is it possibile someone to write me please