dalfa / Publications
Forum
MQL4 expression syntax in IF clause, where I'm doing wrong?
Hi, I spent quite a lot of time in trying figuring out what's wrong with this extremely simple lines of code. I'm learning MQL4 language and so far google gave me all the answers, except this. This short block of code works without any problem: r = order.details.events & OPEN_PRICE_CHANGED;