Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1500

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
I thought of creating a separate mqh file with a list of macro substitutions that would perform the inclusion of the specified code files.
But it doesn't work that easily.
How to outsmart the compiler?
Still relevant. #14938
does anyone have a problem with iCustom initiators?
*missing a trade
like -trade function did not see signal, i.e. indicator did not update and showed past value
did not see the full minute, i.e. not once on a new bar
this has been accompanying me for a long time, ping 150,
i check it on 2 or 3 terminals, demo, and there are no redirects.
--
please give a recommendation
does anyone have a problem with iCustom initiators?
*missing a trade
like -trade function did not see signal, i.e. indicator did not update and showed past value
did not see the full minute, i.e. not once on a new bar
this has been accompanying me for a long time, ping 150,
i check it on 2 or 3 terminals, demo, and there are no redirects.
--
please give a recommendation
Guys, I have an indicator on mt 5 which gives out alerts. Please advise how I can forward these alerts to telegram. I'm just very new to programming))).
It won't help you, not everyone can do it here with experience.
This is where you come in.
I have an indicator on mt 5 which give me alerts. Can you please tell me how to redirect these alerts to telegram? Please share the link to the instruction, I'm just new to programming)))
Why telegram?
You can subscribe to slack and send alerts to yourself and your family via web-request. Exactly the TradingView way
It won't help you, not everyone can do it here with experience.
This is where you come in.
Why telegram?
You can subscribe to slack for yourself and your family subscribers and send you/their alerts via web-request. Exactly the TradingView way
Please advise how to solve the error 4806 - requested data not found. I want to get data of different averaging periods for bolinger from indicator. The Handle is received in OnInit, but for my purpose it should be inOnCalculate, hence the error. Help me to understand it by example.