
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
I would like a function like
CommentBar(int i, string comment)
where i is the bar number, and comment is the developer's comment, respectively.
MQL4 Reference Graphic Objects
I really want to realise my target EA optimisation functions...
Exactly, that's what I'm saying.
It would be nice if MetaEditor had an option to replace text only in the highlighted block...
...and when the window is opened this checkbox would be automatically checked if the text is selected.
MQL4 Reference Guide Graphic Objects
Oh, thank you! Checked it out.
It would be good, i.e. it is just necessary to have a function to check whether the DC server allows EA trading at the moment.
It would be good, i.e. it is just necessary to have a function to check whether the DC server allows trading of EAs at the moment.
IsTradeAllowed( ) not suitable?
IsTradeAllowed( ) not suitable?
I haven't checked it myself, but it's already been discussed here somewhere and IsTradeAllowed( ) doesn't give confidence...
I couldn't get through it all, maybe someone has either written it already.
This is the kind of construct (as in Perl) that I personally miss:
result = (condition) ? yes : no;
a = b ? c : d;
hash arrays, also interesting. I'll add more.