Pankaj Jora
Pankaj Jora
Friends

Add friends via their profile or user search and you will be able to see if they are online

Pankaj Jora
Added topic issue in placing an order using python
this is my code and it is not placing an order:- import MetaTrader5 as mt5 import time mt5 .initialize() risk_percentage = 1 .0 balance = mt5 .account_info().balance risk_amount = balance * ( risk_percentage / 100.0 ) while True :     
Pankaj Jora
Registered at MQL5.community