Could someone please help
I am working on 5 digit broker & testing my own ea but when I try to find stoploss with following mql statement it gives me 4 digit result only instead of 5 digit pls. can anyone help in this
StopLoss =Low[iLowest(NULL,TimeFrame,MODE_LOW,Stop_Shift,1)];
- Aggressive scalp ea
- _rdb_The Best Free EA
- 'Close all'/'Open' tools
Print outputs doubles to a 4 digit precision (Data of double type are printed with 4 decimal digits after point.), use DoubletoStr
Print("Stoploss= ",DoubleToStr(StopLoss, Digits));
RaptorUK:
Print outputs doubles to a 4 digit precision (Data of double type are printed with 4 decimal digits after point.), use DoubletoStr
Thanks it works

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