Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

View Poll Results: What do you think about creating a program converts MQLII programs to MQL4?
Useful, go ahead! 40 78.43%
Useless, save your time! 4 7.84%
Hard to do such thing! 3 5.88%
I don't mind! 4 7.84%
Multiple Choice Poll. Voters: 51. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 02-06-2006, 03:21 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Thumbs up Great

Quote:
Originally Posted by yousky
If you are interesting in conversion between MQLII to MQL4, I will post here this week the last release of my soft that I've restart again thiw week-end.

It can only convert MQLII to MQL4 by that way. But the onther way will not be very very difficult.

I need to test it, so I will download a lots of MQLII expert, indicators, scripts .... for testing. It will not be perfect but with you we can make a good soft I think.
If you have big expert or script, It will be interesting for me to convert them.

So, see you soon for the first release.
Thanks.

ciao ciao
Yousky
Yousky,

That will be great!
Thank you very much for your code sharing, I'm looking forward to see it.
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-10-2006, 10:17 AM
Member
 
Join Date: Dec 2005
Posts: 60
yousky is on a distinguished road
Exclamation

Just to give you some news, I will have enought time to deposit the first beta version of my MQL conversion tool sorry I promise you that the next week I will do it.

More over I have some questions about the MQLII code.
Can you tell me :

- If there is a difference between the declaration "Variable", "Variables", "Var", "Vars" ?
- How do you know if those declarations are Integer, double, string, boolean, ....
Quote:
var: MacdCurrent(0),MacdPrevious(0),SignalCurrent(0),Si gnalPrevious(0);
var: MaCurrent(0),MaPrevious(0);
var: cnt(0);
because this problem of data type variable convertion, I convert all variables to double but after that you must to modify their data type in the converted code to be compiled properly.

If you have idea about that don't hesitate.

Thanks
Yousky
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-03-2006, 08:39 AM
Member
 
Join Date: Dec 2005
Posts: 60
yousky is on a distinguished road
Thumbs up First Beta version of Mql2Mq4

Hello all,

sorry for the lack of news, but my free time to code this tool was short.

Here is the first release of Mql2Mq4 Beta version 0.1. It make good job, not all the job .

User notes to convert Mql file with Mql2Mq4 Tool:

- Load Mql File (use Button)
- Convert it (use Button)
- Compile it (use Button but it's automatic)
- If errors are detected you can use the button 'Try to correct compilation errors' to correct them.
- After what, you can save the result in Mq4 File.
- And finally you have to specify the good values for: Lots, Stop Loss and other common variables.

Download Link

Don't hesitate to report bugs and suggestions on my forum, but keep in mind that it's the first version and a lots of function like (SetIndexValue, GetIndexValue, ...) are not converting yet. If you know how to convert them in Mq4 language, tell me.

Thanks.
yousky

Last edited by yousky; 03-03-2006 at 03:23 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 03-04-2006, 12:14 PM
Member
 
Join Date: Dec 2005
Posts: 60
yousky is on a distinguished road
Thumbs up

Hello all,

sorry for the lack of news, but my free time to code this tool was short.

Here Mql2Mq4 Beta version 0.2 to correct a bug on application loading. Sorry for this, more over have add an Exception Handler, so if bugs occured you can send me the generated file "Errors.txt" on my forum. Thanks.

User notes to convert Mql file with Mql2Mq4 Tool:

- Load Mql File (use Button)
- Convert it (use Button)
- Compile it (use Button but it's automatic)
- If errors are detected you can use the button 'Try to correct compilation errors' to correct them.
- After what, you can save the result in Mq4 File.
- And finally you have to specify the good values for: Lots, Stop Loss and other common variables.

Download Link

Don't hesitate to report bugs and suggestions on my forum, but keep in mind that it's the first version and a lots of function like (SetIndexValue, GetIndexValue, ...) are not converting yet. If you know how to convert them in Mq4 language, tell me.

Thanks.
yousky
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 03-04-2006, 12:19 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,986
Blog Entries: 70
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by yousky
Hello all,

sorry for the lack of news, but my free time to code this tool was short.

Here Mql2Mq4 Beta version 0.2 to correct a bug on application loading. Sorry for this, more over have add an Exception Handler, so if bugs occured you can send me the generated file "Errors.txt" on my forum. Thanks.

User notes to convert Mql file with Mql2Mq4 Tool:

- Load Mql File (use Button)
- Convert it (use Button)
- Compile it (use Button but it's automatic)
- If errors are detected you can use the button 'Try to correct compilation errors' to correct them.
- After what, you can save the result in Mq4 File.
- And finally you have to specify the good values for: Lots, Stop Loss and other common variables.

Download Link

Don't hesitate to report bugs and suggestions on my forum, but keep in mind that it's the first version and a lots of function like (SetIndexValue, GetIndexValue, ...) are not converting yet. If you know how to convert them in Mq4 language, tell me.

Thanks.
yousky
Thanks Yousky.
Because I could not install the version 1 (error).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 03-04-2006, 12:21 PM
Member
 
Join Date: Dec 2005
Posts: 60
yousky is on a distinguished road
Unhappy

Arfff not very good for the first version if noone can run it lol.

Sorry so for the problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 03-07-2006, 09:01 AM
Member
 
Join Date: Dec 2005
Posts: 60
yousky is on a distinguished road
Can you tell me if you all of you have problem to run Mql2Mq4 ?

Thanks for your feedbacks !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 06-01-2006, 02:40 AM
Junior Member
 
Join Date: May 2006
Posts: 2
messup000 is on a distinguished road
wheres the site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 06-02-2006, 04:07 PM
Senior Member
 
Join Date: Mar 2006
Location: USA/Mexico
Posts: 226
kiwigold is on a distinguished road
Quote:
Originally Posted by codersguru
I think a lot of people (and brokers) still using MT3, they are saying it's more stable version of MetaTrader!!

YES -- I need a Step Stoc in MT3 cause I am using a broker who is still with MT3

Would GREATLY appreciate it if you could point me to where I can get one

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Working with Excel (tools, indicators, conversion ...) De Vinci Tools and utilities 134 09-03-2008 10:38 AM
Mql2Mq4 Conversion Tool Beta V0.2 yousky Tools and utilities 33 10-20-2006 08:59 AM
4 Hr Expert very profitable needs conversion saslam Expert Advisors - Metatrader 4 8 09-24-2006 11:57 AM
MQLII code to MQL4 - Need to remake indicator that shows sessions and dayhigh/lows Vasilyt Questions 2 12-15-2005 11:19 PM


All times are GMT. The time now is 05:53 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.