Just made an IDE for MQL4

Post Reply
User avatar
lucklogic
Trader
Posts: 85
Joined: Mon Jan 23, 2012 6:26 pm
Location: On The Hoe in Plymouth, UK

Re: Just made an IDE for MQL4

Post by lucklogic »

w633 wrote:
lucklogic wrote: One feature request - Can we have a undo and redo button as the original editor. These are really useful especially when an error is made and you can reverse until all is well again
The undo / redo button actually is available under "Tool Bar", if you go to View -> Tool Bar, then the tool bar will appear. Personally I use keyboard shortcuts CTRL + Z for undo and CTRL + Y for redo and it's way faster than moving the cursor and click click click...

Thank you, I see that now. It will not surprise you that I'm a stumbling novice...............

lucklogic wrote: I am have great difficulty in opening some target files. It seems to be ignoring some mq4 designated files and opening them in a monochrome green colour (no colour difference)

It then will not save as a MQ4 file. So it is not recognising the file as the correct type

In the terminal editor, the same files can be opened and saved without problem

Now why is that ? :?
Would you mind provide the file & file name that this editor always fails to recognize it as MQL file?
My mistake - I have figured this out now.......................stumbling novice style .....................keep trying until it works - Thanks and great work
AnotherBrian

Re: Just made an IDE for MQL4

Post by AnotherBrian »

w633 wrote:

What criminal do you use? Would you provide what's the title text on the Empty4 window, similar to what Steve took on previous post?
PFGBest - this is the demo, I also have a live account. Should I try this on my FXCM demo account on the same machine?
You do not have the required permissions to view the files attached to this post.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Just made an IDE for MQL4

Post by SteveHopwood »

lucklogic wrote:I have figured this out now.......................stumbling novice style .....................keep trying until it works
Hehe. I describe this as beating the problem over the head until it gives up and slinks away. :lol:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
garyfritz

Re: Just made an IDE for MQL4

Post by garyfritz »

As somebody who's still very much learning MQL, one thing I use a lot in MetaEditor is the language reference. I saw your IDE had a "function listing" but I assume that means a listing of the functions in your current EA/indi. Is there a way to access a reference, or do I just need to keep a browser open to docs.mql4.com?
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Just made an IDE for MQL4

Post by NeoTrader »

hi gary, w633,
garyfritz wrote:As somebody who's still very much learning MQL, one thing I use a lot in MetaEditor is the language reference. I saw your IDE had a "function listing" but I assume that means a listing of the functions in your current EA/indi. Is there a way to access a reference, or do I just need to keep a browser open to docs.mql4.com?
yes..i would second that request...if it is possible...this was a nice feature i already had in the eclipse mod...you could just mark a keyword and a quick-info would pop up with the info from docs.mql.com...or maybe a off-line doc...don't know the source...but was really helpful.

happy sunday,

NeoTrader
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

garyfritz wrote:As somebody who's still very much learning MQL, one thing I use a lot in MetaEditor is the language reference. I saw your IDE had a "function listing" but I assume that means a listing of the functions in your current EA/indi. Is there a way to access a reference, or do I just need to keep a browser open to docs.mql4.com?
Place the cursor on any character of the keyword you have question (for example "MarketInfo"), you don't have to highlight it (you can if you want) and then press F1. You'll see miracle...

In fact this is one of the top feature I wanted when I integrate this IDE and also the task that I spent most of my time in putting together the IDE during the early phase of of development. I can't integrate reference popup into the same windows as they do it in metaeditor, however everything else should be the same.

Hopefully this is the same thing you were referring to.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Just made an IDE for MQL4

Post by SteveHopwood »

Lovely feature.

The more I use this IDE, the more I love it.

Have I really only been using it for a week? It already feels as though I have been using it for a lifetime.

:D
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

AnotherBrian wrote: PFGBest - this is the demo, I also have a live account. Should I try this on my FXCM demo account on the same machine?
You can try on the FXCM demo account and it may work. The way the editor notifies Empty4 is somewhat of a hack, for the next version I'll try another way and hopefully is more reliable. This will be my first priority.
garyfritz

Re: Just made an IDE for MQL4

Post by garyfritz »

w633 wrote:Place the cursor on any character of the keyword you have question (for example "MarketInfo"), you don't have to highlight it (you can if you want) and then press F1. You'll see miracle...
Hmm, doesn't work for me?

That would be a great feature, but the other bit I was hoping for was the search ability. E.g. I can search for "file" in MetaEditor and it shows me File Functions, FileClose(), FileDelete(), etc etc.
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

garyfritz wrote:
w633 wrote:Place the cursor on any character of the keyword you have question (for example "MarketInfo"), you don't have to highlight it (you can if you want) and then press F1. You'll see miracle...
Hmm, doesn't work for me?

That would be a great feature, but the other bit I was hoping for was the search ability. E.g. I can search for "file" in MetaEditor and it shows me File Functions, FileClose(), FileDelete(), etc etc.
Do you mean the help document window does not pop-out? If it pops out you can use the "Index" or "Search" tab, that should suits your need.
Post Reply

Return to “Coders Hangout”