PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop icon indicating copy to clipboard operation
PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop copied to clipboard

Open Source Trading Strategies & 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 tra...

Results 15 PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop issues
Sort by recently updated
recently updated
newest added

Hi, I get the following order when trying to open a connection: Couldnt connect with the socket-server: [WinError 10061] No connection could be made because the target machine actively refused...

I found that there is no server ip in my demo account. How can I connect my demo account base on this situation.

Why is it limited to (EURUSD, AUDCHF, NZDCHF, GBPNZD and USDCAD) these instruments? How can they be modified to adapt to more?

Hi, is it possible to set trailing stop while sending order via mt5? if no, is there another mechanism doing that automatically using Metatrader itself? thanks

Hi there, Thank you for your effort to make such a perfect API. Can someone please give me some examples of getting live-streamed data with the following functions: **1 -...

https://python.plainenglish.io/trading-using-python-average-directional-index-adx-aeab999cffe7

PEP8 Formatting plus other light fixes

@TheSnowGuru The following files need to be seen as actual versiobs. Pytrader_MT5_EA_V2.081a.ex5, Pytrader_MT5_EA_V2.081b.ex5, Pytrader_MT4_EA_V3.01a.ex4, Pytrader_MT4_EA_V3.01b.ex4, Pytrader_API_V2.081a.py, Pytrader_API_V3.01a.py All others move to the folder Older versions BR

On the V3_01a.py at ``` def send_command(self, command): self.command = command + self.authorization_code + "^" "!" self.timeout = False try: self.sock.send(bytes(self.command, "utf-8")) data_received = '' try: data_received = data_received +...