{"id":29690347,"url":"https://github.com/joaopeuko/mql5-python-integration","last_synced_at":"2025-07-23T06:07:04.665Z","repository":{"id":44327763,"uuid":"297983267","full_name":"Joaopeuko/Mql5-Python-Integration","owner":"Joaopeuko","description":"I created this library to streamline the process of developing an Expert Advisor in MQL5. While MQL5 development can be complex, the same task is more straightforward in Python.","archived":false,"fork":false,"pushed_at":"2025-04-23T23:27:04.000Z","size":109,"stargazers_count":165,"open_issues_count":4,"forks_count":47,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-24T00:27:23.421Z","etag":null,"topics":["b3","brazilian-stocks","cryptocurrency","eurusd","eurusd-stock-exchange","expert-advisor","fimathe","forex","ibovespa","metatrader","metatrader5","mql5","mql5-api","mql5-python","stock","stock-market","stock-trading"],"latest_commit_sha":null,"homepage":"https://github.com/Joaopeuko/Mql5-Python-Integration","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Joaopeuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"Joaopeuko"}},"created_at":"2020-09-23T13:43:59.000Z","updated_at":"2025-04-02T07:48:10.000Z","dependencies_parsed_at":"2024-11-21T06:28:01.149Z","dependency_job_id":"9b508231-a580-4332-9eca-ea3a8e140a8e","html_url":"https://github.com/Joaopeuko/Mql5-Python-Integration","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Joaopeuko/Mql5-Python-Integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FMql5-Python-Integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FMql5-Python-Integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FMql5-Python-Integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FMql5-Python-Integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Joaopeuko","download_url":"https://codeload.github.com/Joaopeuko/Mql5-Python-Integration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Joaopeuko%2FMql5-Python-Integration/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266626115,"owners_count":23958344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["b3","brazilian-stocks","cryptocurrency","eurusd","eurusd-stock-exchange","expert-advisor","fimathe","forex","ibovespa","metatrader","metatrader5","mql5","mql5-api","mql5-python","stock","stock-market","stock-trading"],"created_at":"2025-07-23T06:07:04.083Z","updated_at":"2025-07-23T06:07:04.652Z","avatar_url":"https://github.com/Joaopeuko.png","language":"Python","funding_links":["https://github.com/sponsors/Joaopeuko"],"categories":[],"sub_categories":[],"readme":"# Mql5-Python-Integration (MQPy)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/assets/logo.svg\" alt=\"MQPy Logo\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/dm/mqpy\" alt=\"PyPI - Downloads\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/mqpy\" alt=\"PyPI\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/wheel/mqpy\" alt=\"PyPI - Wheel\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/l/mqpy\" alt=\"PyPI - License\"\u003e\n\u003c/p\u003e\n\nA Python library designed to simplify the process of creating Expert Advisors for MetaTrader 5. While developing directly in MQL5 can be complex, MQPy provides a more streamlined experience using Python.\n\n## ⚠️ Important Notice\n\nTrading involves risk. Always:\n- Use demo accounts for testing\n- Never trade with money you cannot afford to lose\n- Understand that past performance doesn't guarantee future results\n\n## Installation\n\n```bash\npip install mqpy\n```\n\n## Requirements\n\n- Windows OS\n- Python 3.8 or later\n- MetaTrader 5 installed\n\n## Quick Start\n\nGenerate a trading strategy template:\n\n```bash\nmqpy --symbol EURUSD --file_name my_strategy\n```\n\n## Features\n\n- Simple integration with MetaTrader 5\n- Easy-to-use command line interface\n- Basic template generation for trading strategies\n- Support for various trading strategies:\n  - Moving Average Crossover\n  - RSI-based trading\n  - Bollinger Bands strategies\n  - Fibonacci Retracement patterns\n  - Multi-timeframe analysis\n  - Custom indicator integration\n\n## Documentation\n\nFor detailed documentation, examples, and strategy explanations, visit:\n[https://joaopeuko.com/Mql5-Python-Integration/](https://joaopeuko.com/Mql5-Python-Integration/)\n\n## Support\n\nMQPy is a free and open-source project. If you'd like to support its development, consider becoming a sponsor.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopeuko%2Fmql5-python-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaopeuko%2Fmql5-python-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaopeuko%2Fmql5-python-integration/lists"}