Edit Your Comment
MetaQuotes stops developing MT4
Nov 24, 2016 at 13:06
会员从Apr 17, 2015开始
63帖子
Weiterhoch posted:
MT4 is the best scam platform in existence.
it's made not for traders. it is made for brokers to manipulate prices.
I was at the exhibition for fx devs and saw that many developing companies offer program solutions to fnck up us, ordinary traders.
I think that the trading platform can be just a tool and it depends on how the broker is using it. It's not the platform that is the scam.
Knowledge is king!
Nov 25, 2016 at 12:22
(已编辑 Nov 25, 2016 at 12:23)
会员从Dec 11, 2015开始
1462帖子
Either way, Metaquotes are definitely going full steam ahead with their plan - they just released a new update for Metatrader 5 for IOS.The major updates include an improved One Click Trading panel and revamped design of the “Settings” section.
Nov 27, 2016 at 07:41
会员从Jun 11, 2012开始
23帖子
I think it is my worst decision in my life as trader to use MT4 for bots. I have invested years in programming and testing bots with MT4, now I can't use them anymore because they stop supporting the platform. I have also bought some bots, and I'm sure some of them are not available anymore on MT5. MT4 = biggest hoax in the trading scene EVER. 😡
Nov 28, 2016 at 09:12
会员从Feb 22, 2011开始
4573帖子
Megabot posted:
I think it is my worst decision in my life as trader to use MT4 for bots. I have invested years in programming and testing bots with MT4, now I can't use them anymore because they stop supporting the platform. I have also bought some bots, and I'm sure some of them are not available anymore on MT5. MT4 = biggest hoax in the trading scene EVER. 😡
MT4 could work without updates for years.
Windows server 2003 is no longer supported by Microsoft but it is still working OS
Nov 28, 2016 at 11:58
会员从Dec 11, 2015开始
1462帖子
I have the distinct memory of my MT4 platform becoming unstable after a while without an update though. The problem could have been in my computer, of course. My main concern is what happens when MT4 becomes incompatible with new versions of Windows, those change every few years after all.
Nov 28, 2016 at 13:40
会员从Mar 02, 2013开始
229帖子
Megabot posted:
I think it is my worst decision in my life as trader to use MT4 for bots. I have invested years in programming and testing bots with MT4, now I can't use them anymore because they stop supporting the platform. I have also bought some bots, and I'm sure some of them are not available anymore on MT5. MT4 = biggest hoax in the trading scene EVER. 😡
I wanted to learn to program in MQL4... So you would advise me not to it and to start directly with MQL5?
I read that MQL4 was user friendly and easy to learn for beginners. MQL5 isn´t. They have nearly nothing in common. It´s like comparing english and russian.
The differenece between who your are and who you would like to be be is what you do
Nov 28, 2016 at 14:11
会员从May 11, 2011开始
219帖子
ricki72 posted:Megabot posted:
I think it is my worst decision in my life as trader to use MT4 for bots. I have invested years in programming and testing bots with MT4, now I can't use them anymore because they stop supporting the platform. I have also bought some bots, and I'm sure some of them are not available anymore on MT5. MT4 = biggest hoax in the trading scene EVER. 😡
I wanted to learn to program in MQL4... So you would advise me not to it and to start directly with MQL5?
I read that MQL4 was user friendly and easy to learn for beginners. MQL5 isn´t. They have nearly nothing in common. It´s like comparing english and russian.
Who said that? they talking rubbish. You can take MQL4, change a few naming conventions and it will work in MT5. I would suggest starting with MQL5 so that you don't carry MQL4 habits over to MQL5, and MQL5 has a lot more to offer in functionality.
For every loss there should be at least an equal and opposite profit.
Nov 28, 2016 at 14:22
会员从Mar 02, 2013开始
229帖子
xgavinc posted:
Who said that? they talking rubbish.
https://www.automatedtradingsoftware.com/blog/mql-programming/whats-the-difference-between-mql4-and-mql5/
Thanks!
The differenece between who your are and who you would like to be be is what you do
Nov 28, 2016 at 14:54
会员从May 11, 2011开始
219帖子
ricki72 posted:xgavinc posted:
Who said that? they talking rubbish.
https://www.automatedtradingsoftware.com/blog/mql-programming/whats-the-difference-between-mql4-and-mql5/
Thanks!
Try this for size...
https://www.mql5.com/en/docs/migration
it's really that simple to convert from 4 to 5, that's really all there is to it. Best to ask around for more opinions than putting my opinion against another (I don't much appreciate people telling me I'm wrong by simply throwing one article in my face about someone else's opinion online - is he right because he has an article with bad grammar online, or is he right, period. I will however concede defeat if proven beyond an opinion piece ;-)). Also, that article was written in 2012... a lot has changed since.
For every loss there should be at least an equal and opposite profit.
Nov 28, 2016 at 15:08
会员从Mar 02, 2013开始
229帖子
I didn´t say you were wrong! 😀
I answered your question "who said that?" with a link.
I would never dare to say somebody is wrong as long as i don´t know both languages!
I answered your question "who said that?" with a link.
I would never dare to say somebody is wrong as long as i don´t know both languages!
The differenece between who your are and who you would like to be be is what you do
Nov 28, 2016 at 15:50
会员从May 11, 2011开始
219帖子
That's usually where everyone falls out the bus, learn to code first, then learn the language through reference documentation. You can learn MQL4 and convert to MQL5 (more a dialect difference than a full language) or you can learn MQL5 first and get the syntax right from the start.
If you learn the fundamentals of coding then any language is faster to learn and adapt (learn variable types, loop types, arrays, etc). Every coding language is close to another fundamentally. Difficulty of the language is more to do with the level (low level vs high level - eg. C++ vs Java, C++ needs you to manage memory and is less forgiving (or not at all forgiving) on syntactical errors, Java manages memory for you, and you can get away with horrific code practices - it will still work, but fellow coders reading your code may need a sedative).
My best advice I can give is flip a coin for MQL4 or MQL5 and just START. Start with a basic challenge like "On new bar open buy order" then try "On new bar open buy order, on next bar open sell, then buy, then sell, etc", next you can go for open and close orders based on value from a built-in indicator... expand your EA or indicator in small steps, tweak it and it will become more advanced as you go (avoid coding a strategy right from the start, break it up into steps... this will need to happen first, code it, then this, code it, then this...).
If you learn the fundamentals of coding then any language is faster to learn and adapt (learn variable types, loop types, arrays, etc). Every coding language is close to another fundamentally. Difficulty of the language is more to do with the level (low level vs high level - eg. C++ vs Java, C++ needs you to manage memory and is less forgiving (or not at all forgiving) on syntactical errors, Java manages memory for you, and you can get away with horrific code practices - it will still work, but fellow coders reading your code may need a sedative).
My best advice I can give is flip a coin for MQL4 or MQL5 and just START. Start with a basic challenge like "On new bar open buy order" then try "On new bar open buy order, on next bar open sell, then buy, then sell, etc", next you can go for open and close orders based on value from a built-in indicator... expand your EA or indicator in small steps, tweak it and it will become more advanced as you go (avoid coding a strategy right from the start, break it up into steps... this will need to happen first, code it, then this, code it, then this...).
For every loss there should be at least an equal and opposite profit.
会员从Jan 05, 2016开始
1097帖子
Nov 29, 2016 at 12:50
会员从May 11, 2011开始
219帖子
Another tip I can give, which I learned a bit late and can kick myself for not doing it earlier...
If you do code and test on a live account (as I do)... where there is an action (like open buy or open sell order, or close orders), replace that part with a print that will show up in the expert journal, eg.
if (open[1] > open[0]) {
print ("Buy order opened on EURUSD"); // Replace with OrderSend (Symbol(),OP_BUY...) when happy with result
}
It helps knowing what the EA intends to do before doing it live, and keeps the broker from calling you after you opened 50+ trades in 1 second in an accidental loop. 😀
If you do code and test on a live account (as I do)... where there is an action (like open buy or open sell order, or close orders), replace that part with a print that will show up in the expert journal, eg.
if (open[1] > open[0]) {
print ("Buy order opened on EURUSD"); // Replace with OrderSend (Symbol(),OP_BUY...) when happy with result
}
It helps knowing what the EA intends to do before doing it live, and keeps the broker from calling you after you opened 50+ trades in 1 second in an accidental loop. 😀
For every loss there should be at least an equal and opposite profit.
会员从Sep 16, 2009开始
112帖子

*商业用途和垃圾邮件将不被容忍,并可能导致账户终止。
提示:发布图片/YouTube网址会自动嵌入到您的帖子中!
提示:键入@符号,自动完成参与此讨论的用户名。