Forum

Convert the timezone of my data

Hi guys, just a question! I'm working on Python and I have imported some data. I live in French and we change the timezone (+1h) half of the year. How can I import data from MT5 and convert the time into UTC time? (Taking into account the timezone modification of me if it is needed of this of the

How to know the fees?

Hi, I would like to know how to compute all the fees. Obvisouly, there are commissions, swaps and spread but I would like to know how to compute the overnight fees for example and if you can tell me if I miss something maybe fees because of the leverage

Download ticks with volume

Which is the best broker according to you to download ticks (volume per ticks included). I would have at least 5 years in ticks please, can you advice me some brokers

Close partially an order USING Python

Hi, I use MT5 through Python and not the usual interface. And I do not find answer to my question: How can I partially close an order using Python (because I do not find any functions or that)? Thanks in advance

Import ticks data

Hi, I have several questions about ticks importation (I use Python but I think mql5 programmers can answer it easily also). When I import the ticks, I have several information (time, bid, ask, last, volume, time_msc, flags, volume_real): 1) What represent the "last" column? 2) Why the last, volume

Book order signification!

Hi, When I import the book order using the market_book_get function ( https://www.mql5.com/fr/docs/integration/python_metatrader5/mt5marketbookget_py ). I have this output. (BookInfo(type=1, price=1.2004299999999999, volume=250, volume_dbl=250.0), BookInfo(type=1, price=1.20037, volume... {'type'