Questions from Beginners MQL5 MT5 MetaTrader 5 - page 211

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
Good afternoon. I'm a brand new customer. Just signed up. I have read the materials and watched the video on signals. I have a question:
How to make the "Signals" tab appear in my installed MT4. I don´t have it :-(( Maybe I should have downloaded the platform from your website? I have it from Ifamdirect or it is not important and I did something wrong?
I actually have an account with Ifame.
Thank you.
Good afternoon. I'm a brand new customer. Just signed up. I have read the materials and watched the video on signals. I have a question:
How to make the "Signals" tab appear in my installed MT4. I don´t have it :-(( Maybe I should have downloaded the platform from your website? I have it from Ifamdirect or it is not important and I did something wrong?
Actually I have an account with Ifame.
Thanks.
I haven't encountered custom indicators, but had to).
Can you please tell me how to do a proper request to get the MACD_Divergence indicator handle(https://www.mql5.com/ru/code/1806)?
I am trying to request it this way:
It generates error 4002.
I do not quite understand how to useiCustom function.
I haven't encountered custom indicators, but had to).
Can you please tell me how to do a proper request to get the MACD_Divergence indicator handle(https://www.mql5.com/ru/code/1806)?
I am trying to request it this way:
It generates error 4002.
I do not quite understand how to useiCustom function.
Look at the example: Please note that for any indicator you should specify the type of price on which it will be calculated.
I set the price type, the error is the same. In the indicator the parameters are entered using an input string, maybe this is the problem? If parameters are not entered in the Expert Advisor:
MACD_Divergence__Handle=iCustom(NULL,0, "MACD_Divergence"),
It all works, but I want to control it from Expert Advisor.
I set the price type, the error is the same. In the indicator the parameters are entered using an input string, maybe this is the problem? If parameters are not entered in the Expert Advisor:
MACD_Divergence__Handle=iCustom(NULL,0, "MACD_Divergence"),
Everything works, but I want to manage them from the Expert Advisor.
I set the price type, the error is the same. In the indicator the parameters are entered using an input string, maybe this is the problem? If parameters are not entered in the Expert Advisor:
MACD_Divergence__Handle=iCustom(NULL,0, "MACD_Divergence"),
then everything works, but I would like to control them from the EA.
By following the link to the indicator we can see that there are 8 input parameters. Two of them string (s1 and s2) don't pass values to the indicator, but you need to somehow cram them into your handler. Do it this way:
Hi all, question is it possible to open an order in the mt4 terminal with a signal connected, I think technically it is possible but will it interfere with the signal ? I.e. one account connected to the signal plus my manual trade to it. Good luck, brains and free time