
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
There is one glitch in this editor (although it's hard to call it a glitch). I don't know about this new version (I haven't tried it yet), but in previous versions it was so. In general, we create in this editor a new file with mq4 extension. Let it be an Expert Advisor. We save it, press F6 and compile. The editor will not compile - for some reason it will complain. We now open this file with the meta editor and compile it. Everything compiles well. So, now we can edit and compile our new EA in Notepad++ as much as we want. No more swearing - Notepad++ understands everything and does it all perfectly.
Speaking of glitches. In addition to all the other niceties, Notepad++ doesn't have the glitch of getting stuck when controlling the cursor, which for some reason is still present in the meta-editor. You type-type code in the meta-editor and suddenly discover that the cursor has stopped moving and no longer responds to the keyboard at all. You have to save, curse and restart the meta-editor. Notepad++ doesn't have this glitch. At least it hasn't popped up for me yet. And I've been using it for years.
There is one glitch in this editor (although it's hard to call it a glitch). I don't know about this new version (I haven't tried it yet), but in previous versions it was so. In general, we create in this editor a new file with mq4 extension. Let it be an Expert Advisor. We save it, press F6 and compile. The editor will not compile - for some reason it will complain. We now open this file with the meta editor and compile it. Everything compiles well. So, now we can edit and compile our new EA in Notepad++ as much as we want. No more swearing - Notepad++ understands and does everything perfectly.
Unlike the meta editor in Notepad++ you have to save before you press F6 to compile!!! Ctrl+A to help you :)
Hmmm... I have Ctrl+S
It does not require installation! All you have to do is unzip it. Everything is already set up and ready to go.
You do not need to write the path to the compiler!
Suppose, for example, an Expert Advisor file is opened from some terminal folder. The compiler is located in the same folder. Press F6, choose "Expert Advisors_MQL4" in the pop-up list and press OK. The following code will result in the editor picking up the path to the compiler on autopilot. Here is the code executed on the OnClick event of the "OK" button in this window:
As you can see, DOS commands are prescribed - not absolute paths, but relative ones. Therefore, the editor does not give a shit, from which folder the code of the EA/indicator/script is downloaded - the compiler will be called for compilation from the same directory where this terminal resides. Even if the codes from different folders of different terminals are opened simultaneously.
This all was visible to the naked eye, I just needed to press F6 with opened file with MQL4 code in the editor. Why are you asking such questions? I gave you the easiest way - to press ONE button :)
Please do not torture me. ;)
To follow up)
To follow up)
Yeah, that's an option, too. It's all customisable. All the more so now it's even more customisable than before :)