TheSnowGuru / PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop

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 trading⭐ Full Documentation ready. Lightweight, efficient and stable implementation 🔥
https://discord.gg/wRMUNP8ERa
674 stars 14 forks source link

How much I need to pay for use this service #8

Closed moon-web28 closed 3 years ago

moon-web28 commented 3 years ago

I want to use your service, I just want to get All Closed Positions from MT4 for multiple accounts so can you tell me how I will do this and how much I need to pay?

TheSnowGuru commented 3 years ago

https://www.mql5.com/en/market/product/58254?source=Site+Profile

From: moon-web28 notifications@github.com Sent: Thursday, February 18, 2021 11:57 AM To: TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop] How much I need to pay for use this service (#8)

I want to use your service, I just want to get All Closed Positions from MT4 for multiple accounts so can you tell me how I will do this and how much I need to pay?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop/issues/8 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIRHQ55UZIANBIGSHDXPB3S7TP5ZANCNFSM4XZ7PMKQ .

moon-web28 commented 3 years ago

I have read this but still, I have those questions

  1. Will it be free or paid only?
  2. can use more than one MT4 account?
TheSnowGuru commented 3 years ago

You can use unlimited amount of metatrader as long as its on the same VPS. and up to 5 different VPS.

Its has a small fee on mql marketplace.

Good luck

From: moon-web28 notifications@github.com Sent: Thursday, February 18, 2021 1:20 PM To: TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop@noreply.github.com Cc: Shay Ronen shayronen@gmail.com; Comment comment@noreply.github.com Subject: Re: [TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop] How much I need to pay for use this service (#8)

I have read this but still, I have those questions

  1. Will it be free or paid only?
  2. can use more than one MT4 account?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop/issues/8#issuecomment-781273327 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIRHQ2ZAX5SLCXLMKZDH73S7TZWTANCNFSM4XZ7PMKQ . https://github.com/notifications/beacon/ABIRHQ66WGU2OAMXRGJI37TS7TZWTA5CNFSM4XZ7PMK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF2IUR3Y.gif

Branly76 commented 3 years ago

For every account you have, a MT4 terminal must be running. The EA must be in 1 chart of every MT4 terminal. For every MT4 terminal the EA must have a different portnumber. By connecting in python you can connect to a terminal and retrieve the historical orders. So connect, retrieve and disconnect. Other way is that you have multiple instances of the Pytrader_API. Just what you like. For MT4 the amount of historical orders is determined by the history in the MT4 terminal. But this is also the same for mql4 coding.

Branly76 commented 3 years ago

@moon-web28

For 5 instruments the EA is working in full functionality. Read the documentation. BR