MT5 or cTrader?

MT5 or cTrader?

  • MT5

    Votes: 5 29.4%
  • cTrader

    Votes: 12 70.6%

  • Total voters
    17
Hello! Conducting market research for our firm. We are looking to find out which platform traders enjoy using more, and why.

What is your experience with both execution platforms and which do you prefer?
 
cTrader for the win hands down!! Easy to use, great graphics with large inventory of technical indicators, powerful programming capabilities with easy to learn c## platform and with built-in mechanisms that prevent brokers from trading against its clients (can be overwritten by brokers)

MT5 is horrible after they have introduced the marketplace which allows users to sell their systems and completely screwed up their platform in that they changed all of the folders and default locations of files so it doesn't even work properly right after the updates and you have to manually find where are all the new folders and default files are located and relink them. Its C++ codes are difficult to learn and are prone to bugs and are not compatible with codes that are written in MT4. So if you have codes written for MT4, you have to go through them line by line to convert them into MT5 and it's a freaking pain in the a$$!!

So no MT5 if you can avoid it. cTrader all the way!!
 
Last edited:
cTrader for the win hands down!! Easy to use, great graphics with large inventory of technical indicators, powerful programming capabilities with easy to learn c## platform and with built-in mechanisms that prevent brokers from trading against its clients (can be overwritten by brokers)

MT5 is horrible after they have introduced the marketplace which allows users to sell their systems and completely screwed up their platform in that they changed all of the folders and default locations of files so it doesn't even work properly right after the updates and you have to manually find where are all the new folders and default files are located and relink them. Its C++ codes are difficult to learn and are prone to bugs and are not compatible with codes that are written in MT4. So if you have codes written for MT4, you have to go through them line by line to convert them into MT5 and it's a freaking pain in the a$$!!

So no MT5 if you can avoid it. cTrader all the way!!


Thank you so much for your explanation and time! We absolutely will take this into account.
 
I have no experience with cTrader, only with MT5 (thus no choice made for the poll). Generally I liked it as I was able to make it do what I wanted it to do. The main project consisted of an EA which ran 24/5 unsupervised on a server and I never had it crashed. One thing bothered me a lot however: MT5 is very restricted in writing data to files or reading data from files. Those files have to be in a very specific directory, which cannot be changed. I had to write a separate program (not MT5 obviously) to automatically copy files over from the desired directory to this MT5-specific directory.
 
I have no experience with cTrader, only with MT5 (thus no choice made for the poll). Generally I liked it as I was able to make it do what I wanted it to do. The main project consisted of an EA which ran 24/5 unsupervised on a server and I never had it crashed. One thing bothered me a lot however: MT5 is very restricted in writing data to files or reading data from files. Those files have to be in a very specific directory, which cannot be changed. I had to write a separate program (not MT5 obviously) to automatically copy files over from the desired directory to this MT5-specific directory.

Seems like MT5 has some pros and cons. Thanks for your input!
 
Back
Top