Who can share their experience of using Push notifications in MetaTrader 4 / MetaTrader 5 using MetaQuotes ID? - page 9
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
Hello.
I'm new here))
Here is a concrete example:
I have an indicator that gives signals (arrows) You can put it on the alert and it has this function.
But how to make signals from this indicator to be sent to Push?
I have set up Push and it works in the test. If you set alert by bid or ask or by timer, Push works.
But how to connect it to my signals?
Hello.
I'm new here))
Here is a concrete example:
I have an indicator that gives signals (arrows) You can put it on the alert and it has this function.
But how to make signals from this indicator to be sent to Push?
I have set up Push and it works in the test. If you set alert by bid or ask or by timer, Push works.
But how to connect it to my signals?
You should make some changes in the indicator code: when creating a signal-arrow, you should send a Push message.
I see. That's roughly what I thought. But I've never dismantled the indicators before.
Can you suggest a page that describes how to do it?
(Thank you for the prompt reply))
The disassembling of the indicator is a crime, but the development of the indicator - so you need to start when. I have a lot of articles and a branch of questions on the forum. The main thing is to try and understand it first, if you fail, ask questions. https://www.mql5.com/ru/forum/6343
So how do you change the code without disassembling it? I really want to use this new feature).
I will not experiment, I will leave it in the hands of a programmer.
So how do you change the code without disassembling it? I really want to use this new feature).
I will not experiment, I will give it to a programmer.
If the indicator code is the source (mq4 or mq5), then there is nothing reprehensible in changing something in it. There is nothing reprehensible to decompile an executable file (ex4 or ex5)
It was decompiled before I did.)
Then - it is incorrect to put it in the public domain. For yourself, you can look at it and learn, since you have it anyway.
That's right. it's not correct. But alas, it's already freely available.
I'm not posting it, I want to attach Push to it. It would bring me joy)))).