M Ibrahim / Publications
Forum
Is there a way to pull data from MT5 Python library concerning economic data?
Basically I just want to be able to check if there are news events so I could pause my program momentarily for a few minutes to avoid volatility
Getting 10017 and 10027 error codes with MT5
Context: This is my second time using MT5 with my python code and it used to work perfectly fine placing trades around 6 months ago. Now when I try connecting via the same exact code I get both of these error codes when I try to place trade depending on which algorithmic trading option is enabled
How to Create, Close, Edit Orders MT5 Python
I would like to create stop orders , update stop losses for existing orders, and close existing pending stop orders. Please direct me in the right direction! (Even if you can't help)
Some questions on how to do a few things with python and MT5
How can I close a trade that is already open by tracing it using only with the symbol? How can I update the stop loss or the take profit of an already open trade by using only the symbol? How can I obtain information about an already open trade? Such as net pips/profits
How can I get symbol data using python for MT5?
I'm reading the documentation and its not clear. The symbol info function is supposed to get the data but it gets a whole range of irrelevant data. I am just looking to get data such as "high, low, open, close" data for each symbol, such as the last 200 increments for a specified dataframe to use in
Inconsistent trade execution using MT5 and Python API
I have a trading algorithm set up with the MT5 python system and I noticed that it doesn't consistently execute trades as it should. I don't get any error messages, and if I re-run the algorithm again it will sometimes execute the exact same trade that didn't previously execute. No variables are
I would like to withdraw my funds that I submitted for a job that didn't fall through
I would like to withdraw my funds that I submitted for a job that didn't fall through - can I do this
How to calculate LELEDC indicator
Couldn't find the calculations online. Does anybody know where I can find this
Does anybody know how this indicator is calculated?
It is on MT4 and it is an exhaustion levels indicator. Couldn't find any more info on it, nor do I have the Documentation. Edit: I think I posted this in the wrong section
How can I retrieve specific mt4 indicator data using python api
I am using an indicator and I have connected using the python metatrader5 package, but I don't know how to get specific indicator data. I have a specific indicator that I want to extract data from in my program but I don't know how. Chatgpt seems to be wrong on this also :S