Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1705
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
Greetings, the script works as I ask it to.
But if I move it
class Ohistory
into the include file, it stops seeing the array of structures
the line
Doesn't work that way. I can't figure out how to fix this.
Can you give me a hint? Here are two functions to calculate and display the price grid of orders and min/max orders. I have written the latter one by myself based on the previous function's analogy. The first one works as expected but the second one, the min/max order price, does not want to show on the chart.
Please help us to find the error. Please help me to find the error.
Can you give me a hint? Here are two functions to calculate and display the price grid of orders and min/max orders. I have written the latter one by myself based on the previous function's analogue. The first one works as expected but the second one, the min/max order price, does not want to show on the chart.
Please help us to find the error. Please help me to find the error.
No, Makar, it's not working.
No, Makar, it's not working.
List the functions
PriceMaxOrder()
FindLastLots()
PriceMinOrder()
GetMinLotOrder()
FindLastLots()
GetMinLotOrder()
List the functions
PriceMaxOrder()
FindLastLots()
PriceMinOrder()
GetMinLotOrder()
FindLastLots()
GetMinLotOrder()
Greetings, the script works as I ask it to.
But if I move it
into the include file, it stops seeing the array of structures
the line
Doesn't work that way. I can't figure out how to fix it.
Move the structure to the include file too, above the class.
Move the structure to the include file too, above the class.
All right!) Thanks, Alexey!
Makar something is wrong. Love it thank you. I found a not-so-pretty option myself, but it works.