+ Reply to Thread
Page 35 of 41 FirstFirst ... 25 33 34 35 36 37 ... LastLast
Results 341 to 350 of 403

Thread: difference between mt4 and mt5?

  1. #63
    Junior Member sendbad112 is an unknown quantity at this point sendbad112's Avatar
    Join Date
    Jun 2012
    Posts
    17
    Thanks
    0
    Thanked 3 Times in 3 Posts
    SubscribeSubscribe
    subscribed 0
    Thanks dear. Its a nice link which clear my doubt some extend. Now its time to get voting which 1 is better.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  2. #62
    Junior Member moonzfriend is an unknown quantity at this point moonzfriend's Avatar
    Join Date
    May 2012
    Posts
    88
    Thanks
    1
    Thanked 1 Time in 1 Post
    SubscribeSubscribe
    subscribed 0
    I did not use mt5 platform till now. But I think, there is no real different between them. mt5 is supposed to be new and improved but a lot of people don't like it and are not using it because there aren't a lot of expert advisers and indicator for the new mt5. On the other hand most easy to work on mt4 so that is why meta-trader 4 is still very popular.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  3. #61
    Junior Member Ekoindo is an unknown quantity at this point Ekoindo's Avatar
    Join Date
    Jun 2012
    Posts
    93
    Thanks
    0
    Thanked 4 Times in 4 Posts
    SubscribeSubscribe
    subscribed 0
    Quote Originally Posted by forexman View Post
    hi, i want to know what are the benefits for us if we use mt5 than mt4.please share and give all the advantages in using mt5.please share
    I have not used MT5, because for me MT5 still need improvement, I had been still comfortable to use MT4
    MT5 excellence that is easy to see is now open and close really fast

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  4. #60
    Member cfxsignals is on a distinguished road cfxsignals's Avatar
    Join Date
    Jun 2012
    Posts
    533
    Thanks
    10
    Thanked 51 Times in 30 Posts
    SubscribeSubscribe
    subscribed 0
    I have heard that execution times are better in MT5 but I don't know whether it is true or not. It also offers more functionality and options such as different timeframes. MT4 is a lot worse in my opinion, and is really only popular because it can make money for unscrupolous brokers.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  5. #59
    Junior Member nadimahmedrian is an unknown quantity at this point nadimahmedrian's Avatar
    Join Date
    Jun 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    SubscribeSubscribe
    subscribed 0
    MT5 programming is object-oriented programming (OOP), MT4 programming is procedure-oriented programming (POP). now the software developers learn OOP thinking after learning basic grammar, OOP, the main idea is realistic and abstract matters into object methods, properties and events, these theories become the cornerstone of software development, many people can not write quality code, the process is often a problem with this abstract , after the establishment of model , writing code is very easy. Apart from the above difference ,MT5 expert running in current window can get the the objects in other window , so establish trading system based on multi-timeframe is very effective.
    For example, you need to know the trend H1 and also consider the trend H4, the trend line indicator runs on the two charts . The MT4 has no such function, except with the file saving function , and read this file in another chart, this is very far-fetched, but also limited by file system.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  6. #58
    Senior Member bu'd is on a distinguished road bu'd's Avatar
    Join Date
    May 2012
    Location
    indonesia
    Posts
    130
    Thanks
    0
    Thanked 13 Times in 6 Posts
    SubscribeSubscribe
    subscribed 0
    for me MT5 doesn't work in my computer because i have problem in my hardware so i thing MT4 is very good platform , it's easy to use and fast . maybe in the years to come mt5 will have same, if not better support in term of indis and robots.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  7. #57
    Senior Member kissshore is on a distinguished road kissshore's Avatar
    Join Date
    Apr 2012
    Location
    Chennai
    Posts
    224
    Thanks
    3
    Thanked 31 Times in 13 Posts
    SubscribeSubscribe
    subscribed 0
    Although it is not the fact that every newer version of a software is better than previous one however I have used MT5 and I can say that it really is better than Meta trader 4..! There are so many new features that you can benefit from..!

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  8. #56
    Banned mmja2003 will become famous soon enough mmja2003 will become famous soon enough mmja2003's Avatar
    Join Date
    Mar 2012
    Posts
    476
    Thanks
    26
    Thanked 111 Times in 34 Posts
    I never used Mt5 terminal. I though that MT5 is another platform and general trade like us cannot trade with it. That's why I was eager to know about it. After seeing the thread I have come to know that MT5 may the just upgraded terminal and anyone can use it. I will try next time on it.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  9. #55
    Junior Member moi for vous is an unknown quantity at this point moi for vous's Avatar
    Join Date
    Jun 2012
    Posts
    77
    Thanks
    0
    Thanked 1 Time in 1 Post
    SubscribeSubscribe
    subscribed 0
    The MQL is language of MT4 and MT5 software , their grammar is similar to C and C++ language.
    In fact, it isn't diffcult for a programming veteran facing to the change from MT4 to MT5, the most difficult is finding the profitable trade plan , I developed forex robot for few years, the following sum up the difference, I hope it can help you:

    1.MT5 programming is object-oriented programming (OOP), MT4 programming is procedure-oriented programming (POP). now the software developers learn OOP thinking after learning basic grammar, OOP, the main idea is realistic and abstract matters into object methods, properties and events, these theories become the cornerstone of software development, many people can not write quality code, the process is often a problem with this abstract , after the establishment of model , writing code is very easy.

    For example:
    I want to create a robot class, should create the prototype basically :
    Class MyRobot
    (
    int state; / / the current state of the robot
    double lots; / / lots
    int CheckCondition ();// check the condition of close or open order
    bool placeOrder (); / / open order
    bool closeOrder ();// close order
    )

    2. Apart from the above difference ,MT5 expert running in current window can get the the objects in other window , so establish trading system based on multi-timeframe is very effective.
    For example, you need to know the trend H1 and also consider the trend H4, the trend line indicator runs on the two charts . The MT4 has no such function, except with the file saving function , and read this file in another chart, this is very far-fetched, but also limited by file system.

    3. Timer function
    In MT4 programming , it is price changes-driven, in MT5 programming, There is OnTimer() function as addition, so when the price stops moving or you want to implement a function at time point ,
    it is very good maneuverability.

    4. Keyboard or mouse events
    I think this feature is not useful to design a full-automatic trading system, it doesn't need to mix the human brain and software. I don't use in this function. the development.

    5. News release
    While developmenting project or running an EA, in order to s sent signal or message to the subscriber's phone or for monitoring by yourself, you can use sendmail and sendftp to send SMS or build a web page , I have write this code successfully, of course, we third-party support to sending sms

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  10. #54
    Banned kashifrehman has a spectacular aura about kashifrehman has a spectacular aura about kashifrehman has a spectacular aura about kashifrehman's Avatar
    Join Date
    Feb 2012
    Location
    Dubai
    Posts
    528
    Thanks
    4
    Thanked 256 Times in 116 Posts
    Quote Originally Posted by Ben Jones View Post
    MT5 is so strange , I am not familiar with it at all so I want to keep using the Metatrader 4 and I wish brokers doesn't upgrade totally to metatrader 5 , they should allow to use both
    you are right dear it strong because it build on the new technology means it's build on the new version of lanuage and it also comply with the major new NFA requirments and some how this more accurate in trading and there are more time frames to trade with.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


+ Reply to Thread
Page 35 of 41 FirstFirst ... 25 33 34 35 36 37 ... LastLast

Subscribe to this Thread (1)

Open

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Currently Active UsersCurrently Active Users

There are currently users online. members and guests

Forex Forum India | Forex Community Place Statistics Forex Forum India Statistics

Most users ever online was .

Welcome to our newest member,

Threads:

Posts:

Member: