Forum

Copy Trading

Please Tell Me The Best Utility For Copy Trading On One VPS only by which i need to turn on only two terminals of MT5 on one PC 1) The Master Account Terminal 2) The Slave Account Terminal ( Having multiple Accounts) Is This Possible Or Do I Have To Open A Separate Terminal For Each Slave Account

MT4 Desktop Client

I Have Download MT4 Desktop client From The Following Link https://www.metatrader4.com/en I Have An Account With Broker AnzoCapital But It Is Not Getting Logged In That Terminal Do I Need To Download Anzo Meta trader 4 from there site ? or will it login in the current terminal only ? if yes then how

Python Code Help

Is There Any Way In Python That Whenever I Open A Trade In MT5 App My Python Code Reads That Trade Immeditaly and Sends Me A Notification To my URL abc.com/send_notifications.php

How To Calculate PNL

I Am Trading On a Pair GBPJPY The PNL i Am Calculating As Pip Difference from ( Start Price And Current Price ) Multiple By Total Lot But The PNL Is Not Matching With MT5 PNL How Do I Calculate The PNL In USD

MQL5 Python issue

I Am Trading Using Python code And MQl5 Library When My Trade Keeps Running For More than 12 hrs or 13 hrs maybe MT5 Client Starts Giving Me The Following Issue ConnectionRefusedError: [Errno 111] Connection refused Traceback (most recent call last): File "ForexClient.py", line 515, in <module>

MQL5 Portable Issue

I Have Run Python Code On 2 Different Terminals 1st code path = r'C:\Program Files\MT1\terminal64.exe' , portable = True , 2nd code path = r'C:\Program Files\MT2\terminal64.exe' , portable = True , Both Terminals are connected with different brokers Now When I Start Getting Prices of a coin ( XAUUSD

Multiple Connections Using Mql5

I Have Almost More Than 100 Clients To Manage In my MT5 App. But The Issue Is Using MQL5 Client App In Windows I Am Able To Connect With 1 Client At A Time Using Python If I Connect To 2nd Client I Have To Close The Connection Of 1st Client. Is There Any Way I Can Connect To Multiple Clients At The

Fetching Previous Prices For Forex Currencies

Is There Any Library Available With MQL5 or Trading view where i can get live rates of a particular currency varied per second or per minute in a previous time for example i need the data of previous week Is there any Api For It

Multiple Connections In Python MQL5

I have A Simple Code In Python That Places Orders On MQL5. But The Problem Is If We Use 2 Different Accounts ( Account A and Account B ) And Both Accounts Are Placing Order At Same Time There Is An Issue. For Example I Am placing an order For EURUSD on Account A and GBPUSD On Account B Sometimes It