All Projects → TheSnowGuru → Pytrader Python Mt4 Mt5 Trading Api Connector Drag N Drop

TheSnowGuru / Pytrader Python Mt4 Mt5 Trading Api Connector Drag N Drop

End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytrader Python Mt4 Mt5 Trading Api Connector Drag N Drop

Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (+6.45%)
Mutual labels:  trading, forex
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+4847.31%)
Mutual labels:  trading, forex
Argo
Quest in pursuit of the Golden Fleece in Forex chaos
Stars: ✭ 260 (+179.57%)
Mutual labels:  trading, forex
saxo openapi
The saxo_openapi package provides easy access to SAXO Bank OpenAPI (https://www.developer.saxo/openapi/learn). Checkout the Jupyter notebooks covering most aspects of the API.
Stars: ✭ 50 (-46.24%)
Mutual labels:  trading, forex
Ta4j
A Java library for technical analysis.
Stars: ✭ 948 (+919.35%)
Mutual labels:  trading, forex
TelegramTrader-MT4-MT5
Connect Telegram Messenger to Metatrader for Live Quotes, Charts, Trading, and Managing Robots(Expert Advisors)
Stars: ✭ 74 (-20.43%)
Mutual labels:  trading, forex
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+280.65%)
Mutual labels:  trading, forex
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (-31.18%)
Mutual labels:  trading, forex
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+591.4%)
Mutual labels:  trading, websockets
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+574.19%)
Mutual labels:  trading, forex
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+144.09%)
Mutual labels:  trading, forex
Php Forex Quotes
PHP Library for fetching realtime forex quotes.
Stars: ✭ 61 (-34.41%)
Mutual labels:  forex, websockets
nordnet
Uonfficial wrapper for financial data api from the Scandinavian broker Nordnet
Stars: ✭ 13 (-86.02%)
Mutual labels:  trading, forex
gemini-python
A python client for the Gemini API and Websocket
Stars: ✭ 71 (-23.66%)
Mutual labels:  trading, websockets
EA31337-classes
📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
Stars: ✭ 103 (+10.75%)
Mutual labels:  trading, forex
Oanda Api V20
OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
Stars: ✭ 325 (+249.46%)
Mutual labels:  trading, forex
mt4-mql
MetaTrader MQL4 framework
Stars: ✭ 205 (+120.43%)
Mutual labels:  trading, forex
xapi-node
xStation5 Trading API for NodeJS/JS
Stars: ✭ 36 (-61.29%)
Mutual labels:  trading, forex
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+6002.15%)
Mutual labels:  forex, trading
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-51.61%)
Mutual labels:  trading, forex

PyTrader - Drag & Drop MT4 & MT5 Python API Connector for Metatrader

PyTrader

Documentation for connecting Metatrader 5 and metatrader 4 with Python with a simple drag and drop EA. A full suited solution and fully tested and fast and efficient.

The Pytrader ecosystem consists of a python script and a MT5 or MT4 EA. Further for the licensing an indicator is used. The communication between the python script and the EA is based on sockets. EA is the Server and the python script the Client. It is always query(function / python script) and output(data / server). The EA does not need to run on same computer as the python script is running on. On our Github link you will find the python script, the EA’s, full documentation, and a Pytrader example script showing how to call the functions. For questions we have also a discord channel. In demo (without licensing indicator) also full functionality, but for a limited number of instruments (EURUSD, AUDCHF, NZDCHF, GBPNZD and USDCAD).

Python MT4 & MT5 EA connecor

Easier more than ever before! Connecting Metatrader5 with Python strategies with this simple drag and drop EA has never been so easy! A full & fast solution tested with real trading. Amazing capabilities like download bar data & creating a live feed for your strategies with 1 line of code. Enjoy.

Drag & Drop Python Connector for MT4 & MT5

Growing list of features:

  • Python login to Metatrader5 Terminal
  • Python Connection keep alive function
  • Get MT5 Account Info→ Python client
  • Python Client Open New Orders → MT5 (Verify the sending, and verifying the receiving the order ,in MetaTrader5)
  • Python Client can Change(take profit,stop loss) /Cancel/Open Orders → MT5
  • Python Close/Partly Close Positions → MT5
  • MT5 Execution info→ Python client
  • MT5 → Python Get all Open orders & Positions
  • MT5 → Python Get static account information
  • MT5 → Python Get dynamic account info like [balance, equity, margin, free margins]
  • MT5 → Python Get instrument information [pip value, max lot, tick size, tick value]
  • MT5 → Python Get last tick data [date, bid, ask, vol ]
  • MT5 → Python Get bar data [date, open, low, high, close, vol]
  • MT5 → Python Get last X ticks array[date, bid, ask, last,vol]
  • MT5 → Python Get last X bars array[date, open, low, high, close, vol]
  • MT5 → Python Get indicator data from MT5 to your script - coming soon!

MT5 installation flow:

alt text

MT4 python

installation flow:

alt text

myLib documentation

See documentation MT5 here See documentation MT4 here

Linux installation:

You can run your strategies on linux through wine.
Here is a ready docker + Wine: here

Get the EA working for all instruments:

MT5 python ==> Get FULL Version here

MT4 python ==> Get FULL Version here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].