pymt5adapter---DEPRECATED
pymt5adapter---DEPRECATED copied to clipboard
A drop-in pythonic adapter for the MetaTrader5 package to enhance usability.
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Is MetaTrader 5 completely free and supports all products
Dear author. I found error when open signal: ``` File "D:/MT5.py", line 194, in order_send result = mt5.order_send(request) File "D:\venv\lib\site-packages\pymt5adapter\core.py", line 64, in pymt5adapter_wrapped_function result = use_func(*args, **kwargs) File "D:\venv\lib\site-packages\pymt5adapter\core.py",...
[symbol_info_tick](https://github.com/nicholishen/pymt5adapter/blob/master/pymt5adapter/core.py#L808) does not ensure that a valid value was obtained. If one has not shown the symbol in the Market Watch window then 'None' is returned for the symbol instead...
pyMT5adapter has useful code samples and discussion at MQL5.com and FOrex Factory and perhaps other places. The github README should link to these resources (as well as the issue tracker)...
Hi, There is an issue when passing python `datetime` objects to `copy_rates_range(symbol, timeframe, date_from, date_to)` Here is a part of the stack trace: ``` --- Logging error --- Traceback (most...
I don't know if pymt5adapter has any issues with the latest version 5.0.43 but trying to pip install pymt5adapter now shows error: ``` ERROR: Could not find a version that...