Группа пользователей MetaTrader 5 Python - краткое содержание - страница 8

 

SQLite: Родная работа с базами данных SQL в MQL5

Содержание

SQLite: Родная работа с базами данных SQL в MQL5

MQL5 is a perfect solution for algorithmic trading since it is as close to C++ as possible in terms of both syntax and computation speed. The MetaTrader 5 platform offers its users the modern specialized language for developing trading robots and custom indicators allowing them to go beyond simple trading tasks and create analytical systems of any complexity.

Помимо асинхронных торговых функций и математических библиотек, трейдерам также доступны сетевые функции, импорт данных в Python, параллельные вычисления в OpenCL, нативная поддержка библиотек .NET с "умным" импортом функций, интеграция с MS Visual Studio и визуализация данных с помощью DirectX. Эти незаменимые инструменты в арсенале современного алгоритмического трейдинга в настоящее время позволяют пользователям решать самые разные задачи, не покидая торговой платформы MetaTrader 5.
SQLite: Native handling of SQL databases in MQL5
SQLite: Native handling of SQL databases in MQL5
  • www.mql5.com
MQL5 is a perfect solution for algorithmic trading since it is as close to C++ as possible in terms of both syntax and computation speed. The MetaTrader 5 platform offers its users the modern specialized language for developing trading robots and custom indicators allowing them to go beyond simple trading tasks and create analytical systems of...
 

Форум о трейдинге, автоматизированных торговых системах и тестировании торговых стратегий

MetaTrader 5 Python User Group - как использовать Python в Metatrader

Ренат Фатхуллин, 2020/02/20 13:02

Обратите внимание, что непосредственно из редактора (не из терминала) поддерживаются файлы Jupyter Notebook * .ipynb.

Вы можете полностью запустить их.

 
Sergey Golubev:

Я пытаюсь установить его через pip, но получаю ошибку:

C:\Users\jw>pip install --upgrade metatrader5
ERROR: Could not find a version that satisfies the requirement metatrader5 (from versions: none)
ERROR: No matching distribution found for metatrader5

C:\Users\jw>pip install --upgrade metatrader5==5.0.23
ERROR: Could not find a version that satisfies the requirement metatrader5==5.0.23 (from versions: none)
ERROR: No matching distribution found for metatrader5==5.0.23

C:\Users\jw>pip install metatrader5
ERROR: Could not find a version that satisfies the requirement metatrader5 (from versions: none)
ERROR: No matching distribution found for metatrader5

Я видел, что в pypi есть дистрибутив: https: //pypi.org/project/MetaTrader5/#files.

Но в необходимых версиях он не упоминается. Поэтому, наверное, я и не могу его установить.

Пожалуйста, убедитесь, что его можно скачать через pip.

MetaTrader5
MetaTrader5
  • 2020.02.27
  • pypi.org
Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for MetaTrader5, version 5.0.23 Filename, size File type Python version Upload date Hashes MetaTrader5-5.0.23-cp35-cp35m-win32.whl (91.8 kB) MetaTrader5-5.0.23-cp35-cp35m-win_amd64.whl (105.5 kB...
 
jaffer wilson:

Я пытаюсь установить его через pip, но получаю ошибку:

Я видел, что в pypi есть дистрибутив: https: //pypi.org/project/MetaTrader5/#files

Но в необходимых версиях он не упоминается. Следовательно, я думаю, что именно поэтому я не могу установить его.

Пожалуйста, убедитесь, что его можно скачать через pip.

 
Можно ли запустить эту установку на linux?
 
pip install MetaTrader5 не работает даже после обновления до python 3.8
Причина обращения: