- The == operand. - MQL4 forum
- Print uses 4 places. Print the full price PriceToStr()
thanks all
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
just as you see the code as above.
what is surprising is that I see the values of Stop_Loss and OrderStopLoss() are the same in journal of tester when i test back. so why these values can be printed if they are the same, ( if( Stop_Loss > OrderStopLoss() ))?
1. if i modify the codes as "if( Stop_Loss > OrderStopLoss() + Point)" from "if( Stop_Loss > OrderStopLoss() )", all is ok, why?
2. if i test the codes on USDJPY, all seems Ok; but on EURUSD, somethings seems very bad because of the above bug.