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

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
the first indicator has a value of EMPTY_VALUE when there is no signal
do the following
Wouldn't it be easier to write != EMPTY_VALUE?
And if the function returns zero?
What function? The indicator buffer values are viewed there. If a non-displayable value of 0.0 was set then check for > 0.0
Forum on trading, automated trading systems & strategy testing
Any questions from newbies in MQL4 and MQL5, help and discussion of algorithms and codes
jarikn, 2021.07.04 14:04
but that's what's in the buffers when there's no signal. i don't think that >0 will do. but i'll try now
Stops should not be used. Instead of using stops, put pending orders in the opposite direction.
What function? The indicator buffer values are viewed there. If a non-display value of 0.0 was supplied then check for > 0.0
Help me understand the need for zigzag levels upper resistance lower support I'm getting abar codabr
What does iCustom() return when an error occurs?
Returned value
Numerical value of the specified custom indicator. The custom indicator must be compiled (file with EX4 extension) and located in terminal_directory\MQL4/\Indicators.
There is no information about errors. Apparently, they are not provided.
There is no mention of errors. Apparently they are not provided for.
Oh, well. I haven't looked at the reference on the four in years because I didn't need to.
All right, then. I haven't looked at the reference on the four in years because I didn't need to.
Yeah, and I looked it up to answer you, too.