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

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
What is the % similarity between MQL 4 and MQL 5 ?
This article https://www.mql5.com/ru/articles/81 may be useful
This article may be useful https://www.mql5.com/ru/articles/81
Yes, it seems to be the right one, thank you. Let's go and study the translator.
Where can I see a list of character codes? I can't find it.
Yes, that seems to be what we need, thank you. Let's go study the translator.
I understand you need to find max and min for n bars, then it is easier and less resource consuming to
....
Hello, I would like to see the code for placing orders on graphical objects provided by the indicator,
For example the indicator draws a line "N" on which an order should be placed SL-"Nsl" and TP-"Ntp".
Hello, I would like to see the code for placing orders on graphical objects provided by the indicator,
For example, the indicator draws the line "N" on which orders should be placed SL-"Nsl" and TP-"Ntp".
If the indicator draws not buffers, but by graphical objects, then by the name of this graphical object we have to know its (object-line) price, and from this price we have to put a pending order.
The price of the horizontal line can be obtained by ObjectGetDouble(0,obj_name,OBJPROP_PRICE,0); Where 0 is the identifier of the current chart and obj_name is the name of the indicator line object.
Where can I see a list of character codes? I can't find it.
apparently the question is too complicated...
This ?
https://docs.mql4.com/ru/constants/objectconstants/wingdings
https://www.mql5.com/ru/articles/1474apparently the question is too complicated...
Is this ?
https://docs.mql4.com/ru/constants/objectconstants/wingdings
https://www.mql5.com/ru/articles/1474Yes, thank you!
This one?