Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1401
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
So how should it look in the end to fix the price at the moment of MA crossing?
the right thing to do is to find the previous intersection when you need it, rather than remembering the moment)
The right thing to do is to find the previous crossing when you need it, rather than remembering the moment)
At the moment of crossing, the value of MA was not the same as it became after the bar was closed. Therefore, this value can be found only at the moment of crossing.
At the moment of crossing, the value of the MA was not the same as it became after the bar was closed. Consequently, this value can be found only at the moment of crossing.
Consequently, such trades cannot be checked for correctness, they will hang in air, and the user will say - MT4 is glitchy)
I would like to kind of compare the values of these indicators with each other.
Please help https://www.mql5.com/ru/code/30284
Good afternoon. I would like to know how to write iCustom(0,0, "FiboBars2",38,5,2) and iCustom(0,0, "Fibo Bars_3",0,1) indicators in my Expert Advisor.
I would like to kind of compare the values of these indicators with each other.
Please help https://www.mql5.com/ru/code/30284
Do you run the two at the same time and compare
or compare what?
Do you run the two at the same time and compare
Or what do you want to compare?
I will compare the colours, but first we have to understand how to prescribe it in the EA to make it work.
Here so prescribed iCustom(0,0, "FiboBars2",38,5,2) and iCustom(0,0, "Fibo Bars_3",0,1), but here it is necessary to understand buffers
Any Questions from Beginners in MQL4" I needn't write an EA, I just need to prescribe it in an appropriate way.iCustom(0,0, "FiboBars2",38,5,2) and iCustom(0,0, "Fibo Bars_3",0,1) indicators are obvious. The only request is to understand buffers, please.
Consequently, there is no way to check the correctness of such transactions, they will hang in the air, and the user will say - MT4 is all glitchy)
And if a person writes for himself or herself?
Good afternoon, we will compare colours, but first, I want to understand how to prescribe it to the Expert Advisor to make it work.
I put it this way: iCustom(0,0, "FiboBars2",38,5,2) and iCustom(0,0, "Fibo Bars_3",0,1).
I hope everything is clear
Subject"
Any Questions from Beginners in MQL4" I needn't write an EA, I just need to prescribe it in an appropriate way.iCustom(0,0, "FiboBars2",38,5,2) and iCustom(0,0, "Fibo Bars_3",0,1) indicators are obvious. The only request is to understand buffers, please.