How Can I Convert .ex4 File Into .mq4? - Forex Factory

Search Log In / Create Account User/Email: Password: Not registered yet? Forgot your password?

Options

Go to Permalinks First Page First Unread Last Page Last Post Print Thread

Similar Threads

Convert MQ4 to EX4 14 replies

Convert afl file to mq4 file 23 replies

What do these file extensions do - mq4, ex4, tpl 21 replies

Please help convert this to MQ4 file. Thank you! 8 replies

how to include a file.txt in an mq4 file ?? 6 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 8
Attachments: How can I convert .ex4 file into .mq4? Exit Attachments Tags: How can I convert .ex4 file into .mq4? Cancel How can I convert .ex4 file into .mq4?
  • Last Post
  • Page 1 2 3 4 5 6 8
  • Page 1 2 3 4 8
  • #1
  • Quote
  • First Post: Jan 25, 2014 2:57pm Jan 25, 2014 2:57pm
  • Arav007
  • | Joined Jun 2012 | Status: Trader | 171 Posts
I have some .ex4 indicators which I need to convert into .mq4 files to use them altogether. How can I do it manually?
  • #2
  • Quote
  • Jan 25, 2014 3:07pm Jan 25, 2014 3:07pm
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting Arav007 Disliked I have some .ex4 indicators which I need to convert into .mq4 files to use them altogether. How can I do it manually? Ignored
If you don't have the original source code (.mq4), it would be illegal to decompile the .ex4 file. MT4/MT5 EAs/Indicators/Alerts coder
  • #3
  • Quote
  • Jan 25, 2014 3:11pm Jan 25, 2014 3:11pm
  • Arav007
  • | Joined Jun 2012 | Status: Trader | 171 Posts
Quoting FerruFx Disliked {quote} If you don't have the original source code (.mq4), it would be illegal to decompile the .ex4 file. Ignored
I am not sure what is Illegal into it as they were shared Free. Also I don't have any intention to change them and claiming them as mine. I just want to combine them thus I can use them effectively.
  • #4
  • Quote
  • Jan 25, 2014 3:24pm Jan 25, 2014 3:24pm
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting Arav007 Disliked {quote} I am not sure what is Illegal into it as they were shared Free. Ignored
What is provided freely is the right to use them on your charts ... not to use the code itself which is owned by its author ... unless he also shared the .mq4 source code. MT4/MT5 EAs/Indicators/Alerts coder
  • #5
  • Quote
  • Jan 25, 2014 3:29pm Jan 25, 2014 3:29pm
  • Arav007
  • | Joined Jun 2012 | Status: Trader | 171 Posts
Quoting FerruFx Disliked {quote} What is provided freely is the right to use them on your charts ... not to use the code itself which is owned by its author ... unless he also shared the .mq4 source code. Ignored
I understand. But I have knocked the author where I got the indicators several times but no response. Also these indicators were created in 2008 probably. Anyway, is there any way that I can use those .ex4 indicators directly in EA? I need to get an indication when all those indicators changes colors all together.
  • #6
  • Quote
  • Jan 25, 2014 3:50pm Jan 25, 2014 3:50pm
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting Arav007 Disliked {quote} I understand. But I have knocked the author where I got the indicators several times but no response. Also these indicators were created in 2008 probably. Anyway, is there any way that I can use those .ex4 indicators directly in EA? I need to get an indication when all those indicators changes colors all together. Ignored
There's no need of the .mq4 to use them for an EA or an alerter. MT4/MT5 EAs/Indicators/Alerts coder
  • #7
  • Quote
  • Jan 25, 2014 10:06pm Jan 25, 2014 10:06pm
  • AimHigher
  • | Joined Oct 2010 | Status: Trader | 69 Posts
To access the indicators you have the .ex4 files in an EA, use the iCustom function. If you haven't used iCustom, do a search and you will find lots of info. You also need to know which buffer the values you are interested reside in. To see what the value is in each buffer, in MT4 open up the Data Window (Ctrl + D). When you hoover the mouse over a bar on the chart, the value for each buffer of each indicator can be seen in the Data Window. In the iCustom function, you would then specify the buffer whose value you would like to return. Play around with it and you'll soon get the hang of how it works. 1
  • #8
  • Quote
  • Sep 14, 2014 1:05am Sep 14, 2014 1:05am
  • 2014
  • | Joined Aug 2014 | Status: Trader | 23 Posts
Hi Can you ex 4 to mq 4 convert files? I have a file and I thank you for your help.
  • #9
  • Quote
  • Sep 14, 2014 6:45am Sep 14, 2014 6:45am
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting 2014 Disliked Hi Can you ex 4 to mq 4 convert files? I have a file and I thank you for your help. Ignored
If you don't have the original .mq4 file, that means that the author isn't willing to share it ... so decompiling the .ex4 would be illegal. MT4/MT5 EAs/Indicators/Alerts coder 1
  • #10
  • Quote
  • Sep 14, 2014 12:43pm Sep 14, 2014 12:43pm
  • 2014
  • | Joined Aug 2014 | Status: Trader | 23 Posts
Quoting FerruFx Disliked {quote} If you don't have the original .mq4 file, that means that the author isn't willing to share it ... so decompiling the .ex4 would be illegal. Ignored
It belongs to me. He written to his name
  • #11
  • Quote
  • Sep 14, 2014 12:47pm Sep 14, 2014 12:47pm
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting 2014 Disliked {quote} It belongs to me. He written to his name Ignored
Do you have the original source code ? If not, you have no right to decompile the crypted file. It's what I meant in my previous post. MT4/MT5 EAs/Indicators/Alerts coder
  • #12
  • Quote
  • Nov 25, 2015 1:42am Nov 25, 2015 1:42am
  • ForexTU
  • | Commercial User | Joined Apr 2012 | 23 Posts
Quoting FerruFx Disliked {quote} Do you have the original source code ? If not, you have no right to decompile the crypted file. It's what I meant in my previous post. Ignored
I see this thread is old, just came on to see if any change was available to change an old ex4 file, lost mql4 file, now a bit stuck.. i see Ferrufx' point... but now in a bit of a conundrum Success is never final, and failure never fatal
  • #13
  • Quote
  • Dec 12, 2015 7:27am Dec 12, 2015 7:27am
  • Rajking
  • Joined Feb 2015 | Status: TAMIL IS MY MOTHER TONGUE | 123 Posts
Look my profile i will help you
  • #14
  • Quote
  • Dec 12, 2015 7:35am Dec 12, 2015 7:35am
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting Rajking Disliked Look my profile i will help you Ignored
As said earlier, what you are doing is illegal ... MT4/MT5 EAs/Indicators/Alerts coder 1
  • #15
  • Quote
  • Dec 12, 2015 7:45am Dec 12, 2015 7:45am
  • Rajking
  • Joined Feb 2015 | Status: TAMIL IS MY MOTHER TONGUE | 123 Posts
Quoting FerruFx Disliked {quote} As said earlier, what you are doing is illegal ... Ignored
i works in freelancer is there is not illegal also there are much more this kind of process are on going (this my job too) Can you please share what's illegal about this thing!! can anybody share if its illegal process
  • #16
  • Quote
  • Dec 12, 2015 8:25am Dec 12, 2015 8:25am
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting Rajking Disliked {quote} i works in freelancer is there is not illegal also there are much more this kind of process are on going (this my job too) Can you please share what's illegal about this thing!! can anybody share if its illegal process Ignored
I explained this to you few hours back in your other thread. By doing this, you are encouraging users to pirate codes which authors aren't willing to share. MT4/MT5 EAs/Indicators/Alerts coder 1
  • #17
  • Quote
  • Dec 12, 2015 8:26am Dec 12, 2015 8:26am
  • cja
  • Joined Feb 2007 | Status: Trader | 2,136 Posts
Quoting Rajking Disliked {quote} i works in freelancer is there is not illegal also there are much more this kind of process are on going (this my job too) Can you please share what's illegal about this thing!! can anybody share if its illegal process Ignored
There are a few coders on this forum who make design and code trading tools to sell and I have seen many examples of people who find nothing wrong in cracking the ex4 ( you only have to go onto eBay to see many examples of this ) and next thing you know that piece of software is for sell on some obscure website. No thought goes into the huge amount of skill experience and time that goes into programming the indicators/ea's/scripts etc it all comes down to making a quick dollar out of someone else's hard work and knowledge. I can think of several examples of free software coded on Forums ( that have been cracked and passwords removed etc ) that are currently for sale for thousands of dollars by unscrupulous Forex/Binary websites. This is the reason that many coders on Forums no longer post the source code mq4 so at least it makes it harder for those so inclined and thankfully the new MT4 appears at this stage to be very hard to crack. So at best if it is not illegal then it is definitely immoral. So anyone who thinks its alright to decompile software needs to take a good long hard look at their moral compass. Trade what you see not what you hope
  • #18
  • Quote
  • Dec 12, 2015 8:27am Dec 12, 2015 8:27am
  • FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,540 Posts
Quoting cja Disliked {quote} There are a few coders on this forum who make design and code trading tools to sell and I have seen many examples of people who find nothing wrong in cracking the ex4 ( you only have to go onto eBay to see many examples of this ) and next thing you know that piece of software is for sell on some obscure website. No thought goes into the huge amount of skill experience and time that goes into programming the indicators/ea's/scripts etc it all comes down to making a quick dollar out of someone else's hard work and knowledge. I can think of... Ignored
MT4/MT5 EAs/Indicators/Alerts coder
  • #19
  • Quote
  • Dec 12, 2015 8:35am Dec 12, 2015 8:35am
  • Rajking
  • Joined Feb 2015 | Status: TAMIL IS MY MOTHER TONGUE | 123 Posts
Hm everyone this gonna to be finish this thread so here is much answer about so don't try to broke thus the author hardworking suchthings.. Just use what they shares (its hard to develop one thing) thank you for the explanation cja furrufx Just have fun
  • #20
  • Quote
  • Dec 12, 2015 5:30pm Dec 12, 2015 5:30pm
  • hanover
  • Joined Sep 2006 | Status: ... | 8,110 Posts
Quoting cja Disliked There are a few coders on this forum....... Ignored
Excellent post. Alas, the more indicators and EAs that are shared on forums for free, the greater the impression becomes that the software is of little or no value -- and there is nothing immoral in pirating something that has no monetary value. I've been guilty in helping to propagate this notion by freely sharing indicators and EAs, and performing coding and troubleshooting on request. Like the other programmers here, my motive was to help other members, but in one sense I feel I've unwittingly betrayed my fellow developers by making it seem that if it costs nothing, then coding apparently requires little time, effort or expertise. It's good to know that there are no decompilers available, at least not yet, for the new MT4. That will make the task of the thieves and lowlifes who look to profitably reverse engineer copyrighted material vastly more difficult.
  • Platform Tech
  • /
  • How can I convert .ex4 file into .mq4?
  • Reply to Thread
    • Page 1 2 3 4 5 6 8
    • Page 1 2 3 4 8
0 traders viewing now
  • More

Từ khóa » Chuyển Ex4 Sang Mq4