You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Does Google still performs image searches? Let it search for the image you indicator creates. I guess there are similar indicators.
Tried that, unfortunately nothing came up
Yes, by using the iCustom function. Even without documentation you can see which values are supplied for which buffers by observing the output in Data Window.
You can also hire someone to do that research for you or to develop the MQL4 EA.
Ok, so just to be clear, that is possible in MT5 python package, but it would need to be developed for MT4?
iCustom() is an MQL function, not Python. And if it is a MT4 indicator, it can only be used on MetaTrader 4, not on 5.
iCustom() is an MQL function, not Python. And if it is a MT4 indicator, it can only be used on MetaTrader 4, not on 5.
Yes I understand, but to me it doesn't matter where the indicator is used, I simply want to extract it's information even though it is on MT4. I was asking if it is possible because you said icustom is only compatible with MT5.
Where did I state that iCustom() is ONLY compatible with MQL5?
I stated no such thing. I even gave you a link to the MQL4 documentation for it. iCustom() is available on both MQL4 and MQL5 but work differently in each case.
However, that is irrelevant because it is an MT4 indicator which can only be accessed and used by MT4/MQL4.
Where did I state that iCustom() is ONLY compatible with MQL5?
I stated no such thing. I even gave you a link to the MQL4 documentation for it. iCustom() is available on both MQL4 and MQL5 but work differently in each case.
However, that is irrelevant because it is an MT4 indicator which can only be accessed and used by MT4/MQL4.
I apologize for my misunderstanding.
"However, that is irrelevant because it is an MT4 indicator which can only be accessed and used by MT4/MQL4."
Could I not use the icustom indicator with MQL4 then to extract the data?
Is that not what I have already stated several times already?
Is that not what I have already stated several times already?
Sorry, very new to this. So these are the steps I need to take:
1) Use MQ4 Icustom function to extract indicator data from mt4
2) Convert data to python for my own programs
Why step 2? There is no Python API in MT4, so you will not be able to trade in Python.
Just write your program, an Expert Advisor, in MQL4.
Why step 2? There is no Python API in MT4, so you will not be able to trade in Python.
Just write your program, an Expert Advisor, in MQL4.
Well, because I am using it to trade with a python API..I have never used MQL4