Forum

Python function copy_rates_from_pos gives prices for times 3 hours in the future.

Hi there, I am logged in to an OANDA demo account on meta trader 5. When I run mt.copy_rates_from_pos( "EURUSD.sml" , mt.TIMEFRAME_M1, 0 , 1 ) So first OHLC from present in the minute timeframe . I get array([(1742876640, 1.08056, 1.08056, 1.08051, 1.08052, 13, 10, 0)], 1742876640 is a timestamp 3

MetaTrader 5 PIP package for Linux

In my experience CUDA has better support for Linux and I use Linux to run my Machine Learning. However, currently the Python bindings can only be used on Windows. Can we either get binaries for Linux or, maybe compile it ourselves from the repo if there is no security concern