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

 
MLM4MLM: 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

Yes! Have the Python code continually monitor for new positions and then act accordingly.

positions_total

Get the number of open positions

positions_get

Get open positions with the ability to filter by symbol or ticket

Reason: