
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 key recommendation is to use Normalize at the time of comparison.
MQL5 marketplace didn't like me posting normalize(double, #) at all. it wouldn't validate the EA. Once I removed normalize, it validated. It works either way inside MT5, though, soooo, idk what's going on with the MQL5 validator.
Is it possible that having normalized a double elsewhere in the code with a different decimal would throw it off? What would cause that, for future prevention?
MQL5 marketplace didn't like me posting normalize(double, #) at all. it wouldn't validate the EA. Once I removed normalize, it validated. It works either way inside MT5, though, soooo, idk what's going on with the MQL5 validator.
Is it possible that having normalized a double elsewhere in the code with a different decimal would throw it off? What would cause that, for future prevention?
Oh, I see. That clicked finally. terminology.. So it just is to be used in an instant, whatever equation it's in, not as a return for a double or anything, if I understand you correctly.
Oh, I see. That clicked finally. terminology.. So it just is to be used in an instant, whatever equation it's in, not as a return for a double or anything, if I understand you correctly.