Forum

Python MetaTrader5 librairy - copy_tick_from() - flag field value (mt5.TICK_FLAG_...)

Hi, I use MetaTrader5 python package dl from Pypi. I downloaded ticks with copy_ticks_range() and in the result I have a field "flags" uint32. On the all the ticks I received I have 3 different values for this field: 4, 130 and 134. In accordance to

Is anybody using MetaTrader5 for python ? (pip install MetaTrader5==5.0.35)

Hi, Kind of a noob, although I started to program a python bot with the MetaTrader5 interface to MT5. Currently I am on AWS EC2 t2.micro which is free but this is just for development and testing because the server is almost overloaded doing nothing :) I also have a demo account with a broker. As